]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Expose private data when using AF_IB
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:35 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Sat, 7 Jan 2012 00:49:54 +0000 (16:49 -0800)
commit13038ccc8fd5c4b5f2115707ffd1db962cf2b735
treec380dec1e3cbb8128fc83d7a7307dd0349e99409
parent5d8568a3debd85c1b18b3fb6953d914b27c8fd55
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