ソースを参照

qcacld-3.0: Enable LRO

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

Change-Id: I92d16107a5a14957c73b55bf7f7d24c01b28fb2e
CRs-Fixed: 974833
Dhanashri Atre 9 年 前
コミット
d7f7b8d14f
1 ファイル変更5 行追加0 行削除
  1. 5 0
      config/WCNSS_qcom_cfg.ini

+ 5 - 0
config/WCNSS_qcom_cfg.ini

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