Browse Source

qcacld-3.0: Enable LRO

Enable Large Receive Offload (LRO) on the data path.

Change-Id: I92d16107a5a14957c73b55bf7f7d24c01b28fb2e
CRs-Fixed: 974833
Dhanashri Atre 9 years ago
parent
commit
d7f7b8d14f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config/WCNSS_qcom_cfg.ini

+ 5 - 0
config/WCNSS_qcom_cfg.ini

@@ -597,6 +597,11 @@ gEnableFastPath=1
 # 1 - enable
 TSOEnable=1
 
+# Enable Large Receive Offload
+# 0 - disable
+# 1 - enable
+LROEnable=1
+
 END
 
 # Note: Configuration parser would not read anything past the END marker