rdma_destroy_qp - Deallocate a QP.
Contents
Arguments
id RDMA identifier.
Description
Destroy a QP allocated on the rdma_cm_id.
Name
rdma_destroy_qp - Deallocate a QP.
Notes
Users must destroy any QP associated with an rdma_cm_id before destroying the ID.
See Also
rdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3) librdmacm 2007-05-15 RDMA_DESTROY_QP(3)
Synopsis
#include<rdma/rdma_cma.h>voidrdma_destroy_qp(structrdma_cm_id*id);
