From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CCACB18050 for ; Mon, 13 Apr 2026 22:00:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776117638; cv=none; b=P3qjU0zZ7ONMjbfxxkEwal7GJSxX44Q4aglWeRCKSVgGOisS3lXHCUr6yL+M77vvnrT5tcCrCkKauEm6IEXTOgRzhJsh+wo8VotaQ0BXO41K+6eh/Nb8xGYoBdHB1zJ8dcqqmYDjdqXqNzFo9QXroSPSOhUipy2yqNPLmmDH1As= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776117638; c=relaxed/simple; bh=tLt4MrLSUuyC46ZPh6Lc6VBJjwvbru1bIpP/5h9L/yw=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Su/TfW4dnRmjegk4Pz1PiTI9CLdIusA1GYB+vtqeZCOiKawdn1osZqoPR2UU82k7o+KJsxIKbUhsR7YskAnOFPP87CYHnlmkJfFUv3dRdBeZlrRV6keiznYNH3wf9IzT630uXqkB8fkFpUHKogNuOB4F4g0JxdgP8N83YBrsonI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=S0RBCEYI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S0RBCEYI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B06FC2BCAF; Mon, 13 Apr 2026 22:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776117638; bh=tLt4MrLSUuyC46ZPh6Lc6VBJjwvbru1bIpP/5h9L/yw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=S0RBCEYIx9NUrdM0xJSW1Km/E8zIxavKc3c/ikbebwI4VTs/qucZll2NqvUKaTdBA k21kXxJn3TxqrIE0nU0xmGYO5VBw+iJm1UWI+kuFVxFc5hCo5Iq8EiphFp14sHRiR9 ssWUZsl3Wf/Ga3d+X9Ji43SjWYk51Z3QKihrretQ1UYd0J4alaLtKlhAlduKa8lDSb SvKHGewED7UG/NmGK2tvvHxIUkE/5+anFiSGSLHgRl/+X5RBGYaAKz26mJcO3dHLp4 J3dBglkgiQBRSHKiGqmcYKI1FQYrpIS58ylqLYW/eTTcpdKSHkqcXetp8qOf1bQdWw 3VdfuMw9QhrOQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02D0C3809A0C; Mon, 13 Apr 2026 22:00:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: stmmac: enable RPS and RBU interrupts From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177611760954.563263.9933342148326899367.git-patchwork-notify@kernel.org> Date: Mon, 13 Apr 2026 22:00:09 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, pabeni@redhat.com, cfsworks@gmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 10 Apr 2026 14:07:51 +0100 you wrote: > Enable receive process stopped and receive buffer unavailable > interrupts, so that the statistic counters can be updated. > > Signed-off-by: Russell King (Oracle) > --- > Since we are seeing receive buffer exhaustion on several platforms, > let's enable the interrupts so the statistics we publish via ethtool -S > actually work to aid diagnosis. I've been in two minds about whether > to send this patch, but given the problems with stmmac at the moment, > I think it should be merged. > > [...] Here is the summary with links: - [net-next] net: stmmac: enable RPS and RBU interrupts https://git.kernel.org/netdev/net-next/c/1b9707e6f1a9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html