]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: support querying AF_IB addresses
authorSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 18:01:52 +0000 (11:01 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 7 Apr 2010 18:01:52 +0000 (11:01 -0700)
commit1a6a93ca6b8ba8e84c3f368b4ad97697deb2b84e
tree62ccb2cf23e31e1eec4c09417c514a1701796546
parentf512067eb20012305dc6d2ccab01eb36ea2749e3
librdmacm: support querying AF_IB addresses

The current query route command returns path record data and address
information.  The latter is restricted to sizeof(sockaddr_in6).  In
order to support AF_IB, modify the library to use the new query addr
command, which supports larger address sizes and avoids querying for
path records data when none are available.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/rdma/rdma_cma_abi.h
src/cma.c