Merge branch 'dsa-mv88e6xxx-refactor-statistics-ready-for-rmu-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Dec 2024 02:23:17 +0000 (18:23 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Dec 2024 02:23:17 +0000 (18:23 -0800)
commit23c57f404bd03c0d7d6f5cb0d5258d2a1c157bcb
treeac91169b8eea89ae03cd899e55f6e0c6967dfe9e
parenta0e1fc921cb0651cd11469bf5378ec342bf7094d
parent9a4eef6bf2bee375e94a3647cc11906ed3ee58f7
Merge branch 'dsa-mv88e6xxx-refactor-statistics-ready-for-rmu-support'

Andrew Lunn says:

====================
dsa: mv88e6xxx: Refactor statistics ready for RMU support

Marvell Ethernet switches support sending commands to the switch
inside Ethernet frames, which the Remote Management Unit, RMU,
handles. One such command retries all the RMON statistics. The
switches however have other statistics which cannot be retried by this
bulk method, so need to be gathered individually.

This patch series refactors the existing statistics code into a
structure that will allow RMU integration in a future patchset.

There should be no functional change as a result of this refactoring.
====================

Link: https://patch.msgid.link/20241207-v6-13-rc1-net-next-mv88e6xxx-stats-refactor-v1-0-b9960f839846@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>