Re: [PATCH] kvm tools: make virtio-net mq max queues configurable

2013-04-15 Thread Pekka Enberg
On 04/15/2013 12:19 PM, Will Deacon wrote: Hi Sasha, On Sun, Apr 14, 2013 at 01:20:44AM +0100, Sasha Levin wrote: This patch makes the maximum amount of vqs configurable. To use it pass a 'mq' option to network device configuration. For example: vm run -n mode=tap,mq=4 Will allow up t

Re: [PATCH] kvm tools: make virtio-net mq max queues configurable

2013-04-15 Thread Will Deacon
Hi Sasha, On Sun, Apr 14, 2013 at 01:20:44AM +0100, Sasha Levin wrote: > This patch makes the maximum amount of vqs configurable. To use it pass a 'mq' > option to network device configuration. For example: > > vm run -n mode=tap,mq=4 > > Will allow up to 4 queue pairs for that network dev

[PATCH] kvm tools: make virtio-net mq max queues configurable

2013-04-13 Thread Sasha Levin
This patch makes the maximum amount of vqs configurable. To use it pass a 'mq' option to network device configuration. For example: vm run -n mode=tap,mq=4 Will allow up to 4 queue pairs for that network device. Note that not specifiying mq, or setting mq=0 will disable virtio-net multiq