Re: [PATCH net-next v4 12/13] net: ethtool: strset: Allow querying phy stats by index
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-18 10:00:11
Also in:
linux-arm-kernel, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-18 10:00:11
Also in:
linux-arm-kernel, lkml
On Fri, Dec 15, 2023 at 06:12:34PM +0100, Maxime Chevallier wrote:
The ETH_SS_PHY_STATS command gets PHY statistics. Use the phydev pointer from the ethnl request to allow query phy stats from each PHY on the link. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew