RDMA_DESTROY_QP
RDMA_DESTROY_QP
Section: Librdmacm Programmer's Manual (3) Updated: 2007-05-15 Local index
Up
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
rdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- NOTES
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:53:56 GMT, April 16, 2011