Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] dpaa2-eth: Add new statistics counters
@ 2019-08-30 10:20 Ioana Radulescu
  2019-08-30 10:20 ` [PATCH net-next 1/3] dpaa2-eth: Minor refactoring in ethtool stats Ioana Radulescu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ioana Radulescu @ 2019-08-30 10:20 UTC (permalink / raw)
  To: netdev, davem; +Cc: ioana.ciornei

Recent firmware versions offer access to more DPNI statistics
counters. Add the relevant ones to ethtool interface stats.

Also we can now make use of a new counter for in flight egress frames
to avoid sleeping an arbitrary amount of time in the ndo_stop routine.

Ioana Radulescu (3):
  dpaa2-eth: Minor refactoring in ethtool stats
  dpaa2-eth: Add new DPNI statistics counters
  dpaa2-eth: Poll Tx pending frames counter on if down

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   | 31 +++++++++++++++--
 .../net/ethernet/freescale/dpaa2/dpaa2-ethtool.c   | 39 +++++++++++++--------
 drivers/net/ethernet/freescale/dpaa2/dpni.c        |  2 +-
 drivers/net/ethernet/freescale/dpaa2/dpni.h        | 40 ++++++++++++++++++++++
 4 files changed, 94 insertions(+), 18 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-09-01  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-30 10:20 [PATCH net-next 0/3] dpaa2-eth: Add new statistics counters Ioana Radulescu
2019-08-30 10:20 ` [PATCH net-next 1/3] dpaa2-eth: Minor refactoring in ethtool stats Ioana Radulescu
2019-08-30 10:20 ` [PATCH net-next 2/3] dpaa2-eth: Add new DPNI statistics counters Ioana Radulescu
2019-08-30 10:20 ` [PATCH net-next 3/3] dpaa2-eth: Poll Tx pending frames counter on if down Ioana Radulescu
2019-08-31  6:12 ` [PATCH net-next 0/3] dpaa2-eth: Add new statistics counters Jakub Kicinski
2019-09-01  6:42   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox