Re: [dpdk-dev] [PATCH v2] net/virtio-user: fix multiple queues fail in server mode

2018-05-10 Thread Tiwei Bie
On Thu, May 10, 2018 at 10:01:55PM +0800, Yang, Zhiyong wrote: > Hi tiwei, > > Thanks for your review firstly. Reply inline. > > > -Original Message- > > From: Bie, Tiwei > > Sent: Thursday, May 10, 2018 6:23 PM > > To: Yang, Zhiyong > > Cc: dev@dpdk.org; sta...@dpdk.org; maxime.coque..

Re: [dpdk-dev] [PATCH v2] net/virtio-user: fix multiple queues fail in server mode

2018-05-10 Thread Yang, Zhiyong
Hi tiwei, Thanks for your review firstly. Reply inline. > -Original Message- > From: Bie, Tiwei > Sent: Thursday, May 10, 2018 6:23 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; sta...@dpdk.org; maxime.coque...@redhat.com; Yigit, > Ferruh > Subject: Re: [PATCH v2] net/virtio-user: fix mul

Re: [dpdk-dev] [PATCH v2] net/virtio-user: fix multiple queues fail in server mode

2018-05-10 Thread Tiwei Bie
On Thu, May 10, 2018 at 05:36:23PM +0800, zhiyong.y...@intel.com wrote: > This patch fixes multiple queues failure when virtio-user works in > server mode. > > This patch adds feature negotiation in the processing of virtio-user > reccnnection. typo: reccnnection > > Fixes: bd8f50a45d0f ("net/v

[dpdk-dev] [PATCH v2] net/virtio-user: fix multiple queues fail in server mode

2018-05-10 Thread zhiyong . yang
This patch fixes multiple queues failure when virtio-user works in server mode. This patch adds feature negotiation in the processing of virtio-user reccnnection. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Signed-off-by: Zhiyong Yang --- Changes in V2: 1. fix a comment typo.