Skip to content
Snippets Groups Projects
Commit ddcb2688 authored by Florian Fischer's avatar Florian Fischer
Browse files

add io_uring batch variant

Queue-based interfaces are able to spread the syscall overhead across
multiple requests.
Add a new io_uring variant submitting 10 read requests with a single
io_uring_enter call.

Adapt bench.c and all other variants to support variable numbers of
read requests issued by do_read(...).
parent 9f2317a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment