qcacmn: Ratelimit defrag path error logs and add stats
Ratelimit the defrag path error logs and add the stats for fragmented packets received out-of-order which inturn leads to sequence number mistamtch in defrag path. Change-Id: I17d4c1cff214a8c8a05abf576701824b293d2883 CRs-Fixed: 2740805
This commit is contained in:
@@ -6559,6 +6559,7 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
|
||||
DP_PRINT_STATS("RX frags: %d", soc->stats.rx.rx_frags);
|
||||
DP_PRINT_STATS("RX frag wait: %d", soc->stats.rx.rx_frag_wait);
|
||||
DP_PRINT_STATS("RX frag err: %d", soc->stats.rx.rx_frag_err);
|
||||
DP_PRINT_STATS("RX frag OOR: %d", soc->stats.rx.rx_frag_oor);
|
||||
|
||||
DP_PRINT_STATS("RX HP out_of_sync: %d", soc->stats.rx.hp_oos2);
|
||||
DP_PRINT_STATS("RX Ring Near Full: %d", soc->stats.rx.near_full);
|
||||
|
Reference in New Issue
Block a user