diff options
| author | Dhanashri Atre <datre@codeaurora.org> | 2016-02-10 16:30:12 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-04-20 22:22:23 -0700 |
| commit | d7f7b8d14f05c00aabcdf5482160b234e1a894bb (patch) | |
| tree | 9226524e32ade22f141fe9b710d58f8e006aca1c | |
| parent | 7dde8c710813a9c73da53834dbbde3f3ae9dda17 (diff) | |
qcacld-3.0: Enable LRO
Enable Large Receive Offload (LRO) on the data path.
Change-Id: I92d16107a5a14957c73b55bf7f7d24c01b28fb2e
CRs-Fixed: 974833
| -rw-r--r-- | config/WCNSS_qcom_cfg.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/WCNSS_qcom_cfg.ini b/config/WCNSS_qcom_cfg.ini index d544a4a88f0f..c6a44fd36501 100644 --- a/config/WCNSS_qcom_cfg.ini +++ b/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 |
