Re: [PATCH net v2] net: stmmac: Fix ethool link settings ops for integrated PCS

From: Simon Horman
Date: Wed Jan 03 2024 - 12:52:56 EST


On Tue, Dec 26, 2023 at 02:04:32PM +0530, Sneh Shah wrote:
> Currently get/set_link_ksettings ethtool ops are dependent on PCS.
> When PCS is integrated, it will not have separate link config.
> Bypass configuring and checking PCS for integrated PCS.
>
> Fixes: ("aa571b6275fb net: stmmac: add new switch to struct plat_stmmacenet_data")

Nit: a correct format for the line above is:

Fixes: aa571b6275fb ("net: stmmac: add new switch to struct plat_stmmacenet_data")

> Tested-by: Andrew Halaney <ahalaney@xxxxxxxxxx> # sa8775p-ride
> Signed-off-by: Sneh Shah <quic_snehshah@xxxxxxxxxxx>

...