cloud-hypervisor/vmm
Sebastien Boeuf f5b53ae4be vm-virtio: Implement multiqueue/multithread support for virtio-blk
This commit improves the existing virtio-blk implementation, allowing
for better I/O performance. The cost for the end user is to accept
allocating more vCPUs to the virtual machine, so that multiple I/O
threads can run in parallel.

One thing to notice, the amount of vCPUs must be egal or superior to the
amount of queues dedicated to the virtio-blk device.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-28 09:26:53 +01:00
..
src vm-virtio: Implement multiqueue/multithread support for virtio-blk 2020-01-28 09:26:53 +01:00
Cargo.toml build(deps): bump signal-hook from 0.1.12 to 0.1.13 2020-01-26 13:29:47 +00:00