This patch set adds ethtool statistics for pending frames/bytes in Rx/Tx conf FQs and number of buffers in pool.
The first patch adds support for the query APIs in the DPIO driver while the latter actually exposes the statistics through ethtool. Ioana Radulescu (1): dpaa2-eth: Add QBMAN related stats Roy Pledge (1): soc: fsl: dpio: Add BP and FQ query APIs .../net/ethernet/freescale/dpaa2/dpaa2-ethtool.c | 41 +++++++++ drivers/soc/fsl/dpio/dpio-service.c | 68 +++++++++++++++ drivers/soc/fsl/dpio/qbman-portal.c | 96 ++++++++++++++++++++++ drivers/soc/fsl/dpio/qbman-portal.h | 58 +++++++++++++ include/soc/fsl/dpaa2-io.h | 4 + 5 files changed, 267 insertions(+) -- 1.9.1