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 5BCE1A0562; Tue, 31 Mar 2020 17:15:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2798B1BFC1; Tue, 31 Mar 2020 17:15:17 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D3D6FF12 for ; Tue, 31 Mar 2020 17:15:14 +0200 (CEST) IronPort-SDR: mngarrZNlStBqwdHlVIwRTBoazVljZHinHN0JOfsjwQU1AFLfnGMVbAFb/axq22w4Y+2dByoQx vBguRYJWpHVw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2020 08:15:13 -0700 IronPort-SDR: A9y/7MS4yJ7I/rdLglXMmP/45bpdXm+0NgPdk05NSV4GFJbMs0Qj9ktg1LpMjaN43R2H6CBbMZ ukyzhH6PeVew== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,328,1580803200"; d="scan'208";a="422329116" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 31 Mar 2020 08:15:11 -0700 Date: Tue, 31 Mar 2020 23:11:46 +0800 From: Ye Xiaolong To: "Yang, Qiming" Cc: "Zhang, Qi Z" , "dev@dpdk.org" Message-ID: <20200331151146.GI29805@intel.com> References: <20200330114538.43275-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [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" On 03/31, Yang, Qiming wrote: >> -----Original Message----- >> From: Zhang, Qi Z >> Sent: Monday, March 30, 2020 19:45 >> To: Yang, Qiming >> Cc: Ye, Xiaolong ; dev@dpdk.org; Zhang, Qi Z >> >> Subject: [PATCH 00/16] ice share code update >> >> 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 > >Acked-by: Qiming Yang Applied to dpdk-next-net-intel, Thanks.