diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2023-02-22 17:36:51 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-02-22 19:57:24 +0300 |
commit | 57bebf807e2abcf87d96b9de1266104ee2d8fc2f (patch) | |
tree | f4c559a79f63484b72fd1cfcea0cb84676274aa9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b000ae0ec2d709046ac1a3c5722fea417f8a067e (diff) | |
download | linux-57bebf807e2abcf87d96b9de1266104ee2d8fc2f.tar.xz |
io_uring/rsrc: optimise registered huge pages
When registering huge pages, internally io_uring will split them into
many PAGE_SIZE bvec entries. That's bad for performance as drivers need
to eventually dma-map the data and will do it individually for each bvec
entry. Coalesce huge pages into one large bvec.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
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