mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
039accc139
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |