cloud-hypervisor/net_util/src
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
..
ctrl_queue.rs net_util: Introduce virtio-net control queue handling code 2021-05-19 18:21:47 +02:00
lib.rs virtio-devices: vhost_user: net: Move control queue back 2021-05-26 16:09:32 +01:00
mac.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
open_tap.rs misc: Remove unused errors from public interface 2021-05-11 13:37:19 +02:00
queue_pair.rs net_util: queue_pair: Handle tap write returning EAGAIN/EWOULDBLOCK 2021-04-22 15:58:27 +01:00
tap.rs net_get, net_util: Move crate to rust 2018 edition 2021-05-12 17:26:11 +02:00