tokio-rs / tokio-uring

An io_uring backed runtime for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

io_uring command support?

ming1 opened this issue · comments

Could you provide a bit more information on your query here please? Its not obvious what the issue is.

Hello,

Could you provide a bit more information on your query here please? Its not obvious what the issue is.

uring command[1] is added to linux kernel v5.20, and it aims at
fast userspace storage, such as:

[1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/io_uring/uring_cmd.c

  1. xnvme

https://xnvme.io/

  1. ublk

https://github.com/ming1/ubdsrv

  1. maybe more

However tokio-uring doesn't export such OP, so I raise this issue, and I guess it shouldn't be very hard to add such feature.

Thanks,