[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YYV40/2N+2j02V/f@lunn.ch>
Date: Fri, 5 Nov 2021 19:32:51 +0100
From: Andrew Lunn <andrew@...n.ch>
To: bage@...utronix.de
Cc: Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>, davem@...emloft.net,
netdev@...r.kernel.org,
Benedikt Spranger <b.spranger@...utronix.de>
Subject: Re: [PATCH] phy: phy_ethtool_ksettings_set: Don't discard
phy_start_aneg's return
On Fri, Nov 05, 2021 at 04:36:48PM +0100, bage@...utronix.de wrote:
> From: Bastian Germann <bage@...utronix.de>
>
> Take the return of phy_start_aneg into account so that ethtool will handle
> negotiation errors and not silently accept invalid input.
Hi Bastian
What PHY driver are you using this with? phy_start_aneg() generally
does not return errors, except for -EIO/-TIMEDOUT because
communication with the PHY has failed. All parameter validation should
of already happened before the call to phy_start_aneg(). So i'm
wondering if the PHY driver is doing something wrong.
The change itself however does seems sensible. If the PHY has
disappeared, returning -EIO would be valid.
Andrew
Powered by blists - more mailing lists