]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes-for-ocelot-driver-statistics'
authorJakub Kicinski <kuba@kernel.org>
Thu, 18 Aug 2022 04:58:48 +0000 (21:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 18 Aug 2022 04:58:49 +0000 (21:58 -0700)
commit089192c844ba46630b3314dd019b363081848c94
treed25dbab401a3db4b43d6c9342b7854c4e1074ae2
parentdfe7c14323b51ec41c5e2dabd78829b717c89b72
parent49861e597f1e0b4a6572b13d7e44a37b0e2389e1
Merge branch 'fixes-for-ocelot-driver-statistics'

Vladimir Oltean says:

====================
Fixes for Ocelot driver statistics

This series contains bug fixes for the ocelot drivers (both switchdev
and DSA). Some concern the counters exposed to ethtool -S, and others to
the counters exposed to ifconfig. I'm aware that the changes are fairly
large, but I wanted to prioritize on a proper approach to addressing the
issues rather than a quick hack.

Some of the noticed problems:
- bad register offsets for some counters
- unhandled concurrency leading to corrupted counters
- unhandled 32-bit wraparound of ifconfig counters

The issues on the ocelot switchdev driver were noticed through code
inspection, I do not have the hardware to test.

This patch set necessarily converts ocelot->stats_lock from a mutex to a
spinlock. I know this affects Colin Foster's development with the SPI
controlled VSC7512. I have other changes prepared for net-next that
convert this back into a mutex (along with other changes in this area).
====================

Link: https://lore.kernel.org/r/20220816135352.1431497-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>