tokio-rs / io-uring

The `io_uring` library for Rust
Apache License 2.0
1.19k stars 131 forks source link

Add fixed buffer support for uring_cmd #260

Closed ollie-etl closed 6 months ago

ollie-etl commented 8 months ago

Adds a flag to uring_cmd16 and uring_cmd80 to support IORING_URING_CMD_FIXED flag. Available since kernel v6.1

quininer commented 6 months ago

Sorry delay, Thank you!