diff options
author | 2023-03-10 12:11:07 -0800 | |
---|---|---|
committer | 2023-04-03 07:14:21 -0600 | |
commit | da64d6db3bd304d44d7ac1eb7f319a1cc7efd611 (patch) | |
tree | 793dc98215738e883ff0e4df5dbb261b9a197765 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | io_uring: add support for user mapped provided buffer ring (diff) | |
download | wireguard-linux-da64d6db3bd304d44d7ac1eb7f319a1cc7efd611.tar.xz wireguard-linux-da64d6db3bd304d44d7ac1eb7f319a1cc7efd611.zip |
io_uring: One wqe per wq
Right now io_wq allocates one io_wqe per NUMA node. As io_wq is now
bound to a task, the task basically uses only the NUMA local io_wqe, and
almost never changes NUMA nodes, thus, the other wqes are mostly
unused.
Allocate just one io_wqe embedded into io_wq, and uses all possible cpus
(cpu_possible_mask) in the io_wqe->cpumask.
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20230310201107.4020580-1-leitao@debian.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions