From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A23A2E6CD3 for ; Fri, 30 Jan 2026 13:31:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769779889; cv=none; b=YliM531Wxs874mrd+SaTn+k65Ii5v0pl/bVwDQTYvizz10Q7sV/gXVwnZxgJufDimR8H2sQJFtRKt4eM6f6cMH9fl5dHDg/VHBHWQFbX53z6AnjFPRdqX3jj5NYMCadQmhkihoGG+bN9Nc1OknJVxX0xvaXEChF+U8SySGaHoRU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769779889; c=relaxed/simple; bh=hL5khFf6UEpdzd/wemhA4ueSRWnX1kLYeMPoYajrg7A=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=jI1jI0+vihJyjmyqMx8Pe7Prmtlh2TJpuPPnmBRNuDAq0gD+7ltlYrE7VLMPvq5aIAeQtMgOIH6n0Xr34dAl3k6hyKR2fFOVTXAgOf+xoZTQpAqbYeyO9u+HxY9OInXRfhbkLaATPcpieJUPkg9tfsKgWBRuwQBdqynWx7YOsq8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Je3QXedC; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Je3QXedC" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 49B191A2B3A; Fri, 30 Jan 2026 13:31:19 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1AED06075A; Fri, 30 Jan 2026 13:31:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id DA61A119A885C; Fri, 30 Jan 2026 14:31:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769779877; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=xTK8tAu6w9g3aPu2BEnOdbHOCzcvo1aEGx2JsyjLMrI=; b=Je3QXedCusIL99qPH6dRX/rGGRT8cxRkO23AcC+69zSPzSJnFOpPFGELu1haIQCpcvtnB/ GLi8Lc47JyCf1KGJaxBtTkXASZJNeIF/ZNEDF1doxrTG3z/MliUvsyvOO2BLkG8MFUNcWK rUEGMCmJW1jurzBzvva9lkbJgojEDS81b8Y1VyEEoLV7g6tc+ofWgI9IkA5KuSIdv1Mza4 RB4tyOizdjKqEeGbRIVSP5UjKJruP+nf6OwlfzyCdvb+EcNriAzTuBibcq5dRfK2fqSmkj LvVGGhsynEiFyLvO6YzpOZX+MX2LmIU2+rH5RiQW4rl2U8sPd8N9LrfOkQUwyw== Message-ID: <82cb8e66-d99e-4baf-97c5-1602d2cd0fbb@bootlin.com> Date: Fri, 30 Jan 2026 14:31:09 +0100 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 05/13] net: phy: Create SFP phy_port before registering usptream To: Romain Gantois , davem@davemloft.net, Andrew Lunn , Jakub Kicinski , Eric Dumazet , Paolo Abeni , Russell King , Heiner Kallweit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, thomas.petazzoni@bootlin.com, Christophe Leroy , Herve Codina , Florian Fainelli , Vladimir Oltean , =?UTF-8?Q?K=C3=B6ry_Maincent?= , =?UTF-8?Q?Marek_Beh=C3=BAn?= , Oleksij Rempel , =?UTF-8?Q?Nicol=C3=B2_Veronese?= , Simon Horman , mwojtas@chromium.org, Daniel Golle , Dimitri Fedrau References: <20260127134202.8208-1-maxime.chevallier@bootlin.com> <20260127134202.8208-6-maxime.chevallier@bootlin.com> <5074665.31r3eYUQgx@fw-rgant> From: Maxime Chevallier Content-Language: en-US In-Reply-To: <5074665.31r3eYUQgx@fw-rgant> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi Romain, Sorry I missed these when sending V2, I'll integrate in v3. On 28/01/2026 16:49, Romain Gantois wrote: > Hi Maxime, > > On Tuesday, 27 January 2026 14:41:53 CET Maxime Chevallier wrote: >> When dealing with PHY-driver SFP, we create a phy_port representing the >> SFP bus when we know we have such a bus. > > Shouldn't this be "with a PHY-driven SFP"? indeed, Thanks, Maxime > > Thanks, >