Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / portals / knals / scimacnal / scimac.conf
1 #  Configuration file for the scimac driver - lustre friendly settings
2 #
3
4 #  The maximal number of message headers to use in the system.
5 scimac_max_no_hdrs = 32
6
7 #  The maximal number of eager buffers to use in the system.
8 scimac_max_no_ebufs = 8
9
10 #  The maximal size in bytes of each eager buffer.
11 scimac_max_ebuf_size = 65536
12
13 #  Enable use of a kernel thread to defer reception of packets.
14 #  Default is to use a tasklet (sw interrupt).
15 scimac_use_ulevel_recv = 1
16
17 #  The maximal number of packets queued for transfer per path at any one time. 
18 scimac_max_send_queuelen = 2000
19
20 #  The packet retransmit time in milliseconds.
21 #  The time elapsed since a packet was attempted sent until the packet is resent.
22 scimac_pkt_rexmit_time = 200
23
24 #  The packet's maximal retransmit time in milliseconds.
25 #  The total time that a packet will be attempted sent before it is dropped.
26 scimac_max_rexmit_time = 5000
27
28 #  The lowest valid node identifier in the system.
29 scimac_min_nodeid_number = 0x100
30
31 #  The largest valid node identifier in the system.
32 scimac_max_nodeid_number = 0xff00
33
34 #  The incremental nodeid step in the system.
35 scimac_nodeid_increment = 0x100