From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] vhost: Fix wrong handling of virtqueue array index Date: Fri, 30 Oct 2015 15:48:47 +0100 Message-ID: <2017173.r9C03PBHlF@xps13> References: <1446004060-29198-1-git-send-email-mukawa@igel.co.jp> <20151029221821.GB22230@x240.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com To: Tetsuya Mukawa Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id EDACE91EF for ; Fri, 30 Oct 2015 15:49:58 +0100 (CET) Received: by wmll128 with SMTP id l128so14129420wml.0 for ; Fri, 30 Oct 2015 07:49:58 -0700 (PDT) In-Reply-To: <20151029221821.GB22230@x240.home> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-29 20:18, Flavio Leitner: > On Wed, Oct 28, 2015 at 12:47:40PM +0900, Tetsuya Mukawa wrote: > > The patch fixes wrong handling of virtqueue array index when > > GET_VRING_BASE message comes. > > > > Signed-off-by: Tetsuya Mukawa > > --- > > vhost-user segfaults without this patch with MQ enabled. > LGTM > > Acked-by: Flavio Leitner Applied, thanks Note: the priority would have been different if the title was vhost: fix crash with multiqueue enabled (as committed)