1RDMA_DESTROY_SRQ(3) Librdmacm Programmer's Manual RDMA_DESTROY_SRQ(3)
2
3
4
6 rdma_destroy_srq - Deallocate a SRQ.
7
9 #include <rdma/rdma_verbs.h>
10
11 void rdma_destroy_srq (struct rdma_cm_id *id);
12
14 id RDMA identifier.
15
17 Destroy an SRQ allocated on the rdma_cm_id.
18
20 Returns 0 on success, or -1 on error. If an error occurs, errno will
21 be set to indicate the failure reason.
22
24 Users should destroy any SRQ associated with an rdma_cm_id before
25 destroying the ID.
26
28 rdma_create_srq(3), rdma_destroy_id(3), ibv_destroy_srq(3)
29
30
31
32librdmacm 2011-06-15 RDMA_DESTROY_SRQ(3)