vhost: fix interrupt mitigation with raw sockets
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 8 Mar 2010 21:24:22 +0000 (23:24 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 17 Mar 2010 14:44:20 +0000 (16:44 +0200)
commit0e255572121180c900e24e33b87047abd8153cce
treef28e91b088f7a751ef8349a226e7d7c4c7046756
parent1dace8c801ac531022bd31a7316a6b4351837617
vhost: fix interrupt mitigation with raw sockets

A thinko in code means we never trigger interrupt
mitigation. Fix this.

Reported-by: Juan Quintela <quintela@redhat.com>
Reported-by: Unai Uribarri <unai.uribarri@optenet.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/net.c