opensm/osm_subnet.(h c): Cosmetic changes to some options descriptions
for better clarity

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

diff --git a/opensm/include/opensm/osm_subnet.h 
b/opensm/include/opensm/osm_subnet.h
index cf52b49..d693875 100644
--- a/opensm/include/opensm/osm_subnet.h
+++ b/opensm/include/opensm/osm_subnet.h
@@ -306,6 +306,13 @@ typedef struct _osm_subn_opt {
 *              The number of seconds between subnet sweeps.  A value of 0
 *              disables sweeping.
 *
+*      max_wire_smps
+*              The maximum number of SMPs sent in parallel.  Default is 4. 
+*
+*      transaction_timeout
+*              The maximum time in milliseconds allowed for a transaction
+*              to complete.  Default is 200.
+*
 *      sm_priority
 *              The priority of this SM as specified by the user.  This
 *              value is made available in the SMInfo attribute.
diff --git a/opensm/opensm/osm_subnet.c b/opensm/opensm/osm_subnet.c
index f9eb714..0103940 100644
--- a/opensm/opensm/osm_subnet.c
+++ b/opensm/opensm/osm_subnet.c
@@ -1582,9 +1582,9 @@ ib_api_status_t osm_subn_write_conf_file(IN 
osm_subn_opt_t * const p_opts)
 
        fprintf(opts_file,
                "#\n# TIMING AND THREADING OPTIONS\n#\n"
-               "# Number of MADs sent in parallel\n"
+               "# Maximum number of SMPs sent in parallel\n"
                "max_wire_smps %u\n\n"
-               "# The time taken to a transaction to finish in [msec]\n"
+               "# The maximum time in [msec] allowed for a transaction to 
complete\n"
                "transaction_timeout %u\n\n"
                "# Maximal time in [msec] a message can stay in the incoming 
message queue.\n"
                "# If there is more than one message in the queue and the last 
message\n"

_______________________________________________
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

Reply via email to