RDMA_DESTROY_EP(3) | Librdmacm Programmer's Manual | RDMA_DESTROY_EP(3) |
rdma_destroy_ep - Release a communication identifier.
#include <rdma/rdma_cma.h>
void rdma_destroy_ep (struct rdma_cm_id *id);
Destroys the specified rdma_cm_id and all associated resources
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.
2011-06-15 | librdmacm |