]> git.openfabrics.org - ~shefty/ibacm.git/commit
Add the ability to preload the destination GID and LID caches
authorHal Rosenstock <hal@mellanox.com>
Thu, 27 Jun 2013 13:48:24 +0000 (16:48 +0300)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Jun 2013 01:49:22 +0000 (18:49 -0700)
commitb9b6f4fddecf13e13dfda57d51f2bf9894ab6162
treeaa2e67d275fbf01527cb533f11886774e0c31047
parentbe918fdeebd9c58457aaa3ac40363b9c0bee33ba
Add the ability to preload the destination GID and LID caches

Preloading of these caches is supported via a file which is
produced by OpenSM by the dump_pr plugin which contains
sufficient SA PathRecord information. Details on this
file format and configuring OpenSM for this are found in
dump_pr_notes.txt in dump_pr.

File format is specified in ibacm_opts.cfg as follows:
path_rec_fmt full_opensm_v1

File format defaults to none which means no preload of ACM cache.

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
linux/osd.h
man/ibacm.1
src/acm.c
src/acme.c