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 20AEBA0546; Fri, 30 Apr 2021 15:57:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7210541137; Fri, 30 Apr 2021 15:55:42 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id BB60441133 for ; Fri, 30 Apr 2021 15:55:40 +0200 (CEST) IronPort-SDR: G7KCAe62HobDJ3iPIEUK74KVL/aifodPAgzcnmF7A1g4Q2n5VJi13np7iUMuV6t6Vse8yBSu88 l7FRNz0/giWg== X-IronPort-AV: E=McAfee;i="6200,9189,9970"; a="218021254" X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="218021254" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 06:55:39 -0700 IronPort-SDR: If8yDCisWSwh8yEyB+0KhMGBJQhpiHrWzWL875D96biphikVnBAVY6gwCguMPjCdahHCdKdoSP R44foCfeD2iw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,262,1613462400"; d="scan'208";a="459443748" Received: from dpdk51.sh.intel.com ([10.67.111.142]) by fmsmga002.fm.intel.com with ESMTP; 30 Apr 2021 06:55:38 -0700 From: Qi Zhang To: ferruh.yigit@intel.com Cc: qiming.yang@intel.com, dev@dpdk.org, Qi Zhang Date: Fri, 30 Apr 2021 21:59:16 +0800 Message-Id: <20210430135922.2990103-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210429004143.2921260-1-qi.z.zhang@intel.com> References: <20210429004143.2921260-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" Add IP fragment support in base code and couple QinQ improvement. update the release date as the last base patch for DPDK 21.05. 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 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 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(-) -- 2.26.2