[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172297607950.1692635.16720160332883646837.git-patchwork-notify@kernel.org>
Date: Tue, 06 Aug 2024 20:27:59 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Breno Leitao <leitao@...ian.org>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, leit@...a.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: veth: Disable netpoll support
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 5 Aug 2024 02:40:11 -0700 you wrote:
> The current implementation of netpoll in veth devices leads to
> suboptimal behavior, as it triggers warnings due to the invocation of
> __netif_rx() within a softirq context. This is not compliant with
> expected practices, as __netif_rx() has the following statement:
>
> lockdep_assert_once(hardirq_count() | softirq_count());
>
> [...]
Here is the summary with links:
- [net-next] net: veth: Disable netpoll support
https://git.kernel.org/netdev/net-next/c/45160cebd6ac
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists