All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] dpaa2-eth: add debugfs statistics
@ 2019-01-16  9:57 Ioana Ciornei
  2019-01-16  9:57 ` [PATCH net-next 1/2] dpaa2-eth: transform dpaa2_eth_queue_count into a macro Ioana Ciornei
  2019-01-16  9:57 ` [PATCH net-next 2/2] dpaa2-eth: add debugfs statistics Ioana Ciornei
  0 siblings, 2 replies; 4+ messages in thread
From: Ioana Ciornei @ 2019-01-16  9:57 UTC (permalink / raw)
  To: davem; +Cc: netdev, Ioana Ciocoi Radulescu, Ioana Ciornei

This patch set exports detailed driver counters through debugfs.
Counters which are already available through ethtool are now
presented in a structured manner (per-core, per-FQ and
per-channel) in debugfs.

The first patch is changing the dpaa2_eth_queue_count into a macro
(in order to avoid a warning) while the second one is adding the
debugfs support.

Ioana Ciornei (1):
  dpaa2-eth: transform dpaa2_eth_queue_count into a macro

Ioana Radulescu (1):
  dpaa2-eth: add debugfs statistics

 drivers/net/ethernet/freescale/dpaa2/Makefile      |   1 +
 .../ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c   | 237 +++++++++++++++++++++
 .../ethernet/freescale/dpaa2/dpaa2-eth-debugfs.h   |  31 +++
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   |  30 ++-
 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h   |  14 +-
 5 files changed, 306 insertions(+), 7 deletions(-)
 create mode 100644 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.c
 create mode 100644 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth-debugfs.h

-- 
1.9.1


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

end of thread, other threads:[~2019-01-17 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  9:57 [PATCH net-next 0/2] dpaa2-eth: add debugfs statistics Ioana Ciornei
2019-01-16  9:57 ` [PATCH net-next 1/2] dpaa2-eth: transform dpaa2_eth_queue_count into a macro Ioana Ciornei
2019-01-16  9:57 ` [PATCH net-next 2/2] dpaa2-eth: add debugfs statistics Ioana Ciornei
2019-01-17  7:37   ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.