[PATCH v2 0/3] net: bcmgenet: 64bit stats and expose more stats in ethtool

Zak Kemble posted 3 patches 7 months, 1 week ago
There is a newer version of this series
.../net/ethernet/broadcom/genet/bcmgenet.c    | 279 +++++++++++++-----
.../net/ethernet/broadcom/genet/bcmgenet.h    |  32 +-
2 files changed, 223 insertions(+), 88 deletions(-)
[PATCH v2 0/3] net: bcmgenet: 64bit stats and expose more stats in ethtool
Posted by Zak Kemble 7 months, 1 week ago
Hi, this patchset updates the bcmgenet driver with new 64bit statistics via
ndo_get_stats64 and rtnl_link_stats64, now reports hardware discarded
packets in the rx_missed_errors stat and exposes more stats in ethtool.

v1:
https://lore.kernel.org/all/20250513144107.1989-1-zakkemble@gmail.com

v2:
- Hopefully better readability
- Fold singular stat updates

Zak Kemble (3):
  net: bcmgenet: switch to use 64bit statistics
  net: bcmgenet: count hw discarded packets in missed stat
  net: bcmgenet: expose more stats in ethtool

 .../net/ethernet/broadcom/genet/bcmgenet.c    | 279 +++++++++++++-----
 .../net/ethernet/broadcom/genet/bcmgenet.h    |  32 +-
 2 files changed, 223 insertions(+), 88 deletions(-)

-- 
2.39.5