other versions
    
    - Tumbleweed 60.0-1.1
 - Leap-16.0
 - Leap-15.6
 
| RDMA_DESTROY_QP(3) | Librdmacm Programmer's Manual | RDMA_DESTROY_QP(3) | 
NAME¶
rdma_destroy_qp - Deallocate a QP.
SYNOPSIS¶
#include <rdma/rdma_cma.h>
void rdma_destroy_qp (struct rdma_cm_id *id);
ARGUMENTS¶
- id
 - RDMA identifier.
 
DESCRIPTION¶
Destroy a QP allocated on the rdma_cm_id.
NOTES¶
Users must destroy any QP associated with an rdma_cm_id before destroying the ID.
SEE ALSO¶
| 2007-05-15 | librdmacm |