]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-dpaa2-mac-export-standard-statistics'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 26 Mar 2026 11:47:30 +0000 (12:47 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 26 Mar 2026 11:47:30 +0000 (12:47 +0100)
commitb08a76290c4ec132114f629d7efe104d355aef92
treec77432f06019364fd460aaab5af638671d0937a6
parent8f303194b241c2795bb9b79ee80bc93e7876879c
parentdd1d4ccb860289ad3dee33178cc2705c5ed1143b
Merge branch 'net-dpaa2-mac-export-standard-statistics'

Ioana Ciornei says:

====================
net: dpaa2-mac: export standard statistics

This patch set adds support for standard ethtool statistics - rmon,
eth-ctrl, eth-mac and pause - to dpaa2-mac and its users dpaa2-eth and
dpaa2-switch.

The first patch extends the firmware APIs related to MAC counters and
adds dpmac_get_statistics() which can be used to retrieve multiple counter
values through a single firmware call.

This new API is put in use in the second patch by gathering all
previously exported ethtool statistics through a single MC firmware
call. In this patch we are also adding the setup and cleanup
infrastructure which will be also used for the standard ethtool
counters.

The third patch adds the actual suppord for rmon, eth-ctrl, eth-mac and
pause statistics in dpaa2-mac and its users.
====================

Link: https://patch.msgid.link/20260323115039.3932600-1-ioana.ciornei@nxp.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>