]> git.karo-electronics.de Git - linux-beck.git/commit
RDMA/cma: Add support for AF_IB to rdma_resolve_addr()
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 May 2013 17:09:17 +0000 (10:09 -0700)
committerRoland Dreier <roland@purestorage.com>
Thu, 20 Jun 2013 20:08:04 +0000 (13:08 -0700)
commitf17df3b0dede861e3c3e20225731fcbe1b1041c3
tree7d0482be05a2afb3f2126a19cdf3bdaf8325855e
parent4ae7152e0bf98ac91a2835dce07f6fdb9f6407bd
RDMA/cma: Add support for AF_IB to rdma_resolve_addr()

Allow the user to specify the remote address using AF_IB format.  When
AF_IB is used, the remote address simply needs to be recorded, and no
resolution using ARP is done.  The local address may still need to be
matched with a local IB device.

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