]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OpenSM] - fix opts file - comment out all options. The user can undo the commenting...
authoreitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 27 Mar 2006 12:10:47 +0000 (12:10 +0000)
committereitan <eitan@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 27 Mar 2006 12:10:47 +0000 (12:10 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@254 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/opensm/user/opensm/opensm.opts

index 1e0a18b1c1803b95f34ffd33b2521cdfabc315d9..122e151e8973cf6cd902494edeb236dad7bfea10 100644 (file)
 #guid <PORT GUID>\r
 \r
 # M_Key value sent to all ports qualifing all Set(PortInfo).\r
-m_key 0x0000000000000000\r
+#m_key 0x0000000000000000\r
 \r
 # The lease period used for the M_Key on this subnet in [msec]\r
-m_key_lease_period 0\r
+#m_key_lease_period 0\r
 \r
 # SM_Key value of the SM to qualify rcv SA queries as 'trusted'\r
-sm_key 0x0100000000000000\r
+#sm_key 0x0100000000000000\r
 \r
 # Subnet prefix used on this subnet\r
-subnet_prefix 0xfe80000000000000\r
+#subnet_prefix 0xfe80000000000000\r
 \r
 # The LMC value used on this subnet\r
-lmc 0\r
+#lmc 0\r
 \r
 # The code of maximal time a packet can live in a switch\r
 # The actual time is 4.096usec * 2^<packet_life_time code>\r
 # The value 0x14 disables this mechanism\r
-packet_life_time 0x12\r
+#packet_life_time 0x12\r
 \r
 # The code of maximal time a packet can wait at the head of\r
 # transmission queue. \r
 # The actual time is 4.096usec * 2^<head_of_queue_lifetime>\r
 # The value 0x14 disables this mechanism\r
-head_of_queue_lifetime 0x12\r
+#head_of_queue_lifetime 0x12\r
 \r
 # The maximal time a packet can wait at the head of queue on \r
 # switch port connected to a HCA\r
-leaf_head_of_queue_lifetime 0x0c\r
+#leaf_head_of_queue_lifetime 0x0c\r
 \r
 # Limit the maximal operational VLs\r
-max_op_vls 5\r
+#max_op_vls 5\r
 \r
 # The subnet_timeout code that will be set for all the ports\r
 # The actual timeout is 4.096usec * 2^<subnet_timeout code>\r
-subnet_timeout 18\r
+#subnet_timeout 18\r
 \r
 # Threshold of local phy errors for sending Trap 129\r
-local_phy_errors_threshold 0x08\r
+#local_phy_errors_threshold 0x08\r
 \r
 # Threshold of credits over-run errors for sending Trap 129\r
-overrun_errors_threshold 0x08\r
+#overrun_errors_threshold 0x08\r
 \r
 #\r
 # SWEEP OPTIONS\r
 #\r
 # The number of seconds between subnet sweeps (0 disables it)\r
-sweep_interval 10\r
+#sweep_interval 10\r
 \r
 # If TRUE cause all lids to be re-assigned\r
-reassign_lids FALSE\r
+#reassign_lids FALSE\r
 \r
 # If TRUE ignore existing LFT entries on first sweep (default).\r
 # Otherwise only non minimal hop cases are modified.\r
 # NOTE: A standby SM clears its first sweep flag - since the\r
 # master SM already sweeps...\r
-reassign_lfts TRUE\r
+#reassign_lfts TRUE\r
 \r
 # If true forces every sweep to be a heavy sweep\r
-force_heavy_sweep FALSE\r
+#force_heavy_sweep FALSE\r
 \r
 # If true every trap will cause a heavy sweep.\r
 # NOTE: successive same traps (>10) are supressed\r
-sweep_on_trap TRUE\r
+#sweep_on_trap TRUE\r
 \r
 #\r
 # ROUTING OPTIONS\r
 #\r
 # If true do not count switches as link subscriptions\r
-port_profile_switch_nodes FALSE\r
+#port_profile_switch_nodes FALSE\r
 \r
 # Activate the Up/Down routing algorithm\r
-updn_activate FALSE\r
+#updn_activate FALSE\r
 \r
 #\r
 # HANDOVER - MULTIPLE SM's OPTIONS\r
 #\r
 # SM priority used for deciding who is the master\r
-sm_priority 1\r
+#sm_priority 1\r
 \r
 # If TRUE other SM's on the subnet should be ignored\r
-ignore_other_sm FALSE\r
+#ignore_other_sm FALSE\r
 \r
 # Timeout in [sec] between two polls of active master SM\r
-sminfo_polling_timeout 10000\r
+#sminfo_polling_timeout 10000\r
 \r
 # Number of failing polls of remote SM that declares it dead\r
-polling_retry_number 4\r
+#polling_retry_number 4\r
 \r
 #\r
 # TIMING AND THREADING OPTIONS\r
 #\r
 # Number of MADs sent in parallel\r
-max_wire_smps 4\r
+#max_wire_smps 4\r
 \r
 # The time taken to a transaction to finish in [msec]\r
-transaction_timeout 200\r
+#transaction_timeout 200\r
 \r
 # Maximal time in [msec] a message can stay in the incoming message queue.\r
 # If there is more then one message in the queue and the last message\r
 # stayed in the queue more then this value any SA request will be \r
 # immediately returned with a BUSY status.\r
-max_msg_fifo_timeout 10000\r
+#max_msg_fifo_timeout 10000\r
 \r
 # Use a single thread for handling SA queries\r
-single_thread FALSE\r
+#single_thread FALSE\r
 \r
 #\r
 # DEBUG FEATURES\r
 #\r
 # The log flags used\r
-log_flags 0x03\r
+#log_flags 0x03\r
 \r
 # Force flush of the log file after each log message\r
-force_log_flush TRUE\r
+#force_log_flush TRUE\r
 \r
 # Log file to be used\r
-log_file K:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\osm.log\r
+#log_file <LOG_FILE>\r
 \r
-accum_log_file TRUE\r
+#accum_log_file TRUE\r
 \r
 # The directory to hold the file OpenSM dumps\r
-dump_files_dir C:\yael\trunk\\r
+#dump_files_dir <DUMP_FILES_DIR>\r
 \r
 # If TRUE if OpenSM should disable multicast support\r
-no_multicast_option FALSE\r
+#no_multicast_option FALSE\r
 \r
 # No multicast routing is performed if TRUE\r
-disable_multicast FALSE\r
+#disable_multicast FALSE\r
 \r
 # If TRUE opensm will exit on fatal initialization issues\r
-exit_on_fatal TRUE\r
+#exit_on_fatal TRUE\r
 \r