qcacmn: Add ini cfg to disable invalid decap type handling
Add ini configuration to disable invalid decap type handling during rx mon tlv processing. This is a temporary change for debugging purpose and will be removed once HW issue is resolved. Change-Id: I75eb53170833224ddd144baf1b1d8034f988dd3c CRs-Fixed: 3308998
This commit is contained in:

committed by
Madan Koyyalamudi

부모
92fc6fa7c1
커밋
3bc974804e
@@ -1263,6 +1263,10 @@
|
||||
CFG_INI_BOOL("dp_tx_allow_per_pkt_vdev_id_check", false, \
|
||||
"Enable/Disable tx Per Pkt vdev id check")
|
||||
|
||||
#define CFG_DP_HANDLE_INVALID_DECAP_TYPE_DISABLE \
|
||||
CFG_INI_BOOL("dp_handle_invalid_decap_type_disable", false, \
|
||||
"Enable/Disable DP TLV out of order WAR")
|
||||
|
||||
/*
|
||||
* <ini>
|
||||
* dp_rx_fisa_enable - Control Rx datapath FISA
|
||||
@@ -1859,5 +1863,6 @@
|
||||
CFG(CFG_DP_TX_CAPT_MAX_MEM_MB) \
|
||||
CFG(CFG_DP_NAPI_SCALE_FACTOR) \
|
||||
CFG(CFG_DP_HOST_AST_DB_ENABLE) \
|
||||
CFG_DP_SAWF_STATS_CONFIG
|
||||
CFG_DP_SAWF_STATS_CONFIG \
|
||||
CFG(CFG_DP_HANDLE_INVALID_DECAP_TYPE_DISABLE)
|
||||
#endif /* _CFG_DP_H_ */
|
||||
|
Reference in New Issue
Block a user