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

2015-05-21 Thread Eric Blake
On 05/21/2015 08:20 AM, Ouyang Changchun wrote: > From: Changchun Ouyang > It's better to post a v3 patch as a new top-level thread, rather than in-reply-to an existing thread. > Based on patch by Nikolay Nikolaev: > Vhost-user will implement the multi queue support in a similar way > to what v

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

2015-05-21 Thread Ouyang Changchun
From: Changchun Ouyang 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 funcionality - a new command line parameter "queues" is introduced for the vhost-us