From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 334D6352FA4; Thu, 12 Feb 2026 16:26:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770913605; cv=none; b=Ax70gfWUiLvkcNUBBvY7VZxRSPWBTfiIwky6uGWy9A4qkaN19ngqAvWRs8oMEmcBRyNBWS0+XJLTmkGWuCutpG21/mKhEcN7/l5bvAC0vXkgTi6tSAyqkOKIzgmrfD/JC7mZ0pLBbDh+vAQWYRZdI0KYuLK1+tkXmaPCrA0Yl28= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770913605; c=relaxed/simple; bh=IfJPTfD/j68xQystdzmnn1rusozs+rtcSj53lcL2wPw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=cV5kGN33QYJnH4D7gtXP5ECQoL7vk72b+EuJnzn39eF+k2S2rHdtOKL5Vgci+Amc5f11XWMQxm7PnK4GUMa3LT74MGUOkprWRMEEwLlHmfmLo9VM4vI2HebrMUHL4+6OVOiSB9OqD4pUzEmSoky4jw6A/z5oJWmX/TNsyAknWFc= 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=x+pWO8Sc; arc=none smtp.client-ip=185.171.202.116 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="x+pWO8Sc" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 5C835C23D93; Thu, 12 Feb 2026 16:26:50 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 1308A606B8; Thu, 12 Feb 2026 16:26:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 19B7E11971BE5; Thu, 12 Feb 2026 17:26:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1770913600; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=Pygeso/hMqg/e8j/lPRGQdP2Dp2JrXGGOdwPzlOloJU=; b=x+pWO8Sci3e/vAkcG0CjCHE7+PpRiLbF8Bn2OgYjOb2QWHixHk8m224SX2FmhaxMN2YTki ZXXvaZOSAVIiC057uD5EHXXkQ5ksgMFhtPjxaS/0JERCW4C1wiSyLm/eKLOgyq4qJm2gi4 X/nZ4tpbdoohYr8ooiX0EK3Wb368cbNzOLVVLocGqC+ChUF+KA3mdgruoknTprigpn1jVJ iKBHHX5N4njDB8/haIRWvmkXSoP31fcB9vG45UYgMj5wZY7Bit4NWzRtzEofo54S824nJA 4My5gcpu5bSNfZPMER8wBsO2kJ9J4m5AGGeJVbPHcFVZoiusoq/YEnAPSK6I/g== Message-ID: <3699fa56-6eb2-489f-bcb6-0ec7f020999b@bootlin.com> Date: Thu, 12 Feb 2026 17:26:31 +0100 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH RFC net-next 6/9] net: stmmac: pass interface mode into fix_mac_speed() method To: "Russell King (Oracle)" , Mohd Ayaan Anwar Cc: Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Frank Li , imx@lists.linux.dev, Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, Paolo Abeni , Pengutronix Kernel Team , Sascha Hauer , Vinod Koul References: From: Maxime Chevallier Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi Russell, On 12/02/2026 01:18, Russell King (Oracle) wrote: > Pass the current interface mode reported by phylink into the > fix_mac_speed() method. This will be used by qcom-ethqos for its > "SGMII" configuration. > > Signed-off-by: Russell King (Oracle) Reviewed-by: Maxime Chevallier Maxime