From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) by dpdk.org (Postfix) with ESMTP id C14168DA1 for ; Thu, 29 Oct 2015 23:18:27 +0100 (CET) Received: from localhost (177.220.173.187 [177.220.173.187]) by mx.zohomail.com with SMTPS id 1446157104435667.5612753137599; Thu, 29 Oct 2015 15:18:24 -0700 (PDT) Date: Thu, 29 Oct 2015 20:18:21 -0200 From: Flavio Leitner To: Tetsuya Mukawa Message-ID: <20151029221821.GB22230@x240.home> References: <1446004060-29198-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446004060-29198-1-git-send-email-mukawa@igel.co.jp> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, ann.zhuangyanying@huawei.com Subject: Re: [dpdk-dev] [PATCH v3] vhost: Fix wrong handling of virtqueue array index X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 22:18:28 -0000 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