Re: [Qemu-devel] [PATCH v6 1/2] vhost-user: add multi queue support

2015-08-13 Thread Maxime Leroy
On Thu, Aug 13, 2015 at 11:18 AM, Michael S. Tsirkin wrote: > On Wed, Aug 12, 2015 at 02:25:41PM +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 que

Re: [Qemu-devel] [PATCH 0/4] vhost-user: protocol updates

2015-07-17 Thread Maxime Leroy
Hi Michael, On Fri, Jul 17, 2015 at 4:09 PM, Michael S. Tsirkin wrote: > This patchset sets the stage for extending the vhost user > protocol, with full backwards compatibility. > > The approach is to negotiate feature bits queried and > acknowledged during device setup. > > For now, there's no n

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

2015-07-09 Thread Maxime Leroy
Hi Martin, Michael, On Thu, Jul 9, 2015 at 2:00 PM, Martin Kletzander wrote: > On Thu, Jul 09, 2015 at 10:06:35AM +0300, Michael S. Tsirkin wrote: >> >> On Thu, Jul 09, 2015 at 12:00:59AM +0200, Maxime Leroy wrote: >>> >>> Hi Michael, >>> >>>

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

2015-07-08 Thread Maxime Leroy
Hi Michael, On Wed, Jul 8, 2015 at 4:29 PM, Michael S. Tsirkin wrote: > On Thu, May 28, 2015 at 09:23:06AM +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 f