Re: [PATCHv2 04/14] vhost: support event index

2011-05-20 Thread Rusty Russell
On Fri, 20 May 2011 02:10:54 +0300, "Michael S. Tsirkin" wrote: > Support the new event index feature. When acked, > utilize it to reduce the # of interrupts sent to the guest. > > Signed-off-by: Michael S. Tsirkin Applied, even though it'd normally be in your tree, it's easier for me to push

[PATCHv2 04/14] vhost: support event index

2011-05-19 Thread Michael S. Tsirkin
Support the new event index feature. When acked, utilize it to reduce the # of interrupts sent to the guest. Signed-off-by: Michael S. Tsirkin --- drivers/vhost/net.c | 12 ++-- drivers/vhost/test.c |6 +- drivers/vhost/vhost.c | 138 + d