]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm: add support for IB ACM service
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:48:53 +0000 (15:48 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:48:53 +0000 (15:48 -0700)
commit024a9d00daedd629d87354e4a1dbf85dd88c874e
tree02d39d11cc8a72daa06c086925492c6b4907debe
parent88070cfa5c7379049c14a655f1974d00450bde85
librdmacm: add support for IB ACM service

Allow the librdmacm to contact a service via sockets to obtain
address mapping and path record data.  The use of the service
is controlled through a build option (with-ib_acm).  If the
library fails to contact the service, it falls back to using
the kernel services to resolve address and routing data.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
configure.in
src/acm.c [new file with mode: 0644]
src/addrinfo.c
src/cma.c
src/cma.h