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 789E9A0562; Fri, 3 Apr 2020 07:10:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A8731C07D; Fri, 3 Apr 2020 07:09:38 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 948B81C033 for ; Fri, 3 Apr 2020 07:09:36 +0200 (CEST) IronPort-SDR: WRJcCWyRPa1Sg/9dJCiIGtroagi2PqW9f6gYPGKDur63bI/3A+w73sxYHNR6KJFk3pIibPtmzV TKeqcpAzY3pg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2020 22:09:35 -0700 IronPort-SDR: lf8Wo11EVWFIqSVBdv9sFcam51kBLkujnGZlqXHLm5Ui7A5MmJeUcaKLqIZICF8RsmEIhkYEO5 aeKR24PEvtAg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,338,1580803200"; d="scan'208";a="242716056" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 02 Apr 2020 22:09:35 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Apr 2020 22:09:35 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 2 Apr 2020 22:09:34 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.89]) with mapi id 14.03.0439.000; Fri, 3 Apr 2020 13:09:32 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "Lu, Nannan" , "Fu, Qi" , "Peng, Yuan" Thread-Topic: [PATCH v4 00/13] add switch filter support for intel DCF Thread-Index: AQHWCXXAEzMmSkwKZUiFXhzphSinXqhm2RUQ Date: Fri, 3 Apr 2020 05:09:31 +0000 Message-ID: <039ED4275CED7440929022BC67E70611547F28D3@SHSMSX103.ccr.corp.intel.com> References: <20200403024353.24681-1-wei.zhao1@intel.com> <20200403044609.27512-1-wei.zhao1@intel.com> In-Reply-To: <20200403044609.27512-1-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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" > -----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 >=20 > A DCF (Device Config Function) framework has been add for intel device, t= his > patch set add add switch filter support for it, this set also fix bugs wh= ich block > this feature. >=20 > This patchset is based on: > [1] https://patchwork.dpdk.org/cover/66480/ : add Intel DCF PMD support >=20 > Depends-on: series-8859 >=20 > v2: > -add switch filter support for AH/ESP/PFCP packet -fix some patch check > warning -add flow redirect on switch patch >=20 > v3: > -update commit log > -update in redirect on switch patch >=20 > v4: > -update as comment >=20 > Beilei Xing (2): > net/ice: enable flow redirect on switch > net/ice: redirect switch rule to new VSI >=20 > 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 >=20 > 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(-) >=20 > -- > 2.19.1 Acked-by: Qi Zhang