WLAN: M/W: Set cfg.ini values

ce_service_max_yield_time - Control to set ce service max yield time (in ms)
ce_service_max_rx_ind_flush - Control to set ce service max rx ind flush
rx_mode = 5 (rx_thread + NAPI)

Bug: 64133322
CRs-Fixed: 2090546
Change-Id: I6068221eccdcebd9eb814bda52cfcfe6e214523d
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
This commit is contained in:
Srinivas Girigowda
2017-09-12 16:20:26 -07:00
committed by Ecco Park
parent 47e85ba78b
commit 8cf351e800

View File

@@ -61,7 +61,8 @@ gDot11Mode=0
# Enable Rx handling options
# Rx_thread=1 RPS=2(default for ROME) NAPI=4(default for ihelium)
rx_mode=4
# Rx_thread + NAPI = 5
rx_mode=5
#Enable VHT on 2.4Ghz
gEnableVhtFor24GHzBand=1
@@ -235,6 +236,10 @@ ght_mpdu_density=4
# 1 - enable 0 - disable(default)
gEnableFlowSteering=1
ce_service_max_yield_time=500
ce_service_max_rx_ind_flush=1
maxMSDUsPerRxInd=8
################ Datapath feature set End ################
#############################################