mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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>