Message ID | 20210521131608.4018058-1-olteanv@gmail.com |
---|---|
Headers | show |
Series | Ethtool statistics counters cleanup for SJA1105 DSA driver | expand |
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 21 May 2021 16:16:06 +0300 you wrote: > From: Vladimir Oltean <vladimir.oltean@nxp.com> > > This series removes some reported data from ethtool -S which were not > counters at all, and reorganizes the code such that counters can be read > individually and not just all at once. > > Vladimir Oltean (2): > net: dsa: sja1105: stop reporting the queue levels in ethtool port > counters > net: dsa: sja1105: don't use burst SPI reads for port statistics > > [...] Here is the summary with links: - [net-next,1/2] net: dsa: sja1105: stop reporting the queue levels in ethtool port counters https://git.kernel.org/netdev/net-next/c/30a2e9c0f5cf - [net-next,2/2] net: dsa: sja1105: don't use burst SPI reads for port statistics https://git.kernel.org/netdev/net-next/c/039b167d68a3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Vladimir Oltean <vladimir.oltean@nxp.com> This series removes some reported data from ethtool -S which were not counters at all, and reorganizes the code such that counters can be read individually and not just all at once. Vladimir Oltean (2): net: dsa: sja1105: stop reporting the queue levels in ethtool port counters net: dsa: sja1105: don't use burst SPI reads for port statistics drivers/net/dsa/sja1105/sja1105.h | 14 +- drivers/net/dsa/sja1105/sja1105_ethtool.c | 1089 +++++++++++---------- drivers/net/dsa/sja1105/sja1105_spi.c | 15 +- 3 files changed, 598 insertions(+), 520 deletions(-)