netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* provide vhost thread per virtqueue for forwarding scenario
@ 2013-05-20  2:11 Qinchuanyu
  2013-05-20  7:43 ` Michael S. Tsirkin
  0 siblings, 1 reply; 7+ messages in thread
From: Qinchuanyu @ 2013-05-20  2:11 UTC (permalink / raw)
  To: mst@redhat.com, rusty@rustcorp.com.au, nab@linux-iscsi.org
  Cc:  (netdev@vger.kernel.org),  (kvm@vger.kernel.org), Zanghongyong,
	Zhangjie (HZ)

Vhost thread provide both tx and rx ability for virtio-net. 
In the forwarding scenarios, tx and rx share the vhost thread, and throughput is limited by single thread.

So I did a patch for provide vhost thread per virtqueue, not per vhost_net.

Of course, multi-queue virtio-net is final solution, but it require new version of virtio-net working in guest.
If you have to work with suse10,11, redhat 5.x as guest, and want to improve the forward throughput,
using vhost thread per queue seems to be the only solution.

I did the test with kernel 3.0.27 and qemu-1.4.0, guest is suse11-sp2, and then two vhost thread provide 
double tx/rx forwarding performance than signal vhost thread. 
The virtqueue of vhost_blk is 1, so it still use one vhost thread without change.

Is there something wrong in this solution? If not, I would list patch later.

Best regards
King

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-23  4:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20  2:11 provide vhost thread per virtqueue for forwarding scenario Qinchuanyu
2013-05-20  7:43 ` Michael S. Tsirkin
2013-05-20  8:16   ` Abel Gordon
2013-05-22  9:59   ` Zang Hongyong
2013-05-22 10:07     ` Jason Wang
2013-05-23  4:13       ` Rusty Russell
2013-05-22 10:10     ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).