]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-enetc-improve-statistics-for-v1-and-add-statistics-for-v4'
authorJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2026 20:03:51 +0000 (13:03 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2026 20:03:52 +0000 (13:03 -0700)
commitbaf7cebcf97541fedf72332f4aa88a74f4b1da63
tree43efda8797e5efdbfe17720a4b3abdb690812507
parent8632175ccb0c8cfc69b0f54c47b4b15b44c263ff
parent98a4f3d341322f3c6dd341902b419f701f3e678e
Merge branch 'net-enetc-improve-statistics-for-v1-and-add-statistics-for-v4'

Wei Fang says:

====================
net: enetc: improve statistics for v1 and add statistics for v4

For ENETC v1, some standardized statistics were redundantly included in
the unstructured statistics, so remove these duplicated entries.
Previously, the unstructured statistics only contained eMAC data and
did not include pMAC data; add pMAC statistics to ensure completeness.

For ENETC v4, the driver previously reported MAC statistics only for the
internal ENETC (Pseudo MAC). Extend the implementation to provide
additional statistics for both the internal ENETC and the standalone
ENETC.
====================

Link: https://patch.msgid.link/20260408055849.1314033-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>