rdma_destroy_srq
Deallocate a SRQ.
- Provided by: librdmacm-dev (Version: 50.0-2ubuntu0.2)
- Source: rdma-core
- Report a bug
Deallocate a SRQ.
#include <rdma/rdma_verbs.h>
void rdma_destroy_srq (struct rdma_cm_id *id);
Destroy an SRQ allocated on the rdma_cm_id.
None
Users should destroy any SRQ associated with an rdma_cm_id before destroying the ID.