[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200720124547.GU1551@shell.armlinux.org.uk>
Date: Mon, 20 Jul 2020 13:45:47 +0100
From: Russell King - ARM Linux admin <linux@...linux.org.uk>
To: Ioana Ciornei <ioana.ciornei@....com>
Cc: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>,
Vladimir Oltean <vladimir.oltean@....com>,
Claudiu Manoil <claudiu.manoil@....com>,
Alexandru Marginean <alexandru.marginean@....com>,
"michael@...le.cc" <michael@...le.cc>,
"olteanv@...il.com" <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH RFC net-next 08/13] net: phylink: simplify phy case for
ksettings_set method
On Mon, Jul 20, 2020 at 10:44:11AM +0000, Ioana Ciornei wrote:
> On 6/30/20 5:29 PM, Russell King wrote:
> > When we have a PHY attached, an ethtool ksettings_set() call only
> > really needs to call through to the phylib equivalent; phylib will
> > call back to us when the link changes so we can update our state.
> > Therefore, we can bypass most of our ksettings_set() call for this
> > case.
> >
> > Signed-off-by: Russell King <rmk+kernel@...linux.org.uk>
>
> Reviewed-by: Ioana Ciornei <ioana.ciornei@....com>
>
> > + mutex_lock(&pl->state_mutex);
> > + linkmode_copy(pl->link_config.advertising, config.advertising);
> > + pl->link_config.interface = config.interface;
> > + pl->link_config.speed = config.speed;
> > + pl->link_config.duplex = config.duplex;
> > + pl->link_config.an_enabled = kset->base.autoneg !=
> > + AUTONEG_DISABLE;
>
> Is there a specific reason why this is not just using config.an_enabled
> to sync back to pl->link_config?
Due to the history of the code; and changing it in this patch would be
a distraction and actually a separate change.
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!
Powered by blists - more mailing lists