cloud-hypervisor/vhost_user_block
Sebastien Boeuf 87f57f7c1e virtio-devices: Improve queue handling with pop_descriptor_chain()
Using pop_descriptor_chain() is much more appropriate than iter() since
it recreates the iterator every time, avoiding the queue to be borrowed
and allowing the virtio-net implementation to match all the other ones.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-07-29 17:41:32 +01:00
..
src virtio-devices: Improve queue handling with pop_descriptor_chain() 2022-07-29 17:41:32 +01:00
Cargo.toml virtio: Port codebase to the latest virtio-queue version 2022-07-29 17:41:32 +01:00