]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: Allow user to specify AF_IB when binding
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:30 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 13 May 2010 01:05:28 +0000 (18:05 -0700)
commitc11ce25641abe5d85be86940a60a16a271011a30
tree818636441aec1cbd6a2d0853d465375b1108aa3f
parent04459983f9437fd73087b70a8c4d176ff9da744b
rdma/cm: Allow user to specify AF_IB when binding

Modify rdma_bind_addr to allow the user to specify AF_IB when
binding to a device.  AF_IB indicates that the user is not
mapping an IP address to the native IB addressing.  (The mapping
may have already been done, or is not needed.)

AF_IB is restricted to the RDMA_PS_IB port space.

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