From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4] net/virtio-user: fix multiple queues fail in server mode Date: Fri, 11 May 2018 12:33:51 +0100 Message-ID: References: <20180511021247.12411-1-zhiyong.yang@intel.com> <20180511033137.53978-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org, tiwei.bie@intel.com, maxime.coquelin@redhat.com To: zhiyong.yang@intel.com, dev@dpdk.org Return-path: In-Reply-To: <20180511033137.53978-1-zhiyong.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/11/2018 4:31 AM, zhiyong.yang@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 > connection and enables multiple-queue pairs. > > Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") > Cc: stable@dpdk.org > Cc: tiwei.bie@intel.com > Cc: ferruh.yigit@intel.com > Cc: maxime.coquelin@redhat.com > > Signed-off-by: Zhiyong Yang > Reviewed-by: Tiwei Bie Applied to dpdk-next-net/master, thanks.