[ofa-general] ***SPAM*** [PATCH] opensm/partition-config.txt: Update for defmember feature

Hal Rosenstock hnrose at comcast.net
Mon Apr 13 11:30:26 PDT 2009


Signed-off-by: Hal Rosenstock <hal.rosenstock at gmail.com>

---
diff --git a/opensm/doc/partition-config.txt b/opensm/doc/partition-config.txt
index 6bb8e9b..ead3f76 100644
--- a/opensm/doc/partition-config.txt
+++ b/opensm/doc/partition-config.txt
@@ -32,13 +32,15 @@ General file format:
 Partition Definition:
 --------------------
 
-[PartitionName][=PKey][,flag[=value]]
+[PartitionName][=PKey][,flag[=value]][,defmember=full|limited]
 
 PartitionName - string, to be used with logging. When omitted
                 empty string will be used.
 PKey          - P_Key value for this partition. Only low 15 bits will
                 be used. When omitted will be autogenerated.
 flag          - used to indicate IPoIB capability of this partition.
+defmember=full|limited - specifies default membership for port guid
+                list. Default is limited.
 
 Currently recognized flags are:
 
@@ -103,6 +105,12 @@ NewPartition , ipoib : 0x123456=full, 0x3456789034=limi, 0x2134af2306 ;
 YetAnotherOne = 0x300 : SELF=full ;
 YetAnotherOne = 0x300 : ALL=limited ;
 
+ShareIO = 0x80 , defmember=full : 0x123451, 0x123452; # 0x123453, 0x123454 will be limited
+ShareIO = 0x80 : 0x123453, 0x123454, 0x123455=full; # 0x123456, 0x123457 will be limited
+ShareIO = 0x80 : defmember=limited : 0x123456, 0x123457, 0x123458=full;
+ShareIO = 0x80 , defmember=full : 0x123459, 0x12345a;
+ShareIO = 0x80 , defmember=full : 0x12345b, 0x12345c=limited, 0x12345d;
+
 
 Note:
 ----



More information about the general mailing list