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 E8570A0A0E; Thu, 29 Apr 2021 04:50:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C6AD4067E; Thu, 29 Apr 2021 04:50:53 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 7B6A04003E for ; Thu, 29 Apr 2021 04:50:51 +0200 (CEST) IronPort-SDR: uuhwFizKV0M1TZLt0VIWlSF9ZYkkSI3kaLzrYFQtsEPj5OU3Pp6E46MsAggVOrVw7pBsHZ2tCe qQisuWAyTZcw== X-IronPort-AV: E=McAfee;i="6200,9189,9968"; a="194788904" X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="194788904" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2021 19:50:49 -0700 IronPort-SDR: MA/mcGOM64ykXRZJ2OgjRrRvV+mg7kptJy+YqgtIgcXogVIQeknES3UdzKetzJnmVezLHd4vms SeuFhMqYPeaQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="423839426" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga008.fm.intel.com with ESMTP; 28 Apr 2021 19:50:48 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) 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.2106.2; Wed, 28 Apr 2021 19:50:48 -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.2106.2; Thu, 29 Apr 2021 10:50:46 +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.2106.013; Thu, 29 Apr 2021 10:50:46 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [PATCH 0/6] net/ice: base update update batch 3. Thread-Index: AQHXPI/pc2i2en3bqkWbYgbTLjO/WqrKP9+AgACL2jA= Date: Thu, 29 Apr 2021 02:50:46 +0000 Message-ID: References: <20210429004143.2921260-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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/6] net/ice: base update update batch 3. 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: Yang, Qiming > Sent: Thursday, April 29, 2021 10:30 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org > Subject: RE: [PATCH 0/6] net/ice: base update update batch 3. >=20 > Hi, >=20 > > -----Original Message----- > > From: Zhang, Qi Z > > Sent: 2021=1B$BG/=1B(B4=1B$B7n=1B(B29=1B$BF|=1B(B 8:42 > > To: Yang, Qiming > > Cc: dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH 0/6] net/ice: base update update batch 3. > > > > Add IP fragment support in base code and couple QinQ improvement. > > update the release date as the last base patch for DPDK 21.05. > > > > Qi Zhang (6): > > net/ice/base: add IP fragment flags > > net/ice/base: add function for post DDP download VLAN mode > > configuration > > net/ice/base: add print if DDP/FW don't support QinQ as expected > > net/ice/base: modififcation to support L3 DSCP QoS > > net/ice/base: signed External Device Package Programming > > net/ice/base: support IP fragment RSS and FDIR > > > > drivers/net/ice/base/README | 2 +- > > drivers/net/ice/base/ice_adminq_cmd.h | 39 +++--- > > drivers/net/ice/base/ice_common.c | 119 ++++++++++++++++- > > drivers/net/ice/base/ice_common.h | 10 ++ > > drivers/net/ice/base/ice_dcb.c | 185 > +++++++++++++++++++++++--- > > drivers/net/ice/base/ice_dcb.h | 16 +++ > > drivers/net/ice/base/ice_fdir.c | 51 ++++++- > > drivers/net/ice/base/ice_fdir.h | 20 ++- > > drivers/net/ice/base/ice_flex_pipe.c | 5 +- > > drivers/net/ice/base/ice_flow.c | 51 ++++++- > > drivers/net/ice/base/ice_flow.h | 9 +- > > drivers/net/ice/base/ice_type.h | 24 +++- > > drivers/net/ice/base/ice_vlan_mode.c | 97 ++++++++++++-- > > drivers/net/ice/base/ice_vlan_mode.h | 2 +- > > 14 files changed, 565 insertions(+), 65 deletions(-) > > > > -- > > 2.26.2 >=20 > Acked-by: Qiming Yang Applied to dpdk-next-net-intel. Thanks Qi