Skip to content
Commit ca60a42c authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: don't force VIRTIO_F_NOTIFY_ON_EMPTY



VIRTIO_F_NOTIFY_ON_EMPTY indicates to the Guest that we will hit them with
an interrupt every time the xmit queue is emptied.

Because it results in lots of tx interrupts, modern Guests probably don't
want it, so let's only force it when they accept the option.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 6c189d83
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment