cloud-hypervisor/vhost_user_backend
Sebastien Boeuf d4f7f73bc8 vhost_user_backend: Move to a per-queue RwLock
Instead of locking every queues whenever something needs to be updated,
this patch modifies the code design to lock each Vring independently.
This allows for much finer granularity, and will allow multiple queues
to be handled at the same time.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-09-30 09:26:11 -07:00
..
src vhost_user_backend: Move to a per-queue RwLock 2019-09-30 09:26:11 -07:00
Cargo.toml vhost_user_backend: Add new crate 2019-09-30 09:26:11 -07:00