update documenatation about new partition keywords 'ALL_CAS', 'ALL_SWITCHES', 'ALL_ROUTERS'
Signed-off-by: Eli Dorfman <[email protected]> --- opensm/doc/partition-config.txt | 5 ++++- opensm/man/opensm.8.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/opensm/doc/partition-config.txt b/opensm/doc/partition-config.txt index 602cc66..5fcc317 100644 --- a/opensm/doc/partition-config.txt +++ b/opensm/doc/partition-config.txt @@ -67,6 +67,9 @@ full or - indicates full or limited membership for this port. When There are two useful keywords for PortGUID definition: - 'ALL' means all end ports in this subnet. +- 'ALL_CAS' means all Channel Adapter end ports in this subnet. +- 'ALL_SWITCHES' means all Switch end ports in this subnet. +- 'ALL_ROUTERS' means all Router end ports in this subnet. - 'SELF' means subnet manager's port. Empty list means no ports in this partition. @@ -92,7 +95,7 @@ different PKey values will be generated for those definitions). Examples: -------- -Default=0x7fff : ALL, SELF=full ; +Default=0x7fff : ALL, ALL_SWITCHES=full, SELF=full ; NewPartition , ipoib : 0x123456=full, 0x3456789034=limi, 0x2134af2306 ; diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in index eedd317..c8f27f5 100644 --- a/opensm/man/opensm.8.in +++ b/opensm/man/opensm.8.in @@ -445,6 +445,9 @@ PortGUIDs list: There are two useful keywords for PortGUID definition: - 'ALL' means all end ports in this subnet. + - 'ALL_CAS' means all Channel Adapter end ports in this subnet. + - 'ALL_SWITCHES' means all Switch end ports in this subnet. + - 'ALL_ROUTERS' means all Router end ports in this subnet. - 'SELF' means subnet manager's port. Empty list means no ports in this partition. @@ -466,7 +469,7 @@ different PKey values will be generated for those definitions). Examples: - Default=0x7fff : ALL, SELF=full ; + Default=0x7fff : ALL, ALL_SWITCHES=full, SELF=full ; NewPartition , ipoib : 0x123456=full, 0x3456789034=limi, 0x2134af2306 ; -- 1.5.5 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
