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 3B4BBA057B; Mon, 30 Mar 2020 13:42:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA60A2C6D; Mon, 30 Mar 2020 13:42:12 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id AE0BC2B8B for ; Mon, 30 Mar 2020 13:42:11 +0200 (CEST) IronPort-SDR: KaVt+3Vg7wY7MJ/NgjjUGjAujcTaj8NT1yLC4tUg7fii6ABM0vteVIAWiLnFrMmIdLliPJrVt8 ecljJhFe+GAQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 04:42:10 -0700 IronPort-SDR: XZ7dXHj3dXrrIf44F+ECKYNPF+W1cSOKVkCr6XwVo/0FtsZSJCBNJ9mXkiCgXWmwX9Kg86KGXj 2eAXtb3LnAwA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,324,1580803200"; d="scan'208";a="449769824" Received: from dpdk51.sh.intel.com ([10.67.110.245]) by fmsmga006.fm.intel.com with ESMTP; 30 Mar 2020 04:42:09 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: xiaolong.ye@intel.com, dev@dpdk.org, Qi Zhang Date: Mon, 30 Mar 2020 19:45:22 +0800 Message-Id: <20200330114538.43275-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH 00/16] ice share 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" Main changes: 1. Add PFCP / ESP / AH / L2TP support for switch 2. Add PFCP / ESP / AH / L2TP support for RSS. 3. Improve GTPU extend header handle. 4. minor fix and code clean. Qi Zhang (16): net/ice/base: add more macro for FDID priority net/ice/base: reduce scope of variables net/ice/base: ignore EMODE when setting PHY config net/ice/base: add ethertype check for dummy packet net/ice/base: refactor function net/ice/base: allow adding MAC VLAN filter on the port net/ice/base: default DCB Parameters net/ice/base: allow profile based switch rules net/ice/base: improve GTPU extend header handle net/ice/base: handle critical FW error net/ice/base: group case statements net/ice/base: move some macro net/ice/base: add support for PFCP and NAT-T of switch net/ice/base: change function to static net/ice/base: fix binary order for gtpu FDIR filter net/ice/base: enable RSS support for PFCP L2TP ESP and AH drivers/net/ice/base/ice_adminq_cmd.h | 2 + drivers/net/ice/base/ice_bitops.h | 31 +++++ drivers/net/ice/base/ice_common.c | 101 ++++++++++------ drivers/net/ice/base/ice_controlq.c | 128 +++++++++++--------- drivers/net/ice/base/ice_controlq.h | 3 + drivers/net/ice/base/ice_fdir.c | 100 ++++++++-------- drivers/net/ice/base/ice_fdir.h | 11 +- drivers/net/ice/base/ice_flow.c | 177 +++++++++++++++++++++++++--- drivers/net/ice/base/ice_flow.h | 53 +++++++++ drivers/net/ice/base/ice_lan_tx_rx.h | 2 + drivers/net/ice/base/ice_protocol_type.h | 49 +++++++- drivers/net/ice/base/ice_status.h | 1 + drivers/net/ice/base/ice_switch.c | 193 ++++++++++++++++++++++++------- drivers/net/ice/base/ice_switch.h | 32 +++++ 14 files changed, 672 insertions(+), 211 deletions(-) -- 2.13.6