rdma_destroy_ep (3) Linux Manual Page
rdma_destroy_ep – Release a communication identifier.
Synopsis
#include <rdma/rdma_cma.h>
void rdma_destroy_ep
(struct rdma_cm_id *id);
Arguments
- id
- The communication identifier to destroy.
Description
Destroys the specified rdma_cm_id and all associated resources
Notes
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.
