Re: [PATCH net-next 5/7] bng_en: add initial support for ethtool stats display
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-02-24 21:13:52
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-02-24 21:13:52
Also in:
lkml
Thanks for pointing this out. We'll review the stats and map them to the appropriate structured callbacks (.get_rmon_stats, .get_eth_phy_stats, .get_eth_mac_stats & .get_eth_ctrl_stats). To make sure we get v2 right -- should these stats be moved entirely to the structured callbacks, or should they remain in .get_ethtool_stats as well?
.get_ethtool_stats should only be used for anything which does not fit
any other calls.
Andrew