]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Use threadpool for virtio-net
authorSasha Levin <levinsasha928@gmail.com>
Thu, 28 Apr 2011 13:40:45 +0000 (16:40 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 28 Apr 2011 17:53:26 +0000 (20:53 +0300)
commita37089da817ce7aad9789aeb9fc09b68e088ad9a
treec88800406ea95eedf7551c1f55906e4ab9a243bc
parentfa446c6b80c9c5e632255cf40643d8bed18b2431
kvm tools: Use threadpool for virtio-net

virtio-net has been converted to use the threadpool.  This is very similar to
the change done in virtio-blk, only here we had 2 queues to handle.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio-net.c