qcacld-3.0: Add WAR to ignore duplicate RX desc
Check if host is reaping a descriptor which is already reaped then drop RX desc processing instead of asserting. Macro DUP_RX_DESC_WAR added before dp_rx_dump_info_and_assert function which does not assert for the case WAR is enabled. Change-Id: I8a095d33e4f7e868340d9a76618c064af764386d CRs-Fixed: 2487793
This commit is contained in:
parent
b8bcccc63e
commit
8d70a68163
1
Kbuild
1
Kbuild
@ -2507,6 +2507,7 @@ cppflags-$(CONFIG_DP_TRACE) += -DCONFIG_DP_TRACE
|
||||
cppflags-$(CONFIG_FEATURE_TSO) += -DFEATURE_TSO
|
||||
cppflags-$(CONFIG_TSO_DEBUG_LOG_ENABLE) += -DTSO_DEBUG_LOG_ENABLE
|
||||
cppflags-$(CONFIG_DP_LFR) += -DDP_LFR
|
||||
cppflags-$(CONFIG_DUP_RX_DESC_WAR) += -DDUP_RX_DESC_WAR
|
||||
cppflags-$(CONFIG_HTT_PADDR64) += -DHTT_PADDR64
|
||||
cppflags-$(CONFIG_WLAN_FEATURE_BMI) += -DWLAN_FEATURE_BMI
|
||||
cppflags-$(CONFIG_QCN7605_SUPPORT) += -DQCN7605_SUPPORT -DPLATFORM_GENOA
|
||||
|
@ -354,6 +354,7 @@ CONFIG_DP_TRACE := y
|
||||
CONFIG_FEATURE_TSO := y
|
||||
CONFIG_TSO_DEBUG_LOG_ENABLE := y
|
||||
CONFIG_DP_LFR := y
|
||||
CONFIG_DUP_RX_DESC_WAR := y
|
||||
CONFIG_HTT_PADDR64 := y
|
||||
CONFIG_RX_OL := y
|
||||
CONFIG_TX_TID_OVERRIDE := y
|
||||
|
Loading…
Reference in New Issue
Block a user