Query: rdma_destroy_qp
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDMA_DESTROY_QP(3) Librdmacm Programmer's Manual RDMA_DESTROY_QP(3)NAMErdma_destroy_qp - Deallocate a QP.SYNOPSIS#include <rdma/rdma_cma.h> void rdma_destroy_qp (struct rdma_cm_id *id);ARGUMENTSid RDMA identifier.DESCRIPTIONDestroy a QP allocated on the rdma_cm_id.RETURN VALUEReturns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason.NOTESUsers must destroy any QP associated with an rdma_cm_id before destroying the ID.SEE ALSOrdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3) librdmacm 2007-05-15 RDMA_DESTROY_QP(3)
Related Man Pages |
---|
rdma_bind_addr(3) - debian |
rdma_get_request(3) - debian |
rdma_listen(3) - debian |
rdma_resolve_addr(3) - debian |
rdma_migrate_id(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Find columns in a file based on header and print to new file |
Weird 'find' results |