]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: make CQs optional for rdma_create_qp
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:44:57 +0000 (15:44 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:44:57 +0000 (15:44 -0700)
commitf8f1335ad8d8268c8d463f1fd18d32ab785b62a0
treed725a4da1d4ad8b02a2f3d31e61a07f06ddf49ec
parentf5f25343a74e23a9400523ca22abc0cd0838d41a
librdmacm: make CQs optional for rdma_create_qp

Allow the user to specify NULL for the send and receive CQs when
creating a QP through rdma_create_qp.  The librdmacm will automatically
create CQs for the user, along with completion channel.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/rdma/rdma_cma.h
src/cma.c