Signed-off-by: Hal Rosenstock <[email protected]> --- Change since v1: Updated for changes in previous patch v2 10/16
acm_notes.txt | 10 ++++++++++ man/ibacm.1 | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/acm_notes.txt b/acm_notes.txt index 99eaf9a..50f0286 100644 --- a/acm_notes.txt +++ b/acm_notes.txt @@ -128,3 +128,13 @@ The current implementation of the IB ACM has several additional restrictions: 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. + diff --git a/man/ibacm.1 b/man/ibacm.1 index 3a1e212..7c5f83d 100644 --- a/man/ibacm.1 +++ b/man/ibacm.1 @@ -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. -- 1.7.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
