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 6D330A2E1B for ; Thu, 5 Sep 2019 08:55:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D19891E95D; Thu, 5 Sep 2019 08:55:49 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id DB153B62 for ; Thu, 5 Sep 2019 08:55:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 23:55:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,469,1559545200"; d="scan'208";a="185357768" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 04 Sep 2019 23:55:47 -0700 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 4 Sep 2019 23:55:38 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 4 Sep 2019 23:55:37 -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; Thu, 5 Sep 2019 14:55:35 +0800 From: "Yang, Qiming" To: "Zhang, Qi Z" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" Thread-Topic: [PATCH v2 00/16] net/ice/base: share code update secend batch. Thread-Index: AQHVY5yEJn5Es/VrbUe9MdrNtLqphqccpkNw Date: Thu, 5 Sep 2019 06:55:35 +0000 Message-ID: References: <20190902035551.16852-1-qi.z.zhang@intel.com> <20190905034909.38287-1-qi.z.zhang@intel.com> In-Reply-To: <20190905034909.38287-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTJjYWEwZDAtZTJhMC00NmVjLWE5ODMtYzdkZTY2MjcxMzk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTjI1aHdGbmxrSXVGUlh2QnNMRTNrZ2lCZVFtYVRVeXZrMmtsYm5Lc0R3aHZEWUlheUpNKzZDaVFBUmNVN0hYbiJ9 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 v2 00/16] net/ice/base: share code update secend batch. 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: Thursday, September 5, 2019 11:49 AM > To: Lu, Wenzhuo ; Yang, Qiming > > Cc: dev@dpdk.org; Ye, Xiaolong ; Zhang, Qi Z > > Subject: [PATCH v2 00/16] net/ice/base: share code update secend batch. >=20 > The patchset depends on the first batch > http://patchwork.dpdk.org/project/dpdk/list/?series=3D6158&state=3D* >=20 > Key Features: >=20 > 1) Add tunnel support for fdir > 2) Add non-word aligned field support for fdir > 3) Add dest mac field support for fdir > 4) Add flow count support for fdir > 5) Add queue region support for fdir > 6) Add vlan pppoe support for switch >=20 > Qi Zhang (16): > net/ice/base: remove redundant empty lines > net/ice/base: add support for tunnel packets > net/ice/base: add non-word aligned ip field support > net/ice/base: add non-word aligned ipv6 field support > net/ice/base: correct the mask for checking protocol header > net/ice/base: propagate errors from functions > net/ice/base: remove pointless NULL check of port info > net/ice/base: remove RSS code as iavf host > net/ice/base: add support for switch rule about VLAN PPPoE > net/ice/base: minor structure refactor > net/ice/base: associate switch recipe to profiles > net/ice/base: enable RSS for PPPoE with SCTP > net/ice/base: enable fdir queue region > net/ice/base: enable setting up FDIR counters > net/ice/base: add dest MAC field support for FDIR > net/ice/base: update FW API minor version >=20 > drivers/net/ice/base/ice_adminq_cmd.h | 111 ---------- > drivers/net/ice/base/ice_bitops.h | 2 - > drivers/net/ice/base/ice_common.c | 25 --- > drivers/net/ice/base/ice_common.h | 2 - > drivers/net/ice/base/ice_controlq.c | 9 - > drivers/net/ice/base/ice_controlq.h | 3 +- > drivers/net/ice/base/ice_devids.h | 1 - > drivers/net/ice/base/ice_fdir.c | 350 +++++++++++++++++++++++++= ------ > drivers/net/ice/base/ice_fdir.h | 19 +- > drivers/net/ice/base/ice_flex_pipe.c | 5 - > drivers/net/ice/base/ice_flex_pipe.h | 1 - > drivers/net/ice/base/ice_flow.c | 159 ++------------ > drivers/net/ice/base/ice_hw_autogen.h | 2 - > drivers/net/ice/base/ice_lan_tx_rx.h | 9 - > drivers/net/ice/base/ice_nvm.c | 4 - > drivers/net/ice/base/ice_protocol_type.h | 10 +- > drivers/net/ice/base/ice_sched.c | 7 +- > drivers/net/ice/base/ice_switch.c | 52 ++--- > drivers/net/ice/base/ice_switch.h | 2 - > drivers/net/ice/base/ice_type.h | 19 +- > 20 files changed, 371 insertions(+), 421 deletions(-) >=20 > -- > 2.13.6 Acked-by: Qiming Yang