diff options
| author | Jens Axboe <[email protected]> | 2019-12-19 12:06:02 -0700 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2020-01-20 17:03:59 -0700 |
| commit | e94f141bd248ebdadcb7351f1e70b31cee5add53 (patch) | |
| tree | a2dbf2db8721c44c10007d707fbc5794b35eb424 /tools/perf/scripts/python/sched-migration.py | |
| parent | ad3eb2c89fb24d14ac81f43eff8e85fece2c934d (diff) | |
io_uring: improve poll completion performance
For busy IORING_OP_POLL_ADD workloads, we can have enough contention
on the completion lock that we fail the inline completion path quite
often as we fail the trylock on that lock. Add a list for deferred
completions that we can use in that case. This helps reduce the number
of async offloads we have to do, as if we get multiple completions in
a row, we'll piggy back on to the poll_llist instead of having to queue
our own offload.
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions