]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: allow pd parameter to be optional
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:44:52 +0000 (15:44 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:44:52 +0000 (15:44 -0700)
commitf5f25343a74e23a9400523ca22abc0cd0838d41a
tree66f056a47f57f9ebd67a2cd7faf9b13d85a11c8a
parent9aa2ae9bebdf6b85b1d68f5867ba5460cbcd6b65
librdmacm: allow pd parameter to be optional

Allow the user to create a QP using rdma_create_qp without
specifying a PD.  If a PD is not given, a default PD will be
used instead.  This simplifies the user interface.

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