]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
Convert mpxyd.conf from DOS format to UNIX format.
authorJianxin Xiong <jianxin.xiong@intel.com>
Fri, 28 Sep 2012 20:10:39 +0000 (13:10 -0700)
committerJianxin Xiong <jianxin.xiong@intel.com>
Fri, 28 Sep 2012 20:10:39 +0000 (13:10 -0700)
doc/mpxyd.conf

index 0b8199f7d6776c8cec9b714e81247c121b7ff016..8921a0351bd753b3724ca86648e4dc6b4242a1ac 100644 (file)
@@ -1,87 +1,87 @@
-# MIC SCIF/DAPL RDMA proxy server configuration file\r
-#\r
-# Entry format is:\r
-# name value\r
-\r
-# log_file:\r
-# Specifies the location of the MPXYD service output.  The log file is used to\r
-# assist with MPXYD service debugging and troubleshooting.  The log_file can\r
-# be set to 'stdout', 'stderr', or the name of a file.\r
-# Examples:\r
-# log_file stdout\r
-# log_file stderr\r
-# log_file /var/log/mpxyd.log\r
-\r
-log_file /var/log/mpxyd.log\r
-\r
-# log_level:\r
-# Indicates the amount of detailed data written to the log file.  Log levels\r
-# should be one of the following values:\r
-# 0 - basic configuration & errors\r
-# 1 - verbose configuation & errors\r
-# 2 - verbose operation\r
-\r
-log_level 0\r
-\r
-# lock_file:\r
-# Specifies the location of the MPXYD lock file used to ensure that only a\r
-# single instance of MPXYD is running.\r
-\r
-lock_file /var/run/mpxyd.pid\r
-\r
-# scif_port_id:\r
-# SCIF port number that the server listens on.\r
-# If this value is changed, then a corresponding change is required for\r
-# client MIC DAPL provider. Default is SCIF_OFED_PORT_8 (i.e. 68)\r
-\r
-scif_port_id 68\r
-\r
-# scif_listen_qlen:\r
-# The queue length for the server side scif_listen() call. It affects how\r
-# many clients can connect to the server simultaneously. Default is 64.\r
-\r
-scif_listen_qlen 64\r
-\r
-# mcm_depth:\r
-# Specifies the number of request queue entries available for RDMA.\r
-# per client/server connection.  A larger depth consumes more system \r
-# resources\r
-\r
-mcm_depth 500\r
-\r
-# mcm_signal_rate:\r
-# Specifies the number of request posted before signaling for completions.\r
-# Larger the value reduces interrupts but could increse reserve times on \r
-# buffer resources. \r
-\r
-mcm_signal_rate 100\r
-\r
-# max_message_mb:\r
-# Specifies the maximum message size. The default is 64 (MB).\r
-\r
-max_message_mb 64\r
-\r
-# buffer_pool_shared:\r
-# Specifies if the pre-allocated and pinned buffer is shared between \r
-# connections from the same client, or is private to each connection.\r
-\r
-buffer_pool_shared 1\r
-\r
-# buffer_pool_mb:\r
-# Specifies the amount of memory pre-allocated and pinned for SCIF to uDAPL\r
-# RDMA proxy services. Per client or per connection depending on the setting\r
-# of "buffer_pool_shared". Recommend to increase the size if shared.\r
-\r
-buffer_pool_mb 128\r
-\r
-# buffer_segment_size:\r
-# Specifies the segment size of large DMA transfers. Default is 128KB.\r
-# The size must be a multiple of 4096.\r
\r
-buffer_segment_size 131072\r
\r
-# buffer_alignment:\r
-# Specifies the alignment of the RDMA buffer. Default is 64 bytes.\r
-\r
-buffer_alignment 64\r
-\r
+# MIC SCIF/DAPL RDMA proxy server configuration file
+#
+# Entry format is:
+# name value
+
+# log_file:
+# Specifies the location of the MPXYD service output.  The log file is used to
+# assist with MPXYD service debugging and troubleshooting.  The log_file can
+# be set to 'stdout', 'stderr', or the name of a file.
+# Examples:
+# log_file stdout
+# log_file stderr
+# log_file /var/log/mpxyd.log
+
+log_file /var/log/mpxyd.log
+
+# log_level:
+# Indicates the amount of detailed data written to the log file.  Log levels
+# should be one of the following values:
+# 0 - basic configuration & errors
+# 1 - verbose configuation & errors
+# 2 - verbose operation
+
+log_level 0
+
+# lock_file:
+# Specifies the location of the MPXYD lock file used to ensure that only a
+# single instance of MPXYD is running.
+
+lock_file /var/run/mpxyd.pid
+
+# scif_port_id:
+# SCIF port number that the server listens on.
+# If this value is changed, then a corresponding change is required for
+# client MIC DAPL provider. Default is SCIF_OFED_PORT_8 (i.e. 68)
+
+scif_port_id 68
+
+# scif_listen_qlen:
+# The queue length for the server side scif_listen() call. It affects how
+# many clients can connect to the server simultaneously. Default is 64.
+
+scif_listen_qlen 64
+
+# mcm_depth:
+# Specifies the number of request queue entries available for RDMA.
+# per client/server connection.  A larger depth consumes more system 
+# resources
+
+mcm_depth 500
+
+# mcm_signal_rate:
+# Specifies the number of request posted before signaling for completions.
+# Larger the value reduces interrupts but could increse reserve times on 
+# buffer resources. 
+
+mcm_signal_rate 100
+
+# max_message_mb:
+# Specifies the maximum message size. The default is 64 (MB).
+
+max_message_mb 64
+
+# buffer_pool_shared:
+# Specifies if the pre-allocated and pinned buffer is shared between 
+# connections from the same client, or is private to each connection.
+
+buffer_pool_shared 1
+
+# buffer_pool_mb:
+# Specifies the amount of memory pre-allocated and pinned for SCIF to uDAPL
+# RDMA proxy services. Per client or per connection depending on the setting
+# of "buffer_pool_shared". Recommend to increase the size if shared.
+
+buffer_pool_mb 128
+
+# buffer_segment_size:
+# Specifies the segment size of large DMA transfers. Default is 128KB.
+# The size must be a multiple of 4096.
+buffer_segment_size 131072
+# buffer_alignment:
+# Specifies the alignment of the RDMA buffer. Default is 64 bytes.
+
+buffer_alignment 64
+