]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-add-debugfs-statistics'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Jan 2019 18:28:43 +0000 (10:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Jan 2019 18:28:43 +0000 (10:28 -0800)
commit50fd8e460641e858afd1ed77f22fd3e6bb2d63aa
tree69796989d4945a49071a4da70a2818553da58f1b
parent94801270739ad8bae34cb0bdc32616353d08adb8
parentfaab88a122bebc9d7c37ab40f0e97739f1e99747
Merge branch 'dpaa2-eth-add-debugfs-statistics'

Ioana Ciornei says:

====================
dpaa2-eth: add debugfs statistics

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.

Changes in v2:
  - remove the _exit annotation of dpaa2_eth_dbg_exit
====================

Signed-off-by: David S. Miller <davem@davemloft.net>