From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E393F2B95 for ; Thu, 28 Apr 2016 15:15:49 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 28 Apr 2016 06:15:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,546,1455004800"; d="scan'208";a="954775338" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 28 Apr 2016 06:15:22 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 28 Apr 2016 06:15:22 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.136]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.45]) with mapi id 14.03.0248.002; Thu, 28 Apr 2016 21:15:20 +0800 From: "Xie, Huawei" To: Thomas Monjalon , "dev@dpdk.org" CC: Yuanhan Liu , "stephen@networkplumber.org" , "mukawa@igel.co.jp" , "Traynor, Kevin" , "Tan, Jianfeng" Thread-Topic: [dpdk-dev] [PATCH] virtio: avoid avail ring entry index update if equal Thread-Index: AdGhUAL4wssQyoS/Sa6SCC+vgTMwkA== Date: Thu, 28 Apr 2016 13:15:19 +0000 Message-ID: References: <1461259092-9309-1-git-send-email-huawei.xie@intel.com> <1461747238-124446-1-git-send-email-huawei.xie@intel.com> <20160428061931.GH25677@yliu-dev.sh.intel.com> <4528431.uKn0KG87Hr@xps13> 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 Subject: Re: [dpdk-dev] [PATCH] virtio: avoid avail ring entry index update if equal 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, 28 Apr 2016 13:15:50 -0000 On 4/28/2016 4:14 PM, Thomas Monjalon wrote:=0A= > 2016-04-27 23:19, Yuanhan Liu:=0A= >> And applied to dpdk-next-virtio, with few tiny changes:=0A= >>=0A= >> - we normally put suggested/reported-by above the SoB.=0A= > Yes we must keep the chronological order in these lines.=0A= >=0A= =0A= Thanks for reminder=0A=