From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 97F208D9E for ; Wed, 28 Oct 2015 06:30:01 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 27 Oct 2015 22:30:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,208,1444719600"; d="scan'208";a="805147284" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 27 Oct 2015 22:30:00 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 22:30:00 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 22:29:59 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 13:29:57 +0800 From: "Xie, Huawei" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH v3] vhost: Fix wrong handling of virtqueue array index Thread-Index: AdERQa6BN8SB8a+KTDuP/xksRbseaw== Date: Wed, 28 Oct 2015 05:29:57 +0000 Message-ID: References: <1446004060-29198-1-git-send-email-mukawa@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "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: Wed, 28 Oct 2015 05:30:02 -0000 On 10/28/2015 11:48 AM, Tetsuya Mukawa wrote:=0A= > The patch fixes wrong handling of virtqueue array index when=0A= > GET_VRING_BASE message comes.=0A= >=0A= > Signed-off-by: Tetsuya Mukawa =0A= Acked-by: Huawei Xie =0A= > ---=0A=