cloud-hypervisor/vmm
Jinrong Liang cb171d4a23 device_manager: Avoid checking io_uring support when it's not needed
After testing, io_uring_is_supported() causes about 38ms of
overhead when creating virtio-blk. By modifying the position
of io_uring_is_supported(), the overhead of creating virtio-blk
is reduced to less than 1ms when we close io_uring.

Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
2022-10-27 22:21:51 -07:00
..
src device_manager: Avoid checking io_uring support when it's not needed 2022-10-27 22:21:51 -07:00
Cargo.toml build: Bump libc from 0.2.135 to 0.2.137 2022-10-27 23:57:43 +00:00