Re: [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

2021-04-20 Thread Steen.Hegelund
Hi Jacub, On Fri, 2021-04-16 at 14:26 -0700, Jakub Kicinski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Fri, 16 Apr 2021 15:16:56 +0200 Steen Hegelund wrote: > > + "rx_in_bytes", > > + "rx_symbol_err", > > + "rx_pause",

Re: [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

2021-04-16 Thread Jakub Kicinski
On Fri, 16 Apr 2021 15:16:56 +0200 Steen Hegelund wrote: > + "rx_in_bytes", > + "rx_symbol_err", > + "rx_pause", > + "rx_unsup_opcode", > + "rx_ok_bytes", > + "rx_bad_bytes", > + "rx_unicast", > + "rx_multicast", > + "rx_broadcast", > + "rx_crc_err", > +

[PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

2021-04-16 Thread Steen Hegelund
This adds statistic counters for the network interfaces provided by the driver. It also adds CPU port counters (which are not exposed by ethtool). This also adds support for configuring the network interface parameters via ethtool: speed, duplex, aneg etc. Signed-off-by: Steen Hegelund Signed-of