diff options
author | Allen Pais <apais@linux.microsoft.com> | 2024-04-03 19:23:06 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-09 05:44:09 +0300 |
commit | 775d2e2b302897931ab7417b1da747bba7831a0b (patch) | |
tree | 0a15de6ddbbb5ac7092b22e2e0b3dcebd54da09f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 39f59c72ad3a1eaab9a60f0671bc94d2bc826d21 (diff) | |
download | linux-775d2e2b302897931ab7417b1da747bba7831a0b.tar.xz |
archnet: Convert from tasklet to BH workqueue
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.
Based on the work done by Tejun Heo <tj@kernel.org>
Branch: https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-6.10
Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Link: https://lore.kernel.org/r/20240403162306.20258-1-apais@linux.microsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions