разместите QP (Deallocate a QP.)
Имя (Name)
rdma_destroy_qp - Deallocate a QP.
Синопсис (Synopsis)
#include <rdma/rdma_cma.h>
void rdma_destroy_qp (struct rdma_cm_id *
id);
Аргументы (Arguments)
id RDMA identifier.
Описание (Description)
Destroy a QP allocated on the rdma_cm_id.
Примечание (Note)
Users must destroy any QP associated with an rdma_cm_id before
destroying the ID.
Смотри также (See also)
rdma_create_qp(3), rdma_destroy_id(3), ibv_destroy_qp(3)