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 A505BA0562; Sat, 4 Apr 2020 08:21:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DED90FFA; Sat, 4 Apr 2020 08:21:34 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 976D8F12 for ; Sat, 4 Apr 2020 08:21:33 +0200 (CEST) IronPort-SDR: tLvdMvAK2W2n/67j0cYBQmKiOT5MLrhs9aCIWA2q7IMO3Abx0fmHdYeZCAGNqaWoSzRs8msB5t Ck3WsPQ3CA+w== 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; 03 Apr 2020 23:21:31 -0700 IronPort-SDR: Fm68lNeker30TwtBpXYsivP2aF5tcM3eoZEEK63bMRMDWrNTQCztufJvPFTQhJ+DwYlblNfCxH KgCwKNhz2m6g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,342,1580803200"; d="scan'208";a="423770030" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 03 Apr 2020 23:21:30 -0700 Date: Sat, 4 Apr 2020 14:17:55 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Zhao1, Wei" , "dev@dpdk.org" , "Lu, Nannan" , "Fu, Qi" , "Peng, Yuan" Message-ID: <20200404061755.GA114503@intel.com> References: <20200403024353.24681-1-wei.zhao1@intel.com> <20200403044609.27512-1-wei.zhao1@intel.com> <039ED4275CED7440929022BC67E70611547F28D3@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E70611547F28D3@SHSMSX103.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v4 00/13] add switch filter support for intel DCF 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 04/03, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: Zhao1, Wei >> Sent: Friday, April 3, 2020 12:46 PM >> To: dev@dpdk.org >> Cc: Zhang, Qi Z ; Lu, Nannan ; >> Fu, Qi ; Peng, Yuan >> Subject: [PATCH v4 00/13] add switch filter support for intel DCF >> >> A DCF (Device Config Function) framework has been add for intel device, this >> patch set add add switch filter support for it, this set also fix bugs which block >> this feature. >> >> This patchset is based on: >> [1] https://patchwork.dpdk.org/cover/66480/ : add Intel DCF PMD support >> >> Depends-on: series-8859 >> >> v2: >> -add switch filter support for AH/ESP/PFCP packet -fix some patch check >> warning -add flow redirect on switch patch >> >> v3: >> -update commit log >> -update in redirect on switch patch >> >> v4: >> -update as comment >> >> Beilei Xing (2): >> net/ice: enable flow redirect on switch >> net/ice: redirect switch rule to new VSI >> >> Wei Zhao (11): >> net/ice: enable switch flow on DCF >> net/ice: support for more PPPoE input set >> net/ice: change swicth parser to support flexible mask >> net/ice: add support for MAC VLAN rule >> net/ice: change default tunnle type >> net/ice: add action number check for swicth >> net/ice: add support for ESP/AH/L2TP >> net/ice: add support for PFCP >> net/ice: add support for IPv6 NAT-T >> net/ice: add more flow support for permission stage >> net/ice: fix input set of VLAN item >> >> doc/guides/rel_notes/release_20_05.rst | 2 +- >> drivers/net/ice/ice_dcf_ethdev.c | 10 +- >> drivers/net/ice/ice_dcf_parent.c | 30 +- >> drivers/net/ice/ice_fdir_filter.c | 6 + >> drivers/net/ice/ice_generic_flow.c | 61 +++ >> drivers/net/ice/ice_generic_flow.h | 24 + >> drivers/net/ice/ice_hash.c | 6 + >> drivers/net/ice/ice_switch_filter.c | 730 +++++++++++++++++++------ >> 8 files changed, 682 insertions(+), 187 deletions(-) >> >> -- >> 2.19.1 > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.