]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'dpaa2-eth-Add-new-statistics-counters'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2019 22:24:06 +0000 (00:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2019 22:24:06 +0000 (00:24 +0200)
commit472e12e7ff9fe5767caa5434a032ac436bce1e52
treeeba50fdbb1f98f78cb90217c1407e21358f157f5
parent2c1f9e26344483e2c74e80ef708d9c7fd2e543f4
parent52b6a4ffe2b6e60cdc9fae5bc71496f99801aa8f
Merge branch 'dpaa2-eth-Add-new-statistics-counters'

Ioana Radulescu says:

====================
dpaa2-eth: Add new statistics counters

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.

v2: in patch 2/3, treat separately the error case for unsupported
statistics pages
====================

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