cloud-hypervisor/vmm
Sebastien Boeuf e9cc23ea94 virtio-devices: vhost_user: net: Move control queue back
We thought we could move the control queue to the backend as it was
making some good sense. Unfortunately, doing so was a wrong design
decision as it broke the compatibility with OVS-DPDK backend.

This is why this commit moves the control queue back to the VMM side,
meaning an additional thread is being run for handling the communication
with the guest.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-05-26 16:09:32 +01:00
..
src virtio-devices: vhost_user: net: Move control queue back 2021-05-26 16:09:32 +01:00
Cargo.toml build: Manual seccomp bump 2021-05-26 14:39:43 +02:00