From: Sonia Sharma Date: Fri, 31 Aug 2018 14:24:42 +0000 (-0400) Subject: LU-11372 o2iblnd: add clarifying comment to ko2iblnd.conf X-Git-Tag: 2.11.56~65 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d0f0c1ce2aea32f472c3650dd9f7d5ed7ccc840d;p=fs%2Flustre-release.git LU-11372 o2iblnd: add clarifying comment to ko2iblnd.conf The settings in ko2iblnd.conf are recommended only for OPA but if other IB cards are present along with OPA, then these settings are applied across all the configured IB interfaces. Change-Id: I6daf1f59a100db4e9c2cd12c255ad33fda274093 Test-Parameters: trivial Signed-off-by: Sonia Sharma Reviewed-on: https://review.whamcloud.com/33163 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Amir Shehata Reviewed-by: Doug Oucharek Reviewed-by: Oleg Drokin --- diff --git a/lustre/conf/ko2iblnd.conf b/lustre/conf/ko2iblnd.conf index 3f0d28c..3d55009 100644 --- a/lustre/conf/ko2iblnd.conf +++ b/lustre/conf/ko2iblnd.conf @@ -1,8 +1,12 @@ # Currently it isn't possible to auto-tune the o2iblnd parameters optimally # inside the kernel since the OFED API hides the details from us. # Unfortunately, there isn't a single set of parameters that provide optimal -# performance on different HCA/HFI types, so this file provides optimized -# tunables based on the installed IB interface cards. +# performance on different HCA/HFI types. This file provides optimized +# tunables for the OPA cards. +# +# ** Please note that the below settings are the recommended settings only for +# OPA cards. If other IB cards are also present along with OPA cards then +# these settings will be applied across all the configured IB interfaces. # # Card detection and tunable selection is handled via /usr/sbin/ko2iblnd-probe # at runtime when the ko2iblnd module is installed, either at boot or when