OSDN Git Service

net: mscc: ocelot: issue a warning if stats are incorrectly ordered
authorColin Foster <colin.foster@in-advantage.com>
Sat, 19 Nov 2022 23:14:06 +0000 (15:14 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 22 Nov 2022 14:36:44 +0000 (15:36 +0100)
commit877e7b7c3b12d78f0488b767ed10ec21166ee422
treea221771b553227cd3214a53bdb571ef4af6e9abb
parenta3bb8f521fd8703cdb429d3e52f3e6802706c87d
net: mscc: ocelot: issue a warning if stats are incorrectly ordered

Ocelot uses regmap_bulk_read() operations to efficiently read stats
registers. Currently the implementation relies on the stats layout to be
ordered to be most efficient.

Issue a warning if any future implementations happen to break this pattern.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Co-developed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mscc/ocelot_stats.c