From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CE57A0613 for ; Fri, 27 Sep 2019 08:25:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66A3E2BE9; Fri, 27 Sep 2019 08:24:59 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1D24528EE for ; Fri, 27 Sep 2019 08:24:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2019 23:24:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,554,1559545200"; d="scan'208";a="214730598" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 26 Sep 2019 23:24:57 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Sep 2019 23:24:56 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 26 Sep 2019 23:24:56 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.92]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.53]) with mapi id 14.03.0439.000; Fri, 27 Sep 2019 14:24:53 +0800 From: "Yang, Qiming" To: "Zhang, Qi Z" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" Thread-Topic: [PATCH 0/8] net/ice: base code update Thread-Index: AQHVdOn8hqX+ePMdYUWoMDohivPlcqc/DqDg Date: Fri, 27 Sep 2019 06:24:53 +0000 Message-ID: References: <20190902035551.16852-1-qi.z.zhang@intel.com> <20190927041646.34712-1-qi.z.zhang@intel.com> In-Reply-To: <20190927041646.34712-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTI2ZmI0OGMtYzE5OS00NGZlLWE2MTItYTA2OTI5MmUzODIyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRWVyK2hyRm9iRUE4NTBJUFc4MWlaXC9UWCs3OHpTcXcrXC9rR0RVVjI5QTN2SCtpYWxTdW9vZjBpXC9oSWEwTzFEUyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 0/8] net/ice: base code update 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhang, Qi Z > Sent: Friday, September 27, 2019 12:17 PM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Ye, Xiaolong ; Zhang, Qi Z > > Subject: [PATCH 0/8] net/ice: base code update >=20 > Changes in summary > 1. add GTP TEID support for fdir > 2. improve fdir mask support. > 3. couple fixes. >=20 > Qi Zhang (8): > net/ice/base: fix for adding PPPoE switch rule > net/ice/base: fix for NVGRE switch rule programming > net/ice/base: update flow ptype bitmaps > net/ice/base: add GTPU TEID support for FD > net/ice/base: improvements to Flow Director masking > net/ice/base: remove dead error condition > net/ice/base: zero initialize structures > net/ice/base: fix unexpected switch rule overwrite >=20 > drivers/net/ice/base/ice_common.c | 3 - > drivers/net/ice/base/ice_fdir.c | 2 + > drivers/net/ice/base/ice_fdir.h | 1 + > drivers/net/ice/base/ice_flex_pipe.c | 83 ++++++++-------- > drivers/net/ice/base/ice_flex_type.h | 4 +- > drivers/net/ice/base/ice_flow.c | 156 +++++++++++++++++--------= ------ > drivers/net/ice/base/ice_flow.h | 10 +- > drivers/net/ice/base/ice_protocol_type.h | 2 +- > drivers/net/ice/base/ice_switch.c | 23 +++-- > 9 files changed, 151 insertions(+), 133 deletions(-) >=20 > -- > 2.13.6 Acked-by: Qiming Yang