diff options
author | Jens Axboe <axboe@kernel.dk> | 2023-04-12 20:07:36 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-04-12 20:07:36 +0200 |
commit | 27a67079c0e548d5c3232c40951517cfa630fe51 (patch) | |
tree | bccb34ab7a3cd613af685f1f43ad669aa40a6980 /.gitignore | |
parent | io_uring: optimise io_req_local_work_add (diff) | |
download | linux-27a67079c0e548d5c3232c40951517cfa630fe51.tar.xz linux-27a67079c0e548d5c3232c40951517cfa630fe51.zip |
io_uring/uring_cmd: take advantage of completion batching
We know now what the completion context is for the uring_cmd completion
handling, so use that to have io_req_task_complete() decide what the
best way to complete the request is. This allows batching of the posted
completions if we have multiple pending, rather than always doing them
one-by-one.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions