Update changed functionality of IPv6 SNM consolidation option in OpenSM man page and the usage message.
Signed-off-by: Sasha Khapyorsky <[email protected]> --- opensm/man/opensm.8.in | 4 ++-- opensm/opensm/main.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in index bd8ab4e..0baee7d 100644 --- a/opensm/man/opensm.8.in +++ b/opensm/man/opensm.8.in @@ -342,8 +342,8 @@ Specify the sweep time for the performance manager in seconds effect if --enable-perfmgr was specified at configure time. .TP .BI --consolidate_ipv6_snm_req -Consolidate IPv6 Solicited Node Multicast group join requests into one -multicast group per MGID PKey. +Use shared MLID for IPv6 Solicited Node Multicast groups per MGID scope +and P_Key. .TP \fB\-v\fR, \fB\-\-verbose\fR This option increases the log verbosity level. diff --git a/opensm/opensm/main.c b/opensm/opensm/main.c index 18efde1..fc002d8 100644 --- a/opensm/opensm/main.c +++ b/opensm/opensm/main.c @@ -322,8 +322,8 @@ static void show_usage(void) " queries for off-subnet DGIDs. Default file is:\n" " " OSM_DEFAULT_PREFIX_ROUTES_FILE "\n\n"); printf("--consolidate_ipv6_snm_req\n" - " Consolidate IPv6 Solicited Node Multicast group joins\n" - " into 1 IB multicast group.\n\n"); + " Use shared MLID for IPv6 Solicited Node Multicast groups\n" + " per MGID scope and P_Key.\n\n"); printf("--verbose, -v\n" " This option increases the log verbosity level.\n" " The -v option may be specified multiple times\n" -- 1.6.5.3 -- 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
