[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250515145142.1415-1-zakkemble@gmail.com>
Date: Thu, 15 May 2025 15:51:39 +0100
From: Zak Kemble <zakkemble@...il.com>
To: Doug Berger <opendmb@...il.com>,
Florian Fainelli <florian.fainelli@...adcom.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Zak Kemble <zakkemble@...il.com>
Subject: [PATCH v2 0/3] net: bcmgenet: 64bit stats and expose more stats in ethtool
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
Powered by blists - more mailing lists