]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
ibacm_opts.cfg: Sync default options file with generated output
authorHal Rosenstock <hal@mellanox.com>
Sat, 15 Jun 2013 12:46:29 +0000 (15:46 +0300)
committerSean Hefty <sean.hefty@intel.com>
Thu, 27 Jun 2013 20:06:14 +0000 (13:06 -0700)
from ib_acme -D . -O

Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
ibacm_opts.cfg

index 58069b834d5db3ee331af6a7f2b466f493a37d9a..cc8746feb8428e14288f7e878d14e8594e679c78 100644 (file)
@@ -30,7 +30,7 @@ log_level 0
 # Specifies the location of the ACM lock file used to ensure that only a
 # single instance of ACM is running.
 
-lock_file /var/lock/ibacm.pid
+lock_file /var/run/ibacm.pid
 
 # addr_prot:
 # Default resolution protocol to resolve IP addresses into IB GIDs.
@@ -39,6 +39,13 @@ lock_file /var/lock/ibacm.pid
 
 addr_prot acm
 
+# addr_timeout:
+# Number of minutes to maintain IP address to GID mapping before
+# repeating address resolution.  A value of -1 indicates that the
+# mapping will not time out.
+# 1 hour = 60, 1 day = 1440, 1 week = 10080, 1 month ~ 43200
+addr_timeout 1440
+
 # route_prot:
 # Default resolution protocol to resolve IB routing information.
 # Supported protocols are:
@@ -47,6 +54,14 @@ addr_prot acm
 
 route_prot sa
 
+# route_timeout:
+# Number of minutes to maintain IB routing information before
+# repeating route resolution.  A value of -1 indicates that the
+# mapping will not time out.  However, the route will
+# automatically time out when the address times out.
+# 1 hour = 60, 1 day = 1440, 1 week = 10080, 1 month ~ 43200
+route_timeout -1
+
 # loopback_prot:
 # Address and route resolution protocol to resolve local addresses
 # Supported protocols are:
@@ -97,12 +112,11 @@ resolve_depth 1
 sa_depth 1
 
 # send_depth:
-# Specifies the maximum number of outstanding requests that can be in
-# progress simultaneously.  A larger send depth allows for greater
-# parallelism, but increases system resource usage and subnet load.
-# If the number of pending requests is greater than the send_depth,
-# the additional requests will automatically be queued until some of
-# the previous requests complete.
+# Specifies the number of outstanding send operations that can
+# be in progress simultaneously.  A larger send depth consumes
+# more system resources, but increases subnet load.  The send_depth
+# is in addition to resolve_depth and sa_depth, and limits the
+# transfer of responses.
 
 send_depth 1