]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
rdma/cm: add support for AF_IB to rdma_resolve_addr
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 00:22:33 +0000 (17:22 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 13 May 2010 01:05:34 +0000 (18:05 -0700)
commit1e48a78e279147c6b49e067f70d831b92171b722
tree548656a1bfdbce276eb4155a05f647939b8264bc
parentc9708f48541e3b9816bfe2564e0700c47565fc84
rdma/cm: 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 resolved however.

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