cloud-hypervisor/block
Wei Liu 090fcebfec block: do not ignore failures when pushing to io_uring submission queue
Instead of silently ignoring the error, return an error to the callers.

This in practice should never happen, because the submission queue size
(ring depth) is the same as the virtio queue size. Virtio queue won't
push more requests than there are submission queue entries.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-12-21 10:47:29 +00:00
..
src block: do not ignore failures when pushing to io_uring submission queue 2024-12-21 10:47:29 +00:00
Cargo.toml build: Bump libc from 0.2.158 to 0.2.167 2024-12-03 01:15:36 +00:00