Re: [PATCH net-next V4 1/5] net: phylink: Add phylink_set_fixed_link() to configure fixed link state in phylink
From: Andrew Lunn
Date: Fri Aug 30 2024 - 16:38:03 EST
On Thu, Aug 29, 2024 at 11:21:28AM +0530, Raju Lakkaraju wrote:
> From: Russell King <linux@xxxxxxxxxxxxxxx>
>
> The function allows for the configuration of a fixed link state for a given
> phylink instance. This addition is particularly useful for network devices that
> operate with a fixed link configuration, where the link parameters do not change
> dynamically. By using `phylink_set_fixed_link()`, drivers can easily set up
> the fixed link state during initialization or configuration changes.
>
> Signed-off-by: Russell King <linux@xxxxxxxxxxxxxxx>
> Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@xxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew