]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
Add description of preloading GID and LID destination caches to acm_notes.txt
authorHal Rosenstock <hal@mellanox.com>
Thu, 27 Jun 2013 16:56:18 +0000 (19:56 +0300)
committerSean Hefty <sean.hefty@intel.com>
Thu, 27 Jun 2013 20:07:35 +0000 (13:07 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
acm_notes.txt
man/ibacm.1

index 075bc6e1e755e96e2952f549cb08d316222f09c7..a8b03d8442fb468fc71dfde40193b6f8dbb060f3 100644 (file)
@@ -127,3 +127,13 @@ The current implementation of the IB ACM has several additional restrictions:
 - The number of addresses that can be assigned to a single endpoint is
   limited to 4.
 - The number of multicast groups that an endpoint can support is limited to 2.
+
+The ibacm contains several internal caches.  These include  caches  for
+GID  and  LID  destination  addresses.   These caches can be optionally
+preloaded. ibacm supports the OpenSM dump_pr plugin  "full"  PathRecord
+format which is used to preload these caches.  The file format is specified
+in the ibacm_opts.cfg file via the path_rec_fmt parameter which should
+be set to full_opensm_v1 for  this file format.  Default format is
+none which does not preload these caches.  See dump_pr.notes.txt in dump_pr
+for more information on the full_opensm_v1 file format and how to configure
+OpenSM to generate this file.
index 9df6062be1c8b2577d3027deedaad8e474e847db..ec97b35c1e45471cba0c99fd49759e846ee4921a 100644 (file)
@@ -152,7 +152,7 @@ preloaded. ibacm supports the OpenSM dump_pr plugin "full" PathRecord
 format which is used to preload these caches.
 The file format is specified in the ibacm_opts.cfg file via the
 path_rec_fmt parameter which should be set to full_opensm_v1 for this file
-format.  Default is none which does not preload these caches.
+format.  Default format is none which does not preload these caches.
 See dump_pr.notes.txt in dump_pr for more information on the
 full_opensm_v1 file format and how to configure OpenSM to
 generate this file.