From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C38C3A0C4C; Wed, 11 Aug 2021 04:25:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 471424067A; Wed, 11 Aug 2021 04:25:15 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 5C2A140150 for ; Wed, 11 Aug 2021 04:25:13 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10072"; a="195305390" X-IronPort-AV: E=Sophos;i="5.84,311,1620716400"; d="scan'208";a="195305390" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Aug 2021 19:25:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,311,1620716400"; d="scan'208";a="503335727" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 10 Aug 2021 19:25:10 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Tue, 10 Aug 2021 19:25:10 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Wed, 11 Aug 2021 10:25:08 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.010; Wed, 11 Aug 2021 10:25:07 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "Guo, Junfeng" , "dev@dpdk.org" Thread-Topic: [PATCH 00/28] ice: base code update Thread-Index: AQHXjZI1cgOtWMigfE+3NJrMSCX5zKttlPxQ Date: Wed, 11 Aug 2021 02:25:07 +0000 Message-ID: References: <20210810025140.1698163-1-qi.z.zhang@intel.com> In-Reply-To: <20210810025140.1698163-1-qi.z.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 00/28] ice: base code update X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Tuesday, August 10, 2021 10:51 AM > To: Yang, Qiming > Cc: Guo, Junfeng ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH 00/28] ice: base code update >=20 > Summary: >=20 > 1. Add new module to support 1588 timesync / PTP. > 2. Couple FDIR / RSS enhancement to support GRE tunnel and GTPU 3. Suppor= t > l3/ l4 checksum RSS >=20 > Qi Zhang (28): > net/ice/base: add 1588 capability probe > net/ice/base: add low level functions for device clock control > net/ice/base: add ethertype IPv6 check for dummy packet > net/ice/base: change dummy packets with VLAN > net/ice/base: add timestamp masks > net/ice/base: add clock initialization function > net/ice/base: add accessors to get/set the time reference > net/ice/base: print human-friendly PHY types > net/ice/base: implement Vernier calibration logic for E822 devices > net/ice/base: clarify comments on checking PFC mode > net/ice/base: add support for starting PHY in bypass mode > net/ice/base: add E810T check function > net/ice/base: implement firmware debug dump > net/ice/base: add new AQ description > net/ice/base: refine MAC rule adding > net/ice/base: support TC nodes PIR configuration > net/ice/base: support FDIR for GRE tunnel packet > net/ice/base: support RSS for GRE tunnel packet > net/ice/base: support FDIR for GTPU EH inner IPv6 > net/ice/base: support RSS for GTPoGRE > net/ice/base: enable NVM update reset capabilities > net/ice/base: support FDIR for GTPoGRE > net/ice/base: add RSS support for IPv4/L4 checksum > net/ice/base: enable jumbo frame support during HW init > net/ice/base: support FDIR for GTPU UL/DL with QFI fields > net/ice/base: rename and add a setter function > net/ice/base: correct spellling of word data > net/ice/base: update Max TCAM/PTG Per Profile >=20 > drivers/net/ice/base/ice_adminq_cmd.h | 28 + > drivers/net/ice/base/ice_cgu_regs.h | 117 + > drivers/net/ice/base/ice_common.c | 513 +++- > drivers/net/ice/base/ice_common.h | 21 + > drivers/net/ice/base/ice_controlq.c | 52 +- > drivers/net/ice/base/ice_controlq.h | 2 + > drivers/net/ice/base/ice_dcb.c | 9 +- > drivers/net/ice/base/ice_devids.h | 1 + > drivers/net/ice/base/ice_fdir.c | 2387 ++++++++++++++- > drivers/net/ice/base/ice_fdir.h | 14 + > drivers/net/ice/base/ice_flex_pipe.c | 6 + > drivers/net/ice/base/ice_flex_type.h | 52 +- > drivers/net/ice/base/ice_flow.c | 231 +- > drivers/net/ice/base/ice_flow.h | 10 + > drivers/net/ice/base/ice_lan_tx_rx.h | 8 + > drivers/net/ice/base/ice_protocol_type.h | 4 +- > drivers/net/ice/base/ice_ptp_consts.h | 376 +++ > drivers/net/ice/base/ice_ptp_hw.c | 3452 ++++++++++++++++++++++ > drivers/net/ice/base/ice_ptp_hw.h | 473 +++ > drivers/net/ice/base/ice_sched.c | 3 + > drivers/net/ice/base/ice_switch.c | 172 +- > drivers/net/ice/base/ice_type.h | 231 +- > drivers/net/ice/base/meson.build | 1 + > 23 files changed, 7892 insertions(+), 271 deletions(-) create mode 1006= 44 > drivers/net/ice/base/ice_cgu_regs.h > create mode 100644 drivers/net/ice/base/ice_ptp_consts.h > create mode 100644 drivers/net/ice/base/ice_ptp_hw.c create mode > 100644 drivers/net/ice/base/ice_ptp_hw.h >=20 > -- > 2.26.2 Applied to dpdk-next-net-intel. Thanks Qi