logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdma_destroy_srq - Deallocate a SRQ.

Arguments

       id          RDMA identifier.

Description

       Destroy an SRQ allocated on the rdma_cm_id.

Name

       rdma_destroy_srq - Deallocate a SRQ.

Notes

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

Return Value

       None

See Also

rdma_create_srq(3), rdma_destroy_id(3), ibv_destroy_srq(3)

librdmacm                                          2011-06-15                                RDMA_DESTROY_SRQ(3)

Synopsis

#include<rdma/rdma_verbs.h>voidrdma_destroy_srq(structrdma_cm_id*id);

See Also