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 F0F17A09FF; Mon, 28 Dec 2020 11:34:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3CDF6C9E4; Mon, 28 Dec 2020 11:34:16 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 84E41C9E0 for ; Mon, 28 Dec 2020 11:34:14 +0100 (CET) IronPort-SDR: RPiva1Eg76qCGsnZTvQtUpdjQokXhuRL1tiJnaeSeavh60VYpm5OpfEYpDpMFV8Ch5rSByyilP yYMZcHXdwgIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9847"; a="173791830" X-IronPort-AV: E=Sophos;i="5.78,454,1599548400"; d="scan'208";a="173791830" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2020 02:34:12 -0800 IronPort-SDR: gEf2n0WAarF2G5pWMNGdahxKOaWc3/zBSk/F+3KXGJWGRa0H1wdHILJC6Qmdv9qHSudT9iiaaS cLvUonVBfXpg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,454,1599548400"; d="scan'208";a="459724988" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga001.fm.intel.com with ESMTP; 28 Dec 2020 02:34:12 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 28 Dec 2020 02:34:11 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 28 Dec 2020 18:34:10 +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.1713.004; Mon, 28 Dec 2020 18:34:09 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH 00/27] ice base code update Thread-Index: AQHW0qe54Dq2TiC59U2WChtnt5sTYaoFGuwAgAdJpbA= Date: Mon, 28 Dec 2020 10:34:09 +0000 Message-ID: References: <20201215060519.302145-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.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/27] 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: Yang, Qiming > Sent: Thursday, December 24, 2020 11:17 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH 00/27] ice base code update >=20 >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: Tuesday, December 15, 2020 14:05 > > To: Yang, Qiming > > Cc: dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH 00/27] ice base code update > > > > Change Summary: > > > > 1. Support double vlan mode. > > 2. Support eCPRI msg type 0 filter on fdir. > > 3. Support ecPRI udp tunnel create/destroy. > > 4. Support vxlan vni filter on fdir. > > 5. Support GTP filter on switch. > > 6. Couple bugs fixes and code clean. > > > > > > Qi Zhang (27): > > net/ice/base: modify ptype map for UDP > > net/ice/base: increased control queue timeout > > net/ice/base: read more security revision options > > net/ice/base: refactor interface for flash read > > net/ice/base: allow reading inactive flash security revision > > net/ice/base: allow reading arbitrary size data with flash read > > net/ice/base: read Option ROM combo version from CIVD section > > net/ice/base: implement inactive NVM version get > > net/ice/base: support GTP filtering via advanced switch filter > > net/ice/base: cleanup some macros > > net/ice/base: add definitions for FW health status codes > > net/ice/base: add function for NVM checksum verification > > net/ice/base: add condition to copy module info into memory > > net/ice/base: add interface to support configuring VLAN mode > > net/ice/base: support VXLAN VNI field in FDIR > > net/ice/base: fix incorrect tunnel destroy > > net/ice/base: add functionality to check if DVM is supported > > net/ice/base: resend some AQ commands when EBUSY > > net/ice/base: change get PHY capability error level > > net/ice/base: modify recursive way of adding nodes > > net/ice/base: fix for dereference of null pointer > > net/ice/base: use Mode 4 to get PHY Abilites > > net/ice/base: align macro names to the specification > > net/ice/base: add eCPRI over MAC type 0 flow support > > net/ice/base: add eCPRI over UDP type 0 flow support > > net/ice/base: remove unused struct member > > net/ice/base: change a structure > > > > drivers/net/ice/base/ice_adminq_cmd.h | 101 ++++-- > > drivers/net/ice/base/ice_bitops.h | 45 +++ > > drivers/net/ice/base/ice_common.c | 196 ++++++++++- > > drivers/net/ice/base/ice_common.h | 8 + > > drivers/net/ice/base/ice_controlq.c | 8 +- > > drivers/net/ice/base/ice_controlq.h | 5 +- > > drivers/net/ice/base/ice_fdir.c | 116 ++++++- > > drivers/net/ice/base/ice_fdir.h | 17 + > > drivers/net/ice/base/ice_flex_pipe.c | 84 ++++- > > drivers/net/ice/base/ice_flex_pipe.h | 11 + > > drivers/net/ice/base/ice_flex_type.h | 28 ++ > > drivers/net/ice/base/ice_flow.c | 77 ++++- > > drivers/net/ice/base/ice_flow.h | 12 + > > drivers/net/ice/base/ice_nvm.c | 365 ++++++++++++++------ > > drivers/net/ice/base/ice_nvm.h | 15 + > > drivers/net/ice/base/ice_protocol_type.h | 1 + > > drivers/net/ice/base/ice_sched.c | 124 ++++--- > > drivers/net/ice/base/ice_switch.c | 419 ++++++++++++++++++++++- > > drivers/net/ice/base/ice_type.h | 74 +++- > > drivers/net/ice/base/ice_vlan_mode.c | 122 +++++++ > > drivers/net/ice/base/ice_vlan_mode.h | 32 ++ > > drivers/net/ice/base/meson.build | 1 + > > drivers/net/ice/ice_dcf_parent.c | 2 +- > > drivers/net/ice/ice_ethdev.c | 4 +- > > 24 files changed, 1625 insertions(+), 242 deletions(-) create mode > > 100644 drivers/net/ice/base/ice_vlan_mode.c > > create mode 100644 drivers/net/ice/base/ice_vlan_mode.h > > > > -- > > 2.26.2 >=20 > Acked-by: Qiming Yang >=20 Applied to dpdk-next-net-intel. Thanks Qi