Re: [PATCH net-next 2/2] net: phy: Uninline PHY ethtool statistics operations

From: Andrew Lunn
Date: Wed Jul 08 2020 - 13:13:00 EST


On Wed, Jul 08, 2020 at 09:46:25AM -0700, Florian Fainelli wrote:
> Now that we have moved the PHY ethtool statistics to be dynamically
> registered, we no longer need to inline those for ethtool. This used to
> be done to avoid cross symbol referencing and allow ethtool to be
> decoupled from PHYLIB entirely.
>
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew