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(...).
io_uring_batch.c
0 → 100644
Please register or sign in to comment