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 12565374C for ; Thu, 1 Jun 2017 08:13:13 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 May 2017 23:13:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,278,1493708400"; d="scan'208";a="107826524" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 31 May 2017 23:13:12 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 May 2017 23:13:12 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 May 2017 23:13:11 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Thu, 1 Jun 2017 14:13:10 +0800 From: "Lu, Wenzhuo" To: "Zhang, Qi Z" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH 2/3] net/ixgbe: enable signature match for consistent API Thread-Index: AQHS1pU8vrkbhZJgY0ui95VUUCZy3qIPiD6A//97+gCAAIl4kA== Date: Thu, 1 Jun 2017 06:13:09 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9A6A@shsmsx102.ccr.corp.intel.com> References: <1495828350-10259-1-git-send-email-qi.z.zhang@intel.com> <1495828350-10259-3-git-send-email-qi.z.zhang@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5C9A32@shsmsx102.ccr.corp.intel.com> <039ED4275CED7440929022BC67E70611530A6B58@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E70611530A6B58@SHSMSX103.ccr.corp.intel.com> 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 2/3] net/ixgbe: enable signature match for consistent API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 06:13:14 -0000 Hi Qi, > -----Original Message----- > From: Zhang, Qi Z > Sent: Thursday, June 1, 2017 1:56 PM > To: Lu, Wenzhuo; Zhang, Helin > Cc: dev@dpdk.org > Subject: RE: [PATCH 2/3] net/ixgbe: enable signature match for consistent > API >=20 >=20 >=20 > > -----Original Message----- > > From: Lu, Wenzhuo > > Sent: Thursday, June 1, 2017 1:50 PM > > To: Zhang, Qi Z ; Zhang, Helin > > > > Cc: dev@dpdk.org > > Subject: RE: [PATCH 2/3] net/ixgbe: enable signature match for > > consistent API > > > > Hi Qi, > > > > > -----Original Message----- > > > From: Zhang, Qi Z > > > Sent: Saturday, May 27, 2017 3:52 AM > > > To: Zhang, Helin; Lu, Wenzhuo > > > Cc: dev@dpdk.org; Zhang, Qi Z > > > Subject: [PATCH 2/3] net/ixgbe: enable signature match for > > > consistent API > > > > > > Enable signature match for rte_flow API. > > > RTE_FLOW_ITEM_TYPE_ROUGHLY specify a signature match. > > > > > > Signed-off-by: Qi Zhang > > Acked-by: Wenzhuo Lu > > > > Now I understand why you want to change the macro to the function in > > the first patch. :) >=20 > OK, I can merge the 2 patches into 1 in v2, if you think it's not necessa= ry to > separate. It's better to have these 2 patches. Adding more info of the purpose in the= commit log, like "removing the index ...", can make it easier to understan= d. :) >=20 > Thanks > Qi