diff options
author | Alexander Aring <[email protected]> | 2024-04-02 15:18:10 -0400 |
---|---|---|
committer | David Teigland <[email protected]> | 2024-04-09 11:47:51 -0500 |
commit | 92d59adfaf710f34ae7788fa54f0731a7640833b (patch) | |
tree | 4de104575a8dfdd25f5f978e72cf0414dffb86b6 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 578acf9a87a87531df5b59b3799ccc1256a4bbcc (diff) |
dlm: do message processing in softirq context
Move dlm message processing from an ordered workqueue context to an
ordered softirq context. Handling dlm messages in softirq will allow
requests to be cleared more quickly and efficiently, and should avoid
longer queues of incomplete requests. Later patches are expected to
run completion/blocking callbacks directly from this message processing
context, further reducing context switches required to complete a request.
In the longer term, concurrent message processing could be implemented.
Signed-off-by: Alexander Aring <[email protected]>
Signed-off-by: David Teigland <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions