From: Sean Hefty Date: Wed, 28 Feb 2007 22:58:00 +0000 (-0800) Subject: Add some documentation references to libibverbs calls. X-Git-Tag: v1.0-rc1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0fe50cb85ede06461a2f3d0a345c0776bf9df2f6;p=~shefty%2Flibrdmacm.git Add some documentation references to libibverbs calls. Signed-off-by: Sean Hefty --- diff --git a/include/rdma/rdma_cma.h b/include/rdma/rdma_cma.h index 3e74ed7c..157c5d9c 100644 --- a/include/rdma/rdma_cma.h +++ b/include/rdma/rdma_cma.h @@ -285,7 +285,8 @@ int rdma_resolve_route(struct rdma_cm_id *id, int timeout_ms); * ready to handle posting of receives. If the QP is unconnected, it will * be ready to post sends. * See also: - * rdma_bind_addr, rdma_resolve_addr, rdma_destroy_qp + * rdma_bind_addr, rdma_resolve_addr, rdma_destroy_qp, ibv_create_qp, + * ibv_modify_qp */ int rdma_create_qp(struct rdma_cm_id *id, struct ibv_pd *pd, struct ibv_qp_init_attr *qp_init_attr); @@ -299,7 +300,7 @@ int rdma_create_qp(struct rdma_cm_id *id, struct ibv_pd *pd, * Users must destroy any QP associated with an rdma_cm_id before * destroying the ID. * See also: - * rdma_create_qp, rdma_destroy_id + * rdma_create_qp, rdma_destroy_id, ibv_destroy_qp */ void rdma_destroy_qp(struct rdma_cm_id *id);