On Mon, Jul 13, 2020 at 02:42:24PM +0300, Igor Russkikh wrote: > This patch adds support for low-power autoneg in PHY (media detect). > This is a custom feature of AQC107 builtin PHY, but configuration is only > done through MAC management firmware.
Hi Igor Do the standalone PHYs also support this? It would be nice to have the same user space API for both. There is no reason why phy tuneables cannot be implemented by the MAC driver. It just needs another ethtool op and some plumbing in net/ethtool. That would give a more uniform solution. Andrew