net: mscc: ocelot: remove unnecessary stat reading from ethtool
authorColin Foster <colin.foster@in-advantage.com>
Sun, 13 Feb 2022 19:12:51 +0000 (11:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Feb 2022 13:24:29 +0000 (13:24 +0000)
commite27d785e60b6b1d4a53ec632db2e8c5b16bd6cd6
treee84ed92d54584f6ec78e689f9023abfb6b1c517a
parent4cf91f825b2777f81799f98ce32172b829acd1b2
net: mscc: ocelot: remove unnecessary stat reading from ethtool

The ocelot_update_stats function only needs to read from one port, yet it
was updating the stats for all ports. Update to only read the stats that
are necessary.

Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot.c