Re: [PATCH net-next 5/7] bng_en: add initial support for ethtool stats display

From: Andrew Lunn

Date: Tue Feb 24 2026 - 16:13:59 EST


> 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