netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] Export SERDES stats via ethtool -S
@ 2018-01-03 14:09 Andrew Lunn
  2018-01-03 14:09 ` [PATCH net-next 1/5] dsa: Pass the port to get_sset_count() Andrew Lunn
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Andrew Lunn @ 2018-01-03 14:09 UTC (permalink / raw)
  To: David Miller
  Cc: Vivien Didelot, Florian Fainelli, netdev, Russell King,
	Andrew Lunn

The mv88e6352 family has a SERDES interface which can be used for
example to connect to SFF/SFP modules. This interface has a couple of
statistics counters. Add support for including these counters in the
output of ethtool -S.

Andrew Lunn (5):
  dsa: Pass the port to get_sset_count()
  net: dsa: mv88e6xxx: Hold mutex while doing stats operations
  net: dsa: mv88e6xxx: Allow the SERDES interfaces to have statistics
  net: dsa: mv88e6xxx: Add helper to determining if port has SERDES
  net: dsa: mv88e6xxx: Get mv88e6352 SERDES statistics

 drivers/net/dsa/b53/b53_common.c       |   2 +-
 drivers/net/dsa/b53/b53_priv.h         |   2 +-
 drivers/net/dsa/dsa_loop.c             |   2 +-
 drivers/net/dsa/lan9303-core.c         |   2 +-
 drivers/net/dsa/microchip/ksz_common.c |   2 +-
 drivers/net/dsa/mt7530.c               |   2 +-
 drivers/net/dsa/mv88e6xxx/chip.c       |  94 +++++++++++++++++++++--------
 drivers/net/dsa/mv88e6xxx/chip.h       |  20 ++++++-
 drivers/net/dsa/mv88e6xxx/serdes.c     | 106 +++++++++++++++++++++++++++++++--
 drivers/net/dsa/mv88e6xxx/serdes.h     |   6 +-
 drivers/net/dsa/qca8k.c                |   2 +-
 include/net/dsa.h                      |   2 +-
 net/dsa/master.c                       |   4 +-
 net/dsa/slave.c                        |   2 +-
 14 files changed, 204 insertions(+), 44 deletions(-)

-- 
2.15.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-01-04 21:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 14:09 [PATCH net-next 0/5] Export SERDES stats via ethtool -S Andrew Lunn
2018-01-03 14:09 ` [PATCH net-next 1/5] dsa: Pass the port to get_sset_count() Andrew Lunn
2018-01-03 14:41   ` Vivien Didelot
2018-01-03 14:09 ` [PATCH net-next 2/5] net: dsa: mv88e6xxx: Hold mutex while doing stats operations Andrew Lunn
2018-01-03 14:32   ` Vivien Didelot
2018-01-03 15:02     ` Andrew Lunn
2018-01-03 15:43       ` Vivien Didelot
2018-01-03 14:09 ` [PATCH net-next 3/5] net: dsa: mv88e6xxx: Allow the SERDES interfaces to have statistics Andrew Lunn
2018-01-03 14:54   ` Vivien Didelot
2018-01-03 14:09 ` [PATCH net-next 4/5] net: dsa: mv88e6xxx: Add helper to determining if port has SERDES Andrew Lunn
2018-01-03 15:00   ` Vivien Didelot
2018-01-03 14:09 ` [PATCH net-next 5/5] net: dsa: mv88e6xxx: Get mv88e6352 SERDES statistics Andrew Lunn
2018-01-03 15:31   ` Vivien Didelot
2018-01-03 17:58 ` [PATCH net-next 0/5] Export SERDES stats via ethtool -S Russell King - ARM Linux
2018-01-04 21:07   ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).