diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-02-12 03:23:51 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-12 05:30:25 -0700 |
commit | d3d7298d05cb026305b0f5033acc9c9c4f281e14 (patch) | |
tree | 109334fb85d7cadb8addd9ecfac0ef499f7ea9d1 /tools/perf/scripts/python/flamegraph.py | |
parent | bd75904590de1c2bbdff55180cef209b13bd50fa (diff) |
io_uring: optimise out unlikely link queue
__io_queue_sqe() tries to issue as much requests of a link as it can,
and uses io_put_req_find_next() to extract a next one, targeting inline
completed requests. As now __io_queue_sqe() is always used together with
struct io_comp_state, it leaves next propagation only a small window and
only for async reqs, that doesn't justify its existence.
Remove it, make __io_queue_sqe() to issue only a head request. It
simplifies the code and will allow other optimisations.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions