Whamcloud - gitweb
LUDOC-394 manual: Remove extra 'held' word
[doc/manual.git] / ConfigurationFilesModuleParameters.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <chapter xmlns="http://docbook.org/ns/docbook"
3  xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US"
4  xml:id="configurationfilesmoduleparameters">
5     <title xml:id="configurationfilesmoduleparameters.title">Configuration Files and Module Parameters</title>
6   <para>This section describes configuration files and module parameters and includes the following sections:</para>
7   <itemizedlist>
8     <listitem>
9       <para><xref linkend="dbdoclet.50438293_15350"/></para>
10     </listitem>
11     <listitem>
12       <para><xref linkend="dbdoclet.50438293_78010"/></para>
13     </listitem>
14   </itemizedlist>
15   <section xml:id="dbdoclet.50438293_15350">
16       <title>
17           <indexterm><primary>configuring</primary></indexterm>
18           <indexterm><primary>LNet</primary><see>configuring</see></indexterm>
19           
20           
21           Introduction</title>
22     <para>LNet network hardware and routing are now configured via module parameters. Parameters should be specified in the <literal>/etc/modprobe.d/lustre.conf</literal>file, for example:</para>
23     <screen>options lnet networks=tcp0(eth2)</screen>
24     <para>The above option specifies that this node should use the TCP protocol on the eth2 network interface.</para>
25     <para>Module parameters are read when the module is first loaded. Type-specific LND modules (for instance, <literal>ksocklnd</literal>) are loaded automatically by the LNet module when LNet starts (typically upon <literal>modprobe ptlrpc</literal>).</para>
26     <para>LNet configuration parameters can be viewed under <literal>/sys/module/lnet/parameters/</literal>, and LND-specific parameters under the name of the corresponding LND, for example <literal>/sys/module/ksocklnd/parameters/</literal> for the socklnd (TCP) LND.</para>
27     <para>For the following parameters, default option settings are shown in parenthesis. Changes to parameters marked with a W affect running systems. Unmarked parameters can only be set when LNet loads for the first time.  Changes to parameters marked with <literal>Wc</literal> only have effect when connections are established (existing connections are not affected by these changes.)</para>
28   </section>
29   <section xml:id="dbdoclet.50438293_78010">
30       <title>
31           <indexterm><primary>configuring</primary><secondary>module options</secondary></indexterm>
32           
33           Module Options</title>
34     <itemizedlist>
35       <listitem>
36         <para>With routed or other multi-network configurations, use <literal>ip2nets</literal> rather than networks, so all nodes can use the same configuration.</para>
37       </listitem>
38       <listitem>
39         <para>For a routed network, use the same &apos;routes&apos; configuration everywhere. Nodes specified as routers automatically enable forwarding and any routes that are not relevant to a particular node are ignored. Keep a common configuration to guarantee that all nodes have consistent routing tables.</para>
40       </listitem>
41       <listitem>
42         <para>A separate <literal>lustre.conf</literal> file makes distributing the configuration much easier.</para>
43       </listitem>
44       <listitem>
45         <para>If you set <literal>config_on_load=1</literal>, LNet starts at
46             <literal>modprobe</literal> time rather than waiting for the Lustre file system to
47           start. This ensures routers start working at module load time.</para>
48       </listitem>
49     </itemizedlist>
50     <screen># lctl 
51 # lctl&gt; net down</screen>
52     <itemizedlist>
53       <listitem>
54         <para>Remember the <literal>lctl ping {nid}</literal> command - it is a handy way to check your LNet configuration.</para>
55       </listitem>
56     </itemizedlist>
57     <section remap="h3">
58       <title><indexterm><primary>configuring</primary><secondary>LNet options</secondary></indexterm>
59 LNet Options</title>
60       <para>This section describes LNet options.</para>
61       <section remap="h4">
62         <title><indexterm><primary>configuring</primary><secondary>network topology</secondary></indexterm>
63 Network Topology</title>
64         <para>Network topology module parameters determine which networks a node should join, whether it should route between these networks, and how it communicates with non-local networks.</para>
65         <para>Here is a list of various networks and the supported software stacks:</para>
66         <informaltable frame="all">
67           <tgroup cols="2">
68             <colspec colname="c1" colwidth="50*"/>
69             <colspec colname="c2" colwidth="50*"/>
70             <thead>
71               <row>
72                 <entry>
73                   <para><emphasis role="bold">Network</emphasis></para>
74                 </entry>
75                 <entry>
76                   <para><emphasis role="bold">Software Stack</emphasis></para>
77                 </entry>
78               </row>
79             </thead>
80             <tbody>
81               <row>
82                 <entry>
83                   <para> o2ib</para>
84                 </entry>
85                 <entry>
86                   <para> OFED Version 2</para>
87                 </entry>
88               </row>
89             </tbody>
90           </tgroup>
91         </informaltable>
92         <note>
93           <para>The Lustre software ignores the loopback interface (<literal>lo0</literal>), but the
94             Lustre file system uses any IP addresses aliased to the loopback (by default). When in
95             doubt, explicitly specify networks.</para>
96         </note>
97         </section>
98         <section remap="h4">
99           <title><indexterm><primary>configuring</primary>
100           <secondary>network</secondary><tertiary>ip2nets</tertiary></indexterm>
101           ip2nets (&quot;tcp&quot;)</title>
102         <para><literal>ip2nets</literal> is a string that lists globally
103           available networks, each with a set of IP address ranges. LNet
104           determines the locally-available networks from this list by matching
105           the IP address ranges with the local IPs of a node. Its purpose is
106           to allow the same <literal>modules.conf</literal> file to be used
107           across a variety of nodes on different networks. The string has the
108           following syntax.</para>
109         <screen>&lt;ip2nets&gt; :== &lt;net-match&gt; [ &lt;comment&gt; ] { &lt;net-sep&gt; &lt;net-match&gt; }
110 &lt;net-match&gt; :== [ &lt;w&gt; ] &lt;net-spec&gt; &lt;w&gt; &lt;ip-range&gt; { &lt;w&gt; &lt;ip-range&gt; }
111 [ &lt;w&gt; ]
112 &lt;net-spec&gt; :== &lt;network&gt; [ &quot;(&quot; &lt;interface-list&gt; &quot;)&quot; ]
113 &lt;network&gt; :== &lt;nettype&gt; [ &lt;number&gt; ]
114 &lt;nettype&gt; :== &quot;tcp&quot; | &quot;elan&quot; | &quot;o2ib&quot; | ...
115 &lt;iface-list&gt; :== &lt;interface&gt; [ &quot;,&quot; &lt;iface-list&gt; ]
116 &lt;ip-range&gt; :== &lt;r-expr&gt; &quot;.&quot; &lt;r-expr&gt; &quot;.&quot; &lt;r-expr&gt; &quot;.&quot; &lt;r-expr&gt;
117 &lt;r-expr&gt; :== &lt;number&gt; | &quot;*&quot; | &quot;[&quot; &lt;r-list&gt; &quot;]&quot;
118 &lt;r-list&gt; :== &lt;range&gt; [ &quot;,&quot; &lt;r-list&gt; ]
119 &lt;range&gt; :== &lt;number&gt; [ &quot;-&quot; &lt;number&gt; [ &quot;/&quot; &lt;number&gt; ] ]
120 &lt;comment :== &quot;#&quot; { &lt;non-net-sep-chars&gt; }
121 &lt;net-sep&gt; :== &quot;;&quot; | &quot;\n&quot;
122 &lt;w&gt; :== &lt;whitespace-chars&gt; { &lt;whitespace-chars&gt; }
123 </screen>
124         <para><literal>&lt;net-spec&gt;</literal> contains enough information to
125         uniquely identify the network and load an appropriate LND. The LND
126         determines the missing &quot;address-within-network&quot; part of the
127         NID based on the interfaces it can use.</para>
128         <para><literal>&lt;iface-list&gt;</literal> specifies which hardware
129         interface the network can use. If omitted, all interfaces are used. LNDs
130         that do not support the <literal>&lt;iface-list&gt;</literal> syntax
131         cannot be configured to use particular interfaces and just use what is
132         there. Only a single instance of these LNDs can exist on a node at any
133         time, and <literal>&lt;iface-list&gt;</literal> must be omitted.</para>
134         <para><literal>&lt;net-match&gt;</literal> entries are scanned in the
135         order declared to see if one of the node&apos;s IP addresses matches one
136         of the <literal>&lt;ip-range&gt;</literal> expressions. If there is a
137         match, <literal>&lt;net-spec&gt;</literal> specifies the network to
138         instantiate. Note that it is the first match for a particular network
139         that counts. This can be used to simplify the match expression for the
140         general case by placing it after the special cases. For example:</para>
141         <screen>ip2nets=&quot;tcp(eth1,eth2) 134.32.1.[4-10/2]; tcp(eth1) *.*.*.*&quot;</screen>
142         <para>4 nodes on the 134.32.1.* network have 2 interfaces
143         (134.32.1.{4,6,8,10}) but all the rest have 1.</para>
144         <screen>ip2nets=&quot;<emphasis role="bold">o2ib</emphasis> 192.168.0.*; tcp(eth2) 192.168.0.[1,7,4,12]&quot; </screen>
145         <para>This describes an IB cluster on 192.168.0.*. Four of these nodes
146         also have IP interfaces; these four could be used as routers.</para>
147         <para>Note that match-all expressions (For instance,
148         <literal>*.*.*.*</literal>) effectively mask all other</para>
149         <para> <literal>&lt;net-match&gt;</literal> entries specified after
150         them. They should be used with caution.</para>
151         <para>Here is a more complicated situation, the route parameter is
152         explained below. We have:</para>
153         <itemizedlist>
154           <listitem>
155             <para>Two TCP subnets</para>
156           </listitem>
157           <listitem>
158             <para>One Elan subnet</para>
159           </listitem>
160           <listitem>
161             <para>One machine set up as a router, with both TCP and Elan
162             interfaces</para>
163           </listitem>
164           <listitem>
165             <para>IP over Elan configured, but only IP will be used to label the
166             nodes.</para>
167           </listitem>
168         </itemizedlist>
169         <screen>options lnet ip2nets=â€tcp 198.129.135.* 192.128.88.98; \
170         elan 198.128.88.98 198.129.135.3; \ 
171         routes=&apos;cp 1022@elan # Elan NID of router; \
172         elan  198.128.88.98@tcp # TCP NID of router  &apos;</screen>
173       </section>
174       <section remap="h4">
175           <title><indexterm><primary>configuring</primary>
176           <secondary>network</secondary><tertiary>tcp</tertiary></indexterm>
177           networks (&quot;tcp&quot;)</title>
178         <para>This is an alternative to &quot;<literal>ip2nets</literal>&quot;
179         which can be used to specify the networks to be instantiated explicitly.
180         The syntax is a simple comma separated list of
181         <literal>&lt;net-spec&gt;</literal>s (see above). The default is only
182         used if neither &apos;ip2nets&apos; nor &apos;networks&apos; is
183         specified.</para>
184       </section>
185       <section remap="h4">
186           <title><indexterm><primary>configuring</primary><secondary>network</secondary><tertiary>routes</tertiary></indexterm>
187 routes (&quot;&quot;)</title>
188         <para>This is a string that lists networks and the NIDs of routers that forward to them.</para>
189         <para>It has the following syntax (<literal>&lt;w&gt;</literal> is one or more whitespace characters):</para>
190         <screen>&lt;routes&gt; :== &lt;route&gt;{ ; &lt;route&gt; }
191 &lt;route&gt; :== [&lt;net&gt;[&lt;w&gt;&lt;hopcount&gt;]&lt;w&gt;&lt;nid&gt;[:&lt;priority&gt;]{&lt;w&gt;&lt;nid&gt;[:&lt;priority&gt;]}</screen>
192         <para>Note: the priority parameter was added in release 2.5.</para>
193         <para>So a node on the network <literal>tcp1</literal> that needs to go through a router to get to the Elan network:</para>
194         <screen>options lnet networks=tcp1 routes=&quot;elan 1 192.168.2.2@tcpA&quot;</screen>
195         <para>The hopcount and priority numbers are used to help choose the best path between multiply-routed configurations.</para>
196         <para>A simple but powerful expansion syntax is provided, both for target networks and router NIDs as follows.</para>
197         <screen>&lt;expansion&gt; :== &quot;[&quot; &lt;entry&gt; { &quot;,&quot; &lt;entry&gt; } &quot;]&quot;
198 &lt;entry&gt; :== &lt;numeric range&gt; | &lt;non-numeric item&gt;
199 &lt;numeric range&gt; :== &lt;number&gt; [ &quot;-&quot; &lt;number&gt; [ &quot;/&quot; &lt;number&gt; ] ]</screen>
200         <para>The expansion is a list enclosed in square brackets. Numeric items in the list may be a single number, a contiguous range of numbers, or a strided range of numbers. For example, <literal>routes=&quot;elan 192.168.1.[22-24]@tcp&quot;</literal> says that network <literal>elan0</literal> is adjacent (hopcount defaults to 1); and is accessible via 3 routers on the <literal>tcp0</literal> network (<literal>192.168.1.22@tcp</literal>, <literal>192.168.1.23@tcp</literal> and <literal>192.168.1.24@tcp</literal>).</para>
201         <para><literal>routes=&quot;[tcp,o2ib] 2 [8-14/2]@elan&quot;</literal>
202 says that 2 networks (<literal>tcp0</literal> and <literal>o2ib0</literal>) are accessible through 4 routers (<literal>8@elan</literal>, <literal>10@elan</literal>, <literal>12@elan</literal> and <literal>14@elan</literal>). The hopcount of 2 means that traffic to both these networks will be traversed 2 routers - first one of the routers specified in this entry, then one more.</para>
203         <para>Duplicate entries, entries that route to a local network, and entries that specify routers on a non-local network are ignored.</para>
204         <para>Prior to release 2.5, a conflict between equivalent entries was resolved in favor of the route with the shorter hopcount. The hopcount, if omitted, defaults to 1 (the remote network is adjacent)..</para>
205         <para condition='l25'>Since 2.5, equivalent entries are resolved in favor of the route with the lowest priority number or shorter hopcount if the priorities are equal. The priority, if omitted, defaults to 0.  The hopcount, if omitted, defaults to 1 (the remote network is adjacent).</para>
206         <para>It is an error to specify routes to the same destination with routers on different local networks.</para>
207         <para>If the target network string contains no expansions, then the hopcount defaults to 1 and may be omitted (that is, the remote network is adjacent). In practice, this is true for most multi-network configurations. It is an error to specify an inconsistent hop count for a given target network. This is why an explicit hopcount is required if the target network string specifies more than one network.</para>
208       </section>
209       <section remap="h4">
210           <title><indexterm><primary>configuring</primary>
211             <secondary>network</secondary>
212             <tertiary>forwarding</tertiary></indexterm>
213 forwarding (&quot;&quot;)</title>
214         <para>This is a string that can be set either to
215         &quot;<literal>enabled</literal>&quot; or
216         &quot;<literal>disabled</literal>&quot; for explicit control of whether
217         this node should act as a router, forwarding communications between all
218         local networks.</para>
219         <para>A standalone router can be started by simply starting LNet
220         (&apos;<literal>modprobe ptlrpc</literal>&apos;) with appropriate
221         network topology options.</para>
222       </section>
223         <section remap="h4">
224           <title><indexterm><primary>configuring</primary>
225             <secondary>network</secondary>
226             <tertiary>accept</tertiary></indexterm>accept (secure)</title>
227           <para>The acceptor is a TCP/IP service that some LNDs use to
228           establish communications. If a local network requires it and it has
229           not been disabled, the acceptor listens on a single port for
230           connection requests that it redirects to the appropriate local
231           network. The acceptor is part of the LNet module and configured
232           by the following options:</para>
233         <informaltable frame="all">
234           <tgroup cols="2">
235             <colspec colname="c1" colwidth="50*"/>
236             <colspec colname="c2" colwidth="50*"/>
237             <thead>
238               <row>
239                 <entry>
240                   <para><emphasis role="bold">Variable</emphasis></para>
241                 </entry>
242                 <entry>
243                   <para><emphasis role="bold">Description</emphasis></para>
244                 </entry>
245               </row>
246             </thead>
247             <tbody>
248               <row>
249                 <entry>
250                   <para><literal>accept</literal></para>
251                   <para><literal>(secure)</literal></para>
252                 </entry>
253                 <entry>
254                   <para>The type of connections that the acceptor will allow
255                   from remote nodes.</para>
256                   <itemizedlist>
257                     <listitem>
258                       <para><literal>secure</literal>  - Accept connections
259                       only from reserved TCP ports (below 1023).  This is the
260                       default, and prevents userspace processes from trying
261                       to connect to the server.</para>
262                     </listitem>
263                     <listitem>
264                       <para><literal>all</literal>  - Accept connections from
265                         any TCP port.  This may be needed to allow connections
266                         on non-privileged ports, for example from a client in a
267                         virtual machine running in userspace.</para>
268                     </listitem>
269                     <listitem>
270                       <para><literal>none</literal>  - Do not run the acceptor.
271                         This may prevent the client from receiving server RPCs
272                         if the TCP connection is lost and the server needs to
273                         contact the client for some reason (e.g. LDLM lock
274                         callback or size glimpse).
275                       </para>
276                     </listitem>
277                   </itemizedlist>
278                 </entry>
279               </row>
280               <row>
281                 <entry>
282                   <para> <literal>accept_port</literal></para>
283                   <para> <literal>(988)</literal></para>
284                 </entry>
285                 <entry>
286                   <para>Port number on which the acceptor should listen for
287                     connection requests. All nodes in a site configuration that
288                     require an acceptor must use the same port.</para>
289                 </entry>
290               </row>
291               <row>
292                 <entry>
293                   <para> <literal>accept_backlog</literal></para>
294                   <para> <literal>(127)</literal></para>
295                 </entry>
296                 <entry>
297                   <para>Maximum length that the queue of pending connections may
298                     grow to (see listen(2)).</para>
299                 </entry>
300               </row>
301               <row>
302                 <entry>
303                   <para> <literal>accept_timeout</literal></para>
304                   <para> <literal>(5, W)</literal></para>
305                 </entry>
306                 <entry>
307                   <para>Maximum time in seconds the acceptor is allowed to block
308                     while communicating with a peer.</para>
309                 </entry>
310               </row>
311               <row>
312                 <entry>
313                   <para> <literal>accept_proto_version</literal></para>
314                 </entry>
315                 <entry>
316                   <para>Version of the acceptor protocol that should be used by
317                     outgoing connection requests. It defaults to the most recent
318                     acceptor protocol version, but it may be set to the previous
319                     version to allow the node to initiate connections with nodes
320                     that only understand that version of the acceptor protocol.
321                     The acceptor can, with some restrictions, handle either
322                     version (that is, it can accept connections from both
323                     &apos;old&apos; and &apos;new&apos; peers). For the current
324                     version of the acceptor protocol (version 1), the acceptor
325                     is compatible with old peers if it is only required by a
326                     single local network.</para>
327                 </entry>
328               </row>
329             </tbody>
330           </tgroup>
331         </informaltable>
332       </section>
333       <section>
334           <title><indexterm><primary>configuring</primary><secondary>network</secondary><tertiary>rnet_htable_size</tertiary></indexterm>
335 <literal>rnet_htable_size</literal></title>
336         <para><literal>rnet_htable_size</literal> is an integer that indicates how many remote networks the internal LNet hash table is configured to handle. <literal>rnet_htable_size</literal> is used for optimizing the hash table size and does not put a limit on how many remote networks you can have.  The default hash table size when this parameter is not specified is: 128.</para>
337       </section>
338     </section>
339     <section remap="h3" xml:id="section_ngq_qhy_zl">
340       <title><indexterm>
341           <primary>configuring</primary>
342           <secondary>network</secondary>
343           <tertiary>SOCKLND</tertiary>
344         </indexterm>
345         <literal>SOCKLND</literal> Kernel TCP/IP LND</title>
346       <para>The <literal>SOCKLND</literal> kernel TCP/IP LND (<literal>socklnd</literal>) is
347         connection-based and uses the acceptor to establish communications via sockets with its
348         peers.</para>
349       <para>It supports multiple instances and load balances dynamically over multiple interfaces.
350         If no interfaces are specified by the <literal>ip2nets</literal> or networks module
351         parameter, all non-loopback IP interfaces are used. The address-within-network is determined
352         by the address of the first IP interface an instance of the <literal>socklnd</literal>
353         encounters.</para>
354       <para>Consider a node on the &apos;edge&apos; of an InfiniBand network,
355       with a low-bandwidth management Ethernet (<literal>eth0</literal>), IP
356       over IB configured (<literal>ipoib0</literal>), and a pair of GigE NICs
357       (<literal>eth1</literal>,<literal>eth2</literal>) providing off-cluster
358       connectivity. This node should be configured with &apos;
359       <literal>networks=o2ib,tcp(eth1,eth2)</literal>&apos; to ensure that the
360       <literal>socklnd</literal> ignores the management Ethernet and IPoIB.
361       </para>
362       <informaltable frame="all">
363         <tgroup cols="2">
364           <colspec colname="c1" colwidth="50*"/>
365           <colspec colname="c2" colwidth="50*"/>
366           <thead>
367             <row>
368               <entry>
369                 <para><emphasis role="bold">Variable</emphasis></para>
370               </entry>
371               <entry>
372                 <para><emphasis role="bold">Description</emphasis></para>
373               </entry>
374             </row>
375           </thead>
376           <tbody>
377             <row>
378               <entry>
379                 <para>
380                   <literal>timeout</literal></para>
381                 <para>
382                   <literal>(50,W)</literal></para>
383               </entry>
384               <entry>
385                 <para>Time (in seconds) that communications may be stalled before the LND completes
386                   them with failure.</para>
387               </entry>
388             </row>
389             <row>
390               <entry>
391                 <para>
392                   <literal>nconnds</literal></para>
393                 <para>
394                   <literal>(4)</literal></para>
395               </entry>
396               <entry>
397                 <para>Sets the number of connection daemons.</para>
398               </entry>
399             </row>
400             <row>
401               <entry>
402                 <para>
403                   <literal>min_reconnectms</literal></para>
404                 <para>
405                   <literal>(1000,W)</literal></para>
406               </entry>
407               <entry>
408                 <para>Minimum connection retry interval (in milliseconds). After a failed connection
409                   attempt, this is the time that must elapse before the first retry. As connections
410                   attempts fail, this time is doubled on each successive retry up to a maximum of
411                     &apos;<literal>max_reconnectms</literal>&apos;.</para>
412               </entry>
413             </row>
414             <row>
415               <entry>
416                 <para>
417                   <literal>max_reconnectms</literal></para>
418                 <para>
419                   <literal>(6000,W)</literal></para>
420               </entry>
421               <entry>
422                 <para>Maximum connection retry interval (in milliseconds).</para>
423               </entry>
424             </row>
425             <row>
426               <entry>
427                 <para>
428                   <literal>eager_ack</literal></para>
429                 <para>
430                   <literal>(0 on linux,</literal></para>
431                 <para>
432                   <literal>1 on darwin,W)</literal></para>
433               </entry>
434               <entry>
435                 <para>Boolean that determines whether the <literal>socklnd</literal> should attempt
436                   to flush sends on message boundaries.</para>
437               </entry>
438             </row>
439             <row>
440               <entry>
441                 <para>
442                   <literal>typed_conns</literal></para>
443                 <para>
444                   <literal>(1,Wc)</literal></para>
445               </entry>
446               <entry>
447                 <para>Boolean that determines whether the <literal>socklnd</literal> should use
448                   different sockets for different types of messages. When clear, all communication
449                   with a particular peer takes place on the same socket. Otherwise, separate sockets
450                   are used for bulk sends, bulk receives and everything else.</para>
451               </entry>
452             </row>
453             <row>
454               <entry>
455                 <para>
456                   <literal>min_bulk</literal></para>
457                 <para>
458                   <literal>(1024,W)</literal></para>
459               </entry>
460               <entry>
461                 <para>Determines when a message is considered &quot;bulk&quot;.</para>
462               </entry>
463             </row>
464             <row>
465               <entry>
466                 <para>
467                   <literal>tx_buffer_size, rx_buffer_size</literal></para>
468                 <para>
469                   <literal>(8388608,Wc)</literal></para>
470               </entry>
471               <entry>
472                 <para>Socket buffer sizes. Setting this option to zero (0), allows the system to
473                   auto-tune buffer sizes. </para>
474                 <warning>
475                   <para>Be very careful changing this value as improper sizing can harm
476                     performance.</para>
477                 </warning>
478               </entry>
479             </row>
480             <row>
481               <entry>
482                 <para>
483                   <literal>nagle</literal></para>
484                 <para>
485                   <literal>(0,Wc)</literal></para>
486               </entry>
487               <entry>
488                 <para>Boolean that determines if <literal>nagle</literal> should be enabled. It
489                   should never be set in production systems.</para>
490               </entry>
491             </row>
492             <row>
493               <entry>
494                 <para>
495                   <literal>keepalive_idle</literal></para>
496                 <para>
497                   <literal>(30,Wc)</literal></para>
498               </entry>
499               <entry>
500                 <para>Time (in seconds) that a socket can remain idle before a keepalive probe is
501                   sent. Setting this value to zero (0) disables keepalives.</para>
502               </entry>
503             </row>
504             <row>
505               <entry>
506                 <para>
507                   <literal>keepalive_intvl</literal></para>
508                 <para>
509                   <literal>(2,Wc)</literal></para>
510               </entry>
511               <entry>
512                 <para>Time (in seconds) to repeat unanswered keepalive probes. Setting this value to
513                   zero (0) disables keepalives.</para>
514               </entry>
515             </row>
516             <row>
517               <entry>
518                 <para>
519                   <literal>keepalive_count</literal></para>
520                 <para>
521                   <literal>(10,Wc)</literal></para>
522               </entry>
523               <entry>
524                 <para>Number of unanswered keepalive probes before pronouncing socket (hence peer)
525                   death.</para>
526               </entry>
527             </row>
528             <row>
529               <entry>
530                 <para>
531                   <literal>enable_irq_affinity</literal></para>
532                 <para>
533                   <literal>(0,Wc)</literal></para>
534               </entry>
535               <entry>
536                 <para>Boolean that determines whether to enable IRQ affinity. The default is zero
537                   (0).</para>
538                 <para>When set, <literal>socklnd</literal> attempts to maximize performance by
539                   handling device interrupts and data movement for particular (hardware) interfaces
540                   on particular CPUs. This option is not available on all platforms. This option
541                   requires an SMP system to exist and produces best performance with multiple NICs.
542                   Systems with multiple CPUs and a single NIC may see increase in the performance
543                   with this parameter disabled.</para>
544               </entry>
545             </row>
546             <row>
547               <entry>
548                 <para>
549                   <literal>zc_min_frag</literal></para>
550                 <para>
551                   <literal>(2048,W)</literal></para>
552               </entry>
553               <entry>
554                 <para>Determines the minimum message fragment that should be considered for
555                   zero-copy sends. Increasing it above the platform&apos;s <literal>PAGE_SIZE
556                   </literal>disables all zero copy sends. This option is not available on all
557                   platforms.</para>
558               </entry>
559             </row>
560           </tbody>
561         </tgroup>
562       </informaltable>
563     </section>
564   </section>
565 </chapter>
566 <!--
567   vim:expandtab:shiftwidth=2:tabstop=8:
568   -->