cloud-hypervisor/vm-virtio
Rob Bradford 039accc139 vhost_user_net, vm-virtio: Interrupt guest when TX queue is updated
According to the virtio spec the guest should always be interrupted when
"used" descriptors are returned from the device to the driver. However
this was not the case for the TX queue in either the virtio-net
implementation or the vhost-user-net implementation.

This would have meant that the guest could end up with a reduced TX
throughput as it would not know that the packets had been dispatched via
the VMM.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-05-18 17:02:53 +02:00
..
src vhost_user_net, vm-virtio: Interrupt guest when TX queue is updated 2020-05-18 17:02:53 +02:00
Cargo.toml build(deps): bump libc from 0.2.69 to 0.2.70 2020-05-12 20:26:43 +02:00