Re: [PATCH net-next v2 0/3] net: ethtool: Untangle PHYLIB dependency

From: David Miller
Date: Tue Jul 07 2020 - 18:41:35 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Sun, 5 Jul 2020 21:27:55 -0700

> This patch series untangles the ethtool netlink dependency with PHYLIB
> which exists because the cable test feature calls directly into PHY
> library functions. The approach taken here is to introduce
> ethtool_phy_ops function pointers which can be dynamically registered
> when PHYLIB loads.

Series applied, thanks for doing this work Florian.