Re: [Qemu-devel] [PATCH v4] vhost-user: add multi queue support

2015-05-27 Thread Michael S. Tsirkin
On Fri, May 22, 2015 at 01:58:04PM +0800, Ouyang Changchun wrote: > Based on patch by Nikolay Nikolaev: > Vhost-user will implement the multi queue support in a similar way > to what vhost already has - a separate thread for each queue. > To enable the multi queue functionality - a new command line

[Qemu-devel] [PATCH v4] vhost-user: add multi queue support

2015-05-21 Thread Ouyang Changchun
Based on patch by Nikolay Nikolaev: Vhost-user will implement the multi queue support in a similar way to what vhost already has - a separate thread for each queue. To enable the multi queue functionality - a new command line parameter "queues" is introduced for the vhost-user netdev. Signed-off-b