From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AF6012904 for ; Thu, 4 Jan 2018 09:41:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jan 2018 00:41:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,506,1508828400"; d="scan'208";a="24192020" Received: from kmsmsx156.gar.corp.intel.com ([172.21.138.133]) by orsmga002.jf.intel.com with ESMTP; 04 Jan 2018 00:41:35 -0800 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.108]) by KMSMSX156.gar.corp.intel.com ([172.21.138.133]) with mapi id 14.03.0319.002; Thu, 4 Jan 2018 16:41:34 +0800 From: "Zhao1, Wei" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [PATCH v4] net/ixgbe: add flow parser ntuple support Thread-Index: AQHTfi/spK9tHEdfB0KUUlrOg+p8aKNi6TiAgACJ2qA= Date: Thu, 4 Jan 2018 08:41:33 +0000 Message-ID: References: <20171226092828.82837-1-wei.zhao1@intel.com> <20171226094905.83277-1-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B709848@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B709848@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4] net/ixgbe: add flow parser ntuple support 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, 04 Jan 2018 08:41:38 -0000 Hi, wenzhuo > -----Original Message----- > From: Lu, Wenzhuo > Sent: Thursday, January 4, 2018 4:27 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v4] net/ixgbe: add flow parser ntuple support >=20 > Hi Wei, >=20 >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Tuesday, December 26, 2017 5:49 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Zhao1, Wei > > > > Subject: [PATCH v4] net/ixgbe: add flow parser ntuple support > > > > Ixgbe ntuple filter in rte_flow need to support diversion data with > > less than > > 5 tuple parameters.So add this new support in parser code. > > > > Signed-off-by: Wei Zhao > > > > --- > > > > v2: > > -fix coding style issue. > > > > v3: > > -add parser vlan pattern code. > I think this patch is good. Just suggest to put this vlan info into the c= ommit log. > As the words here will be removed when merging this patch. >=20 Ok, I will update as your suggestion. > > > > v4: > > -fix patch check issue.