efadv_create_driver_qp(3) — Linux manual page

NAME | DESCRIPTION | RETURN VALUE | SEE ALSO | AUTHORS | COLOPHON

EFADV_CRE...DRIVER_QP(3) EFA Direct Verbs Manual EFADV_CRE...DRIVER_QP(3)

NAME         top

       efadv_create_driver_qp - Create EFA specific Queue Pair # SYNOPSIS

              #include <infiniband/efadv.h>

              struct ibv_qp *efadv_create_driver_qp(struct ibv_pd *ibvpd,
                                                    struct ibv_qp_init_attr *attr,
                                                    uint32_t driver_qp_type);

DESCRIPTION         top

       efadv_create_driver_qp() Create device-specific Queue Pairs.

       Scalable Reliable Datagram (SRD) transport provides reliable
       out-of-order delivery, transparently utilizing multiple network
       paths to reduce network tail latency.  Its interface is similar to
       UD, in particular it supports message size up to MTU, with error
       handling extended to support reliable communication.

       driver_qp_type
              The type of QP to be created:

              EFADV_QP_DRIVER_TYPE_SRD: Create an SRD QP.

RETURN VALUE         top

       efadv_create_driver_qp() returns a pointer to the created QP, or
       NULL if the request fails.

SEE ALSO         top

       efadv(7)

AUTHORS         top

       Gal Pressman ⟨galpress@amazon.com⟩

COLOPHON         top

       This page is part of the rdma-core (RDMA Core Userspace Libraries
       and Daemons) project.  Information about the project can be found
       at ⟨https://github.com/linux-rdma/rdma-core⟩.  If you have a bug
       report for this manual page, send it to
       linux-rdma@vger.kernel.org.  This page was obtained from the
       project's upstream Git repository
       ⟨https://github.com/linux-rdma/rdma-core.git⟩ on 2025-08-11.  (At
       that time, the date of the most recent commit that was found in
       the repository was 2025-08-04.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there is
       a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

efa                             2019-01-23       EFADV_CRE...DRIVER_QP(3)