[PATCH net-next 0/4] net: dsa: motorcomm: MIB fixup

From: David Yang

Date: Thu Sep 03 2026 - 10:52:01 EST


Fix (theoretical) MIB inconsistency. No new features are introduced.

David Yang (4):
net: dsa: motorcomm: Split MIB module
net: dsa: motorcomm: Split MIB buffers
net: dsa: motorcomm: Use u64_stats_t for MIB stats
net: dsa: motorcomm: Use safe 64-bit counter reader

drivers/net/dsa/motorcomm/Makefile | 1 +
drivers/net/dsa/motorcomm/chip.c | 408 +++------------------------
drivers/net/dsa/motorcomm/chip.h | 126 +--------
drivers/net/dsa/motorcomm/mib.c | 430 +++++++++++++++++++++++++++++
drivers/net/dsa/motorcomm/mib.h | 167 +++++++++++
drivers/net/dsa/motorcomm/smi.c | 30 ++
drivers/net/dsa/motorcomm/smi.h | 2 +
7 files changed, 670 insertions(+), 494 deletions(-)
create mode 100644 drivers/net/dsa/motorcomm/mib.c
create mode 100644 drivers/net/dsa/motorcomm/mib.h

--
2.53.0