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:
> > VHOST_USER_GET_QUE
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
> VHOST_USER_S
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 vhost
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 n
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
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
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.
--
MS
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 the