Skip to content

Conversation

@Daksh14
Copy link
Contributor

@Daksh14 Daksh14 commented Dec 5, 2025

Motivation

Batching allows us to submit multiple opcodes in a single io_uring_enter system call, we extend the API to handle a list of CQEs for more efficient I/O

Solution

Extend uring driver and op struct to support batching

@Daksh14 Daksh14 changed the title Io uring batching io-uring: Support batching Dec 5, 2025
@mox692 mox692 added A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime labels Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants