summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
diff options
context:
space:
mode:
authorYajun Deng <yajun.deng@linux.dev>2023-09-06 15:27:57 +0800
committerTony Nguyen <anthony.l.nguyen@intel.com>2023-10-03 15:25:13 -0700
commit5337d294973331660e84e41836a54014de22e5b0 (patch)
tree6de69b3719b0c2aae56fb1b384b8f145d5914ba6 /drivers/net/ethernet/intel/ice/ice_common.c
parent8989682a1cb600bac1149ed17b1ce929ab472e79 (diff)
i40e: Add rx_missed_errors for buffer exhaustion
As the comment in struct rtnl_link_stats64, rx_dropped should not include packets dropped by the device due to buffer exhaustion. They are counted in rx_missed_errors, procfs folds those two counters together. Add rx_missed_errors for buffer exhaustion, rx_missed_errors corresponds to rx_discards, rx_dropped corresponds to rx_discards_other. Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Tested-by: Arpana Arland <arpanax.arland@intel.com> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions