qcacmn: Update counter in mutipass rx packet drop
multipass_rx_pkt_drop is peer level stats counter used to count multipass rx packet dropped frame. Accumulate this counter at vdev and pdev level. It also initializes multipass_en flag to false at vdev attach. Change-Id: Idaa85a71c80eefb9359abb026402b71aa28ad6a2 CRs-Fixed: 2595551
This commit is contained in:
@@ -5282,6 +5282,8 @@ void dp_print_peer_stats(struct dp_peer *peer)
|
||||
peer->stats.rx.rx_byte_rate);
|
||||
DP_PRINT_STATS(" Data received in last sec: %d",
|
||||
peer->stats.rx.rx_data_rate);
|
||||
DP_PRINT_STATS("Multipass Rx Packet Drop = %d",
|
||||
peer->stats.rx.multipass_rx_pkt_drop);
|
||||
}
|
||||
|
||||
void dp_print_per_ring_stats(struct dp_soc *soc)
|
||||
|
Reference in New Issue
Block a user