From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7ABFEC433F5 for ; Fri, 17 Sep 2021 08:48:30 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 095BF61056 for ; Fri, 17 Sep 2021 08:48:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 095BF61056 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00ABB406B4; Fri, 17 Sep 2021 10:48:29 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 0AB9240689 for ; Fri, 17 Sep 2021 10:48:26 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10109"; a="202913363" X-IronPort-AV: E=Sophos;i="5.85,300,1624345200"; d="scan'208";a="202913363" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2021 01:48:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,300,1624345200"; d="scan'208";a="483006403" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 17 Sep 2021 01:48:25 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 17 Sep 2021 01:48:24 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 17 Sep 2021 16:48:23 +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.012; Fri, 17 Sep 2021 16:48:23 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH 00/12] ice base code batch 2 for DPDK 21.11 Thread-Index: AQHXquA3uziXnr2930Ga6Ic7Uqel5qum950AgAD0HUA= Date: Fri, 17 Sep 2021 08:48:22 +0000 Message-ID: References: <20210916095304.3058210-1-qi.z.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 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/12] ice base code batch 2 for DPDK 21.11 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: Guo, Junfeng > Sent: Friday, September 17, 2021 10:14 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: dev@dpdk.org > Subject: RE: [PATCH 00/12] ice base code batch 2 for DPDK 21.11 >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Thursday, September 16, 2021 17:53 > > To: Yang, Qiming > > Cc: Guo, Junfeng ; dev@dpdk.org; Zhang, Qi Z > > > > Subject: [PATCH 00/12] ice base code batch 2 for DPDK 21.11 > > > > Qi Zhang (12): > > net/ice/base: calculate logical PF ID > > net/ice/base: include more E810T adapters > > net/ice/base: use macro instead of open-coded division > > net/ice/base: allow to enable LAN and loopback in switch > > net/ice/base: change addr param to u16 > > net/ice/base: allow tool access to MNG register > > net/ice/base: add package segment ID > > net/ice/base: add a helper to check for 100M speed support > > net/ice/base: add GCO defines and new GCO flex descriptor > > net/ice/base: add get/set functions for shared parameters > > net/ice/base: implement support for SMA controller > > net/ice/base: update auto generated hardware register > > > > drivers/net/ice/base/ice_adminq_cmd.h | 10 + > > drivers/net/ice/base/ice_common.c | 134 ++++++++++++- > > drivers/net/ice/base/ice_common.h | 7 + > > drivers/net/ice/base/ice_devids.h | 1 + > > drivers/net/ice/base/ice_flex_pipe.c | 11 +- > > drivers/net/ice/base/ice_flex_type.h | 2 +- > > drivers/net/ice/base/ice_hw_autogen.h | 148 +++++++------- > > drivers/net/ice/base/ice_lan_tx_rx.h | 49 ++++- > > drivers/net/ice/base/ice_nvm.c | 7 +- > > drivers/net/ice/base/ice_nvm.h | 13 -- > > drivers/net/ice/base/ice_ptp_hw.c | 270 +++++++++++++++++++++++-- > > - > > drivers/net/ice/base/ice_ptp_hw.h | 11 ++ > > drivers/net/ice/base/ice_switch.c | 7 +- > > drivers/net/ice/base/ice_switch.h | 11 ++ > > drivers/net/ice/base/ice_type.h | 3 + > > 15 files changed, 569 insertions(+), 115 deletions(-) > > > > -- > > 2.26.2 >=20 > Acked-by: Junfeng Guo Applied to dpdk-next-net-intel. Thanks Qi >=20 > Regards, > Junfeng Guo >=20