qcacmn: Add handling for rxdma_rx_flush and invalid psh_rsn
In WBM error path, add handling for packets received with rxdma_psh_rsn as rxdma_rx_flush. Also add assert for packets received with an invalid push reason. Change-Id: I4e445d52f00bbbdca358225aef488da0e8dccaa7 CRs-Fixed: 2978262
此提交包含在:

提交者
Madan Koyyalamudi

父節點
503a5adb9c
當前提交
d7637a443d
@@ -6628,6 +6628,7 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
|
||||
soc->stats.rx.rxdma2rel_route_drop);
|
||||
DP_PRINT_STATS("Reo2rel route drop:%d",
|
||||
soc->stats.rx.reo2rel_route_drop);
|
||||
DP_PRINT_STATS("Rx Flush count:%d", soc->stats.rx.err.rx_flush_count);
|
||||
}
|
||||
|
||||
#ifdef FEATURE_TSO_STATS
|
||||
|
新增問題並參考
封鎖使用者