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 4E833A0546; Fri, 30 Apr 2021 16:02:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 372DE4014F; Fri, 30 Apr 2021 16:02:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D674E4013F for ; Fri, 30 Apr 2021 16:02:53 +0200 (CEST) IronPort-SDR: qEKa661Ai2HPEvXtqlyD4eCafNYT8kxL/WtMltiMnwDDvqHsFm117p8JOIr8TDGQ9mRY0dGPmi hUFvi6V6LRxw== X-IronPort-AV: E=McAfee;i="6200,9189,9970"; a="195176965" X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="195176965" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 07:02:37 -0700 IronPort-SDR: 8rhKtnet1Nugwtu5dIdTCmqXVEiYD5usua0rHe65J6i/wfH/pcCwdTzCvviDaQMrZ5nBMvVAeo 7cCp+1VkHyRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="448933663" Received: from irsmsx602.ger.corp.intel.com ([163.33.146.8]) by fmsmga004.fm.intel.com with ESMTP; 30 Apr 2021 07:02:37 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by irsmsx602.ger.corp.intel.com (163.33.146.8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 30 Apr 2021 15:02:35 +0100 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; Fri, 30 Apr 2021 22:02:33 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" CC: "Yang, Qiming" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/6] net/ice: base update update batch 3 Thread-Index: AQHXPciDmM5jCbkzIkahj0w1Vv69varNF04g Date: Fri, 30 Apr 2021 14:02:33 +0000 Message-ID: <798dba81d78a450a95b8a84c6f297dba@intel.com> References: <20210429004143.2921260-1-qi.z.zhang@intel.com> <20210430135922.2990103-1-qi.z.zhang@intel.com> In-Reply-To: <20210430135922.2990103-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 v2 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: Zhang, Qi Z > Sent: Friday, April 30, 2021 9:59 PM > To: Yigit, Ferruh > Cc: Yang, Qiming ; dev@dpdk.org; Zhang, Qi Z > > Subject: [PATCH v2 0/6] net/ice: base update update batch 3 >=20 > Add IP fragment support in base code and couple QinQ improvement. > update the release date as the last base patch for DPDK 21.05. >=20 > v2: > - fix compile error in patch 2/6 > - wrap long strin gin patch 3/6 > - fix typo in patch 4/6 > - fix title convetion in patch 4/6 and 5/6 >=20 > 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: support L3 DSCP QoS > net/ice/base: sign external device package programming > net/ice/base: support IP fragment RSS and FDIR >=20 > 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 | 100 ++++++++++++-- > drivers/net/ice/base/ice_vlan_mode.h | 2 +- > 14 files changed, 568 insertions(+), 65 deletions(-) >=20 > -- > 2.26.2 Applied to dpdk-next-net-intel. Thanks Qi