Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-17 Thread Michael S. Tsirkin
On Tue, Sep 15, 2015 at 03:10:27PM +0800, Yuanhan Liu wrote: > Hi, > > Here is the updated patch set for enabling vhost-user multiple queue. > This patch set introduces 2 more vhost user messages: > VHOST_USER_GET_QUEUE_NUM, > for querying how many queues the backend supports, and >

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-17 Thread Yuanhan Liu
On Thu, Sep 17, 2015 at 03:23:55PM +0300, Michael S. Tsirkin wrote: > On Tue, Sep 15, 2015 at 03:10:27PM +0800, Yuanhan Liu wrote: > > Hi, > > > > Here is the updated patch set for enabling vhost-user multiple queue. > > This patch set introduces 2 more vhost user messages: > >

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-16 Thread Yuanhan Liu
On Wed, Sep 16, 2015 at 11:12:08AM +0300, Michael S. Tsirkin wrote: > On Tue, Sep 15, 2015 at 03:10:27PM +0800, Yuanhan Liu wrote: > > Hi, > > > > Here is the updated patch set for enabling vhost-user multiple queue. > > Will review, thanks. Thank you! > BTW, please use git format-patch -vX to

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-16 Thread Michael S. Tsirkin
On Tue, Sep 15, 2015 at 03:10:27PM +0800, Yuanhan Liu wrote: > Hi, > > Here is the updated patch set for enabling vhost-user multiple queue. Will review, thanks. BTW, please use git format-patch -vX to format patches. This will ensure that all patches include the version # in the subject. --

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-16 Thread Marcel Apfelbaum
On 09/15/2015 10:10 AM, Yuanhan Liu wrote: Hi, Here is the updated patch set for enabling vhost-user multiple queue. Hi, I think this series will not work with the current DPDK vhost-user MQ patches, can you please post an RFC on the dpdk list? If you don't have anything reedy yet, a pointer

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-16 Thread Yuanhan Liu
On Wed, Sep 16, 2015 at 02:39:06PM +0300, Marcel Apfelbaum wrote: > On 09/15/2015 10:10 AM, Yuanhan Liu wrote: > >Hi, > > > >Here is the updated patch set for enabling vhost-user multiple queue. > > Hi, > > I think this series will not work with the current DPDK vhost-user MQ patches, Yes. The

Re: [Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-16 Thread Marcel Apfelbaum
On 09/16/2015 03:23 PM, Yuanhan Liu wrote: On Wed, Sep 16, 2015 at 02:39:06PM +0300, Marcel Apfelbaum wrote: On 09/15/2015 10:10 AM, Yuanhan Liu wrote: Hi, Here is the updated patch set for enabling vhost-user multiple queue. Hi, I think this series will not work with the current DPDK

[Qemu-devel] [PATCH 0/7 v9] vhost-user multiple queue support

2015-09-15 Thread Yuanhan Liu
Hi, Here is the updated patch set for enabling vhost-user multiple queue. This patch set introduces 2 more vhost user messages: VHOST_USER_GET_QUEUE_NUM, for querying how many queues the backend supports, and VHOST_USER_SET_VRING_ENABLE, for enabling/disabling a specific virt queue. Both of