[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171263342782.31710.5359069621172585635.git-patchwork-notify@kernel.org>
Date: Tue, 09 Apr 2024 03:30:27 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Allen Pais <apais@...ux.microsoft.com>
Cc: linux-kernel@...r.kernel.org, tj@...nel.org, keescook@...omium.org,
m.grzeschik@...gutronix.de, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH] archnet: Convert from tasklet to BH workqueue
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 3 Apr 2024 16:23:06 +0000 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 drivers/net/archnet/* from tasklet to BH workqueue.
>
> [...]
Here is the summary with links:
- archnet: Convert from tasklet to BH workqueue
https://git.kernel.org/netdev/net-next/c/775d2e2b3028
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