Anthony Liguori wrote:
> This patch adds support for TX mitigation in QEMU using the new NOTIFY_ON_FULL
> virtio ring flag.
>
>
With this (modified to use VRING_USED_F_NO_NOTIFY as Rusty suggests)
and the latest virtio patchqueue (now available as the virtio branch on
kvm.git) I get better l
This patch adds support for TX mitigation in QEMU using the new NOTIFY_ON_FULL
virtio ring flag.
Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>
diff --git a/qemu/hw/virtio-net.c b/qemu/hw/virtio-net.c
index 3940743..5fd4114 100644
--- a/qemu/hw/virtio-net.c
+++ b/qemu/hw/virtio-net.c
@@ -14,6