summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2023-02-22 17:36:51 +0300
committerJens Axboe <axboe@kernel.dk>2023-02-22 19:57:24 +0300
commit57bebf807e2abcf87d96b9de1266104ee2d8fc2f (patch)
treef4c559a79f63484b72fd1cfcea0cb84676274aa9 /tools/perf/scripts/python/export-to-postgresql.py
parentb000ae0ec2d709046ac1a3c5722fea417f8a067e (diff)
downloadlinux-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