qcacmn: Add low threshold desc alloc fail stats
Print stats for low threshold descriptor alloc failure in RX stats Change-Id: I917d14b51feeacbc7669d906bf03ca4cfdd689f8 CRs-Fixed: 3308195
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3c9b433d10
commit
e75e226669
@@ -7638,6 +7638,8 @@ dp_print_pdev_rx_stats(struct dp_pdev *pdev)
|
||||
pdev->stats.replenish.rxdma_err);
|
||||
DP_PRINT_STATS(" Desc Alloc Failed: = %u",
|
||||
pdev->stats.err.desc_alloc_fail);
|
||||
DP_PRINT_STATS(" Low threshold Desc Alloc Failed: = %u",
|
||||
pdev->stats.err.desc_lt_alloc_fail);
|
||||
DP_PRINT_STATS(" IP checksum error = %u",
|
||||
pdev->stats.err.ip_csum_err);
|
||||
DP_PRINT_STATS(" TCP/UDP checksum error = %u",
|
||||
|
Reference in New Issue
Block a user