[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250627190604.41b26ead@fedora>
Date: Fri, 27 Jun 2025 19:06:04 +0200
From: Maxime Chevallier <maxime.chevallier@...tlin.com>
To: Romain Gantois <romain.gantois@...tlin.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
thomas.petazzoni@...tlin.com, Andrew Lunn <andrew@...n.ch>, Jakub Kicinski
<kuba@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni
<pabeni@...hat.com>, Russell King <linux@...linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, Christophe Leroy
<christophe.leroy@...roup.eu>, Herve Codina <herve.codina@...tlin.com>,
Florian Fainelli <f.fainelli@...il.com>, Heiner Kallweit
<hkallweit1@...il.com>, Vladimir Oltean <vladimir.oltean@....com>,
Köry Maincent <kory.maincent@...tlin.com>, Marek
Behún <kabel@...nel.org>, Oleksij Rempel
<o.rempel@...gutronix.de>, Nicolò Veronese
<nicveronese@...il.com>, Simon Horman <horms@...nel.org>,
mwojtas@...omium.org, Antoine Tenart <atenart@...nel.org>,
devicetree@...r.kernel.org, Conor Dooley <conor+dt@...nel.org>, Krzysztof
Kozlowski <krzk+dt@...nel.org>, Rob Herring <robh@...nel.org>, Daniel Golle
<daniel@...rotopia.org>, Dimitri Fedrau <dimitri.fedrau@...bherr.com>
Subject: Re: [PATCH net-next v6 05/14] net: phy: Create a phy_port for
PHY-driven SFPs
Hi Romain,
On Tue, 13 May 2025 14:25:18 +0200
Romain Gantois <romain.gantois@...tlin.com> wrote:
> Hi Maxime,
>
> On Wednesday, 7 May 2025 15:53:21 CEST Maxime Chevallier wrote:
> > Some PHY devices may be used as media-converters to drive SFP ports (for
> > example, to allow using SFP when the SoC can only output RGMII). This is
> > already supported to some extend by allowing PHY drivers to registers
> > themselves as being SFP upstream.
> >
> ...
> > *
> > @@ -149,6 +151,21 @@ void phy_port_update_supported(struct phy_port *port)
> > ethtool_medium_get_supported(supported, i, port->lanes);
> > linkmode_or(port->supported, port->supported, supported);
> > }
> > +
> > + /* Serdes ports supported may through SFP may not have any medium set,
> > + * as they will output PHY_INTERFACE_MODE_XXX modes. In that case,
> derive
> > + * the supported list based on these interfaces
> > + */
> > + if (port->is_serdes && linkmode_empty(supported)) {
>
> The "supported" bitmap needs to be zeroed out before this check. If the port
> has no mediums, then the bitmap won't be initialized at this point.
Ah true, thanks !
Maxime
Powered by blists - more mailing lists