From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 40E38353EE3 for ; Fri, 20 Mar 2026 19:45:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774035917; cv=none; b=t7JawKPL+vxsmIPvtnGe7CWmMuHP+5NtrTlWnXbyFeZbGcWNs4TgNusAvtX/0cjklG1RuxG7z7U5h8jEMbU/kHDtnXL54cGM/0gn4REEHDr4Urzaf7vK7Vwkpk1Ntr88eTqrlZuR6Xcez/pibK2RJ/heh46UuN2S8A+LQYzTxtI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774035917; c=relaxed/simple; bh=5JNoRIZLe4Ou2jrOMB2xOmTayt+1L7Wmmb3lHWPbiaw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=DNMvegg49MQO0FQyJHLkkCeNWiOSQA/ziDN8MspsV4gST3OvjQvu2EiiRe41j3N/JTKjAYKEzzvz91VhgRPpk9wlhfqyxuhlCTuyD2PfkZOoxd6vgRR+s8R+gv1UPifsPuoEmb/1oraHbtFVi6wYRBgP9vBjJoKiZ79aZ4XywQw= 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=YD+TfJQR; arc=none smtp.client-ip=185.246.85.4 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="YD+TfJQR" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id A4E744E42756; Fri, 20 Mar 2026 19:45:06 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 70AD8600E0; Fri, 20 Mar 2026 19:45:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 270C910450CC8; Fri, 20 Mar 2026 20:44:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1774035905; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=BuJW3TBVNL5rt2a/+qn2HmhsvlFQt1It2fxtCdI3ujE=; b=YD+TfJQRAhpGsUsFY1kh5fdIAAF9CqyXudXNquKWNdbwBpGhMPzoelzjG3+WgIx5XNsL7R jsrKax+pF5ksGNfZTGtnPriCmgokA2WESmtTDLD5saZ86cMGE6mY0T0v0IKHJjm+oT4iC5 VIlyiZmCWSO5Ht7EblUn8yoZeiy/9aZTxdZXshMUwpHVNZtlqz83MSRq369qjm/GU2EaET Wsibnb/r2t+MO1DwsDOTcmrRV6LYILCF6ynf3EmEAKmXw8wZGWho3hXuLdWZFJjAkP0+zQ Y/UZ3xIPm1CuqpmSs0iQ7LNDzMyC1idDAB2iD7uzaaYs0J4mrGohaPPPYS9HcA== Message-ID: <5bfb0ca5-1618-48af-824f-07bbf7c35e9a@bootlin.com> Date: Fri, 20 Mar 2026 20:44:59 +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 0/6] net: stmmac: cleanup stmmac_xmit() To: "Russell King (Oracle)" , Andrew Lunn Cc: Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, Paolo Abeni 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 Rusell, On 20/03/2026 17:46, Russell King (Oracle) wrote: > This series continues on from part 2 of the descriptor cleanups, making > stmmac_xmit() more readable. > > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 103 +++++++++++----------- > 1 file changed, 52 insertions(+), 51 deletions(-) > Tested the entire series on Socfpga, no regressions found, and perfs are the same as before so for the series, Tested-by: Maxime Chevallier Maxime