Re: [Qemu-devel] [PATCH] vhost-user: multiqueue support

2015-01-21 Thread Michael S. Tsirkin
On Sat, Dec 06, 2014 at 06:52:56PM +0200, Nikolay Nikolaev wrote: > Vhost-user will implement the multiqueueu support in a similar way to what > vhost already has - a separate thread for each queue. > > To enable multiquue funcionality - a new command line parameter > "queues" is introduced for th

Re: [Qemu-devel] [PATCH] vhost-user: multiqueue support

2014-12-08 Thread Eric Blake
On 12/06/2014 09:52 AM, Nikolay Nikolaev wrote: > Vhost-user will implement the multiqueueu support in a similar way to what > vhost already has - a separate thread for each queue. > > To enable multiquue funcionality - a new command line parameter > "queues" is introduced for the vhost-user netde

Re: [Qemu-devel] [PATCH] vhost-user: multiqueue support

2014-12-08 Thread Michael S. Tsirkin
On Mon, Dec 08, 2014 at 10:04:37AM +0100, Olivier MATZ wrote: > Hi Nikolay, > > On 12/06/2014 05:52 PM, Nikolay Nikolaev wrote: > > Vhost-user will implement the multiqueueu support in a similar way to what > > vhost already has - a separate thread for each queue. > > > > To enable multiquue func

Re: [Qemu-devel] [PATCH] vhost-user: multiqueue support

2014-12-08 Thread Olivier MATZ
Hi Nikolay, On 12/06/2014 05:52 PM, Nikolay Nikolaev wrote: > Vhost-user will implement the multiqueueu support in a similar way to what > vhost already has - a separate thread for each queue. > > To enable multiquue funcionality - a new command line parameter > "queues" is introduced for the vho

[Qemu-devel] [PATCH] vhost-user: multiqueue support

2014-12-06 Thread Nikolay Nikolaev
Vhost-user will implement the multiqueueu support in a similar way to what vhost already has - a separate thread for each queue. To enable multiquue funcionality - a new command line parameter "queues" is introduced for the vhost-user netdev. Signed-off-by: Nikolay Nikolaev --- docs/specs/vhost