]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: Report AF_IB as second rdma_addrinfo
authorSean Hefty <sean.hefty@intel.com>
Wed, 28 Sep 2011 21:34:01 +0000 (14:34 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Mar 2012 01:06:45 +0000 (17:06 -0800)
commit8ba4e194e2f180b68c6d7c32a2516f1a06ba62cc
tree37242617f175be667d974b8ee3bd8e0a13963e38
parent1ef5c3a8401b75a8f0ba7d764a400d80b47b7c83
librdmacm: Report AF_IB as second rdma_addrinfo

If AF_IB is supported, the librdmacm will attempt to convert
AF_INET or AF_INET6 to AF_IB.  Rather than replacing the
AF_INET/6 rdma_addrinfo, provide the AF_IB addresses as a
second rdma_addrinfo linked from the AF_INET/6 version.

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