]> 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 17:13:34 +0000 (10:13 -0700)
commit73ba295f02634b35b220f51991781dae7d1dd09e
tree1367f3bf5c625af970a6d54ab862accdbf6ad45d
parentca9d356d713b8e2fcebdad65bd98736b00ad4516
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