]> git.itanic.dy.fi Git - linux-stable/commit
net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
authorVladimir Oltean <vladimir.oltean@nxp.com>
Thu, 14 Dec 2023 00:09:01 +0000 (02:09 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Dec 2023 01:58:09 +0000 (17:58 -0800)
commit52eda4641d041667fa059f4855c5f88dcebd8afe
treed9edd54ff64067afc1388b1c9a7a26f7a55fc07a
parentc7402612e2e61b76177f22e6e7f705adcbecc6fe
net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above

There is a typo in the driver due to which we report incorrect TX RMON
counters for the 256-511 octet bucket and all the other buckets larger
than that.

Bug found with the selftest at
https://patchwork.kernel.org/project/netdevbpf/patch/20231211223346.2497157-9-tobias@waldekranz.com/

Fixes: e32036e1ae7b ("net: mscc: ocelot: add support for all sorts of standardized counters present in DSA")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20231214000902.545625-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mscc/ocelot_stats.c