Whamcloud - gitweb
LU-11372 o2iblnd: add clarifying comment to ko2iblnd.conf
[fs/lustre-release.git] / lustre / conf / ko2iblnd.conf
1 # Currently it isn't possible to auto-tune the o2iblnd parameters optimally
2 # inside the kernel since the OFED API hides the details from us.
3 # Unfortunately, there isn't a single set of parameters that provide optimal
4 # performance on different HCA/HFI types. This file provides optimized
5 # tunables for the OPA cards.
6 #
7 # ** Please note that the below settings are the recommended settings only for
8 #    OPA cards. If other IB cards are also present along with OPA cards then
9 #    these settings will be applied across all the configured IB interfaces.
10 #
11 # Card detection and tunable selection is handled via /usr/sbin/ko2iblnd-probe
12 # at runtime when the ko2iblnd module is installed, either at boot or when
13 # Lustre is first mounted.
14
15 alias ko2iblnd-opa ko2iblnd
16 options ko2iblnd-opa peer_credits=128 peer_credits_hiw=64 credits=1024 ntx=2048 map_on_demand=256 fmr_pool_size=2048 fmr_flush_trigger=512 fmr_cache=1 conns_per_peer=4
17
18 install ko2iblnd /usr/sbin/ko2iblnd-probe