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

2020-07-08 Thread David Miller
From: Florian Fainelli Date: Wed, 8 Jul 2020 09:46:23 -0700 > Now that we have introduced ethtool_phy_ops we can uninline those > operations and move them back into phy.c where they belong. Since those > functions are used by DSA, we need to continue exporting those symbols. > > It might be pos

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

2020-07-08 Thread Florian Fainelli
Hi all, Now that we have introduced ethtool_phy_ops we can uninline those operations and move them back into phy.c where they belong. Since those functions are used by DSA, we need to continue exporting those symbols. It might be possible to remove ndo_get_ethtool_phy_stats in a subsequent patch