]> 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>
Wed, 7 Apr 2010 00:22:33 +0000 (17:22 -0700)
commita4f98b1d866a69efe33bf55814065eead9376479
tree5e3aea4f1dc4e4830bffd44539b5d408a5eb15a3
parentf0dbd8bdce1f1c2a8cd9ee9914f4acf64a9dc2d5
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