]> 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>
Thu, 27 Jun 2013 20:07:12 +0000 (13:07 -0700)
commit374c5d6178c32063f4b5264d48ff5916a23baf31
treeade2b3cf07c8899119c388db0cefe9b0b033161b
parentd6b394d32f0136bd7338cd6aa075adf9e75eca0e
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>
ibacm_opts.cfg
linux/osd.h
man/ibacm.1
src/acm.c
src/acme.c