Re: [net-next][PATCH v2 2/2] dsa: lan9303: Add 2 ethtool stats

From: Jakub Kicinski
Date: Wed Nov 16 2022 - 12:00:53 EST


On Tue, 15 Nov 2022 10:51:31 -0600 Jerry Ray wrote:
> Adding RxDropped and TxDropped counters to the reported statistics.
> As these stats are kept by the switch rather than the port instance,
> they are indexed differently.

What are these statistics counting? They are still per port, so should
they be reported in struct rtnl_link_stats::[rt]x_dropped ?