Release a communication identifier.
#include <rdma/rdma_cma.h>
void rdma_destroy_ep (struct rdma_cm_id *id);
The communication identifier to destroy.
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.