]> 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>
Thu, 13 May 2010 01:05:43 +0000 (18:05 -0700)
commitfe0070e294ecb189fbf38d62a27f0d765e9cb9ca
tree7a0df9ea8f31831e5241634f01b8539c670e24c1
parentfaeb36860e2dcc00ba9bd6d012f16b2ac91900d7
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