summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-09-28 20:36:45 +0300
committerJens Axboe <axboe@kernel.dk>2019-10-29 19:22:41 +0300
commitba816ad61fdf31f59f423a773b00bfa2ed38243a (patch)
treed3a90388b35fb242b4724a3b07fe76a170f80c90 /scripts/basic
parentd848074b2f1eb11a38691285f7366bce83087014 (diff)
downloadlinux-ba816ad61fdf31f59f423a773b00bfa2ed38243a.tar.xz
io_uring: run dependent links inline if possible
Currently any dependent link is executed from a new workqueue context, which means that we'll be doing a context switch per link in the chain. If we are running the completion of the current request from our async workqueue and find that the next request is a link, then run it directly from the workqueue context instead of forcing another switch. This improves the performance of linked SQEs, and reduces the CPU overhead. Reviewed-by: Jackie Liu <liuyun01@kylinos.cn> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions