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 0DF61A054F; Tue, 2 Mar 2021 08:20:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98FDF4067B; Tue, 2 Mar 2021 08:20:13 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 65B2E40142 for ; Tue, 2 Mar 2021 08:20:12 +0100 (CET) IronPort-SDR: l4SHVi7C3Wn3j7qoMhb9/VBh4iPCB4R6FDZObQY5S7XJ8tp9w2r1qCpLtg4gHt7+GegstJYnCo x1sxI30+7qGg== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="186775185" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="186775185" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 23:20:11 -0800 IronPort-SDR: cAeDYeQkam8WSYTqM0+vwUQ+EfelxqH4/Ol1hjKTnTPHm/P5xIpmjogYDwrhjA1/8epjTKYLJr Ti1qtjxjpMHg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="506230239" Received: from dpdk51.sh.intel.com ([10.67.111.142]) by fmsmga001.fm.intel.com with ESMTP; 01 Mar 2021 23:20:09 -0800 From: Qi Zhang To: qiming.yang@intel.com Cc: dev@dpdk.org, haiyue.wang@intel.com, junfeng.guo@intel.com, Qi Zhang Date: Tue, 2 Mar 2021 15:23:43 +0800 Message-Id: <20210302072357.1657556-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 00/14] ice: base code update 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" Main change: 1. Support GTPU inner l3/l4 for FDIR 2. Support GTPU extention header for FDIR 3. Support switch filter (GTPU tunnel + IP flow) 4. couple bug fixes. Qi Zhang (14): net/ice/base: add firmware log support net/ice/base: signed external device package programming net/ice/base: post update double reset solution restriction net/ice/base: enable GTPU inner L3/L4 for FDIR net/ice/base: expose link configuration error net/ice/base: enable more GTPU inner L3 fields for FDIR net/ice/base: support for switch filter (GTP tunnel+IP flow) net/ice/base: support GTPU IP inner IPv6 for FDIR net/ice/base: fix incorrect payload indicator on PTYPE net/ice/base: mark PTYPE 2 as reserved net/ice/base: add code to update boost TCAM for DVM net/ice/base: update GTPU EH dummy pkts for FDIR net/ice/base: fix uninitialized struct net/ice/base: cleanup fltr list in case of allocation issues drivers/net/ice/base/ice_adminq_cmd.h | 83 ++++- drivers/net/ice/base/ice_common.c | 1 + drivers/net/ice/base/ice_fdir.c | 412 ++++++++++++++++------- drivers/net/ice/base/ice_fdir.h | 22 ++ drivers/net/ice/base/ice_flex_pipe.c | 223 ++++++++++-- drivers/net/ice/base/ice_flex_pipe.h | 1 + drivers/net/ice/base/ice_flex_type.h | 13 + drivers/net/ice/base/ice_flow.c | 9 +- drivers/net/ice/base/ice_lan_tx_rx.h | 4 +- drivers/net/ice/base/ice_protocol_type.h | 8 +- drivers/net/ice/base/ice_switch.c | 117 ++++--- drivers/net/ice/base/ice_type.h | 6 + drivers/net/ice/base/ice_vlan_mode.c | 7 + 13 files changed, 679 insertions(+), 227 deletions(-) -- 2.26.2