aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_sched.c
diff options
context:
space:
mode:
authorJesse Brandeburg <[email protected]>2020-07-30 00:19:14 +0000
committerTony Nguyen <[email protected]>2020-08-01 15:44:04 +0000
commita8fffd7ae9a538fde8eb8ed528a93575ddc2a122 (patch)
tree37d7dc7ee0774b9d300c4dd9dee080ba18808769 /drivers/net/ethernet/intel/ice/ice_sched.c
parentice: remove page_reuse statistic (diff)
downloadkernel-a8fffd7ae9a538fde8eb8ed528a93575ddc2a122.tar.gz
kernel-a8fffd7ae9a538fde8eb8ed528a93575ddc2a122.zip
ice: add useful statistics
Display and count some useful hot-path statistics. The usefulness is as follows: - tx_restart: use to determine if the transmit ring size is too small or if the transmit interrupt rate is too low. - rx_gro_dropped: use to count drops from GRO layer, which previously were completely uncounted when occurring. - tx_busy: use to determine when the driver is miscounting number of descriptors needed for an skb. - tx_timeout: as our other drivers, count the number of times we've reset due to timeout because the kernel only prints a warning once per netdev. Several of these were already counted but not displayed. Signed-off-by: Jesse Brandeburg <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_sched.c')
0 files changed, 0 insertions, 0 deletions