Signed-off-by: Hal Rosenstock <[email protected]> --- acm_notes.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/acm_notes.txt b/acm_notes.txt index 99eaf9a..5c20129 100644 --- a/acm_notes.txt +++ b/acm_notes.txt @@ -128,3 +128,14 @@ 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 which is the +default. See dump_pr.notes.txt in dump_pr for more information on both +this file format and how to configure OpenSM to output this file. By +default, if the -p option is specified, the default file used to +preload these caches is ACM_CONF_DIR/ibacm_path_record.dump + -- 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
