[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175021087649.3761578.7417279027374931577.git-patchwork-notify@kernel.org>
Date: Wed, 18 Jun 2025 01:41:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Tejun Heo <tj@...nel.org>
Cc: davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com,
dsahern@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kerneljasonxing@...il.com
Subject: Re: [PATCH v3 net-next] net: tcp: tsq: Convert from tasklet to BH
workqueue
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 16 Jun 2025 08:10:47 -1000 you wrote:
> The only generic interface to execute asynchronously in the BH context is
> tasklet; however, it's marked deprecated and has some design flaws. To
> replace tasklets, BH workqueue support was recently added. A BH workqueue
> behaves similarly to regular workqueues except that the queued work items
> are executed in the BH context.
>
> This patch converts TCP Small Queues implementation from tasklet to BH
> workqueue.
>
> [...]
Here is the summary with links:
- [v3,net-next] net: tcp: tsq: Convert from tasklet to BH workqueue
https://git.kernel.org/netdev/net-next/c/fd0406e5ca53
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