Whamcloud - gitweb
Original patch by Atul.
authorscjody <scjody>
Tue, 26 May 2009 17:08:06 +0000 (17:08 +0000)
committerscjody <scjody>
Tue, 26 May 2009 17:08:06 +0000 (17:08 +0000)
Increase the maximum number of scatter gather entries for the MPT Fusion
driver to 256, and use that setting in our RHEL 5 kernel config.

lustre/kernel_patches/kernel_configs/kernel-2.6.18-2.6-rhel5-x86_64-smp.config
lustre/kernel_patches/series/2.6-rhel5.series

index 1989337..993c085 100644 (file)
@@ -1265,7 +1265,8 @@ CONFIG_FUSION=y
 CONFIG_FUSION_SPI=m
 CONFIG_FUSION_FC=m
 CONFIG_FUSION_SAS=m
-CONFIG_FUSION_MAX_SGE=128
+CONFIG_FUSION_MAX_SGE=256
+CONFIG_FUSION_MAX_FC_SGE=256
 CONFIG_FUSION_CTL=m
 CONFIG_FUSION_LAN=m
 CONFIG_FUSION_LOGGING=y
index b202ffc..55f740a 100644 (file)
@@ -22,3 +22,4 @@ quota-large-limits-rhel5.patch
 md-mmp-unplug-dev.patch
 prune-icache-use-trylock-rhel5.patch
 jbd-slab-race-2.6-rhel5.patch
+mpt-fusion-max-sge.patch