]> git.karo-electronics.de Git - linux-beck.git/commit
RDMA/cma: Allow user to specify AF_IB when binding
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 May 2013 17:09:12 +0000 (10:09 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 20 Jun 2013 20:08:03 +0000 (13:08 -0700)
commit680f920a2e24725e694d9958a08226384750217b
tree02bc1a2340f9ebcc19effb0873d9cdb69624ffea
parent58afdcb7382234ebd780e43b17edde92a5853cca
RDMA/cma: 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)

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