]> git.openfabrics.org - ~shefty/ibacm.git/commit
Add support for preloading IPv4 and IPv6 ACM caches
authorHal Rosenstock <hal@mellanox.com>
Thu, 27 Jun 2013 18:48:11 +0000 (21:48 +0300)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Jun 2013 17:13:47 +0000 (10:13 -0700)
commit6f476e59fb0d21824643039a0679e24a07d4733c
tree9decf32b2f8211eb48c3c4e180d20f6f43514428
parent5b940e35239149600253ba80d5086855dd67aa44
Add support for preloading IPv4 and IPv6 ACM caches

A hosts file (ibacm_hosts.cfg) is configured with tuples of
IP addresses (either IPv4 or IPv6) and IB GID. This information
in conjunction with the path record preloading allows
for the IPv4 and IPv6 ACM caches to be preloaded.

IPv4 was tested with both rping and ucmatose as well as
acme. IPv6 was tested with ucmatose and acme.

The remaining ACM cache to be preloaded is the name cache.
This will be added in subsequent patch.

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
acm_notes.txt
ibacm_hosts.cfg [new file with mode: 0644]
man/ibacm.1
src/acm.c
src/acme.c