Re: [Intel-wired-lan] [PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-09-15 13:58:54
Also in:
intel-wired-lan
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-09-15 13:58:54
Also in:
intel-wired-lan
Here I'd like to add that we're planning to try to use Phylink in ice soon. It may take a while and will most likely require core code expansion, since Phylink was originally developed for embedded HW and DeviceTree and doesn't fully support PCI devices.
Cool. And yes, not having device tree will require some changes, but i don't think it will require changes to the core of phylink, just the edges where you instantiate phylink, using a different configuration mechanism. Andrew