]> 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>
Thu, 27 Jun 2013 20:08:04 +0000 (13:08 -0700)
commita8e1f8072435c8beae5fe6cdc91c993b7134b4bd
tree8ef0ffbf0d67d18f012fe2b8301ea916be46c4e9
parentaed0b8ab0d23ffa04905fcc3750fa7936cd1bf05
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]
ibacm_opts.cfg
man/ibacm.1
src/acm.c
src/acme.c