1RDMA_DESTROY_SRQ(3)      Librdmacm Programmer's Manual     RDMA_DESTROY_SRQ(3)
2
3
4

NAME

6       rdma_destroy_srq - Deallocate a SRQ.
7

SYNOPSIS

9       #include <rdma/rdma_verbs.h>
10
11       void rdma_destroy_srq (struct rdma_cm_id *id);
12

ARGUMENTS

14       id          RDMA identifier.
15

DESCRIPTION

17       Destroy an SRQ allocated on the rdma_cm_id.
18

RETURN VALUE

20       None
21

NOTES

23       Users  should  destroy  any  SRQ  associated  with an rdma_cm_id before
24       destroying the ID.
25

SEE ALSO

27       rdma_create_srq(3), rdma_destroy_id(3), ibv_destroy_srq(3)
28
29
30
31librdmacm                         2011-06-15               RDMA_DESTROY_SRQ(3)
Impressum