diff options
author | Jakub Kicinski <[email protected]> | 2024-07-31 19:05:19 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-31 19:05:20 -0700 |
commit | 8e0c0ec9b7dc2aec84f141c26c501e24906ff765 (patch) | |
tree | 933d957accdb933f09cb3e671caee0a7adf6d18c /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 9bb3ec18d052a285def852dbdd7124ea355bd1d0 (diff) | |
parent | c5092ba3155e0696e922fc9f1c2909f48fde2102 (diff) |
Merge branch 'ethernet-convert-from-tasklet-to-bh-workqueue'
Allen Pais says:
====================
ethernet: Convert from tasklet to BH workqueue [part]
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 a few drivers in drivers/ethernet/* from tasklet
to BH workqueue. The next set will be sent out after the next -rc is
out.
v2: https://lore.kernel.org/[email protected]
v1: https://lore.kernel.org/[email protected]
====================
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions