]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Expose private data when using AF_IB
authorSean Hefty <sean.hefty@intel.com>
Tue, 22 Jan 2013 00:10:41 +0000 (16:10 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 27 May 2013 16:12:10 +0000 (09:12 -0700)
commitbf42eda08798bf2bb05cd9af5d5619891fe4f5de
tree867ff197d516a1b6db862ab2212f0fe888ed160d
parenta0c0c21856a0087ebfadfde807748fdae1ba967e
rdma/cm: Expose private data when using AF_IB

If the source or destination address is AF_IB, then do not
reserve a portion of the private data in the IB CM REQ or SIDR
REQ messages for the cma header.  Instead, all private data
should be exported to the user.  When AF_IB is used, the
rdma cm does not have sufficient information to fill in the
cma header.  Additionally, this will be necessary to support
any IB connection through the rdma cm interface,

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
drivers/infiniband/core/cma.c