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_ep - Release a communication identifier.

Arguments

       id          The communication identifier to destroy.

Description

       Destroys the specified rdma_cm_id and all associated resources

Name

       rdma_destroy_ep - Release a communication identifier.

Notes

       rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.

See Also

rdma_create_ep(3)

librdmacm                                          2011-06-15                                 RDMA_DESTROY_EP(3)

Synopsis

#include<rdma/rdma_cma.h>voidrdma_destroy_ep(structrdma_cm_id*id);

See Also