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 90FB5A0522 for ; Fri, 3 Jul 2020 15:46:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6ABF91DBB2; Fri, 3 Jul 2020 15:46:50 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BB45C1DBA5; Fri, 3 Jul 2020 15:46:46 +0200 (CEST) IronPort-SDR: T4OkPogVAJWrweOTHL4BgHNJZqurSNOBG5bqIoan/j5bwdMsvBzG35HSYa1CohHkjUelDJ9KP3 sUQ+xvTFoz3A== X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="165210158" X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="165210158" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2020 06:46:45 -0700 IronPort-SDR: GD3+EPOoMVM7c0Da06y4f+XZLTK3YLitMwvxgwSrDZr4C3RfADpTlKpD7pjQRZ9cgo5ceszSKt pRmSfzt9WigA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,308,1589266800"; d="scan'208";a="426298169" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2020 06:46:44 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 3 Jul 2020 06:46:44 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 3 Jul 2020 06:46:44 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.89]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.85]) with mapi id 14.03.0439.000; Fri, 3 Jul 2020 21:46:41 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Lu, Nannan" Thread-Topic: [PATCH v6 0/5] enable more PPPoE packet type for switch Thread-Index: AQHWUQVwgY7geZ6qoEeNNiGhURJBkqj13pvA Date: Fri, 3 Jul 2020 13:46:41 +0000 Message-ID: <039ED4275CED7440929022BC67E706115484BA4B@SHSMSX103.ccr.corp.intel.com> References: <20200629051030.3541-1-wei.zhao1@intel.com> <20200703061938.13045-1-wei.zhao1@intel.com> In-Reply-To: <20200703061938.13045-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-stable] [PATCH v6 0/5] enable more PPPoE packet type for switch X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Zhao1, Wei > Sent: Friday, July 3, 2020 2:20 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z ; Lu, Nannan > > Subject: [PATCH v6 0/5] enable more PPPoE packet type for switch >=20 > 1. add more support for switch parser of pppoe packet. > 2. add check for NVGRE protocol > 3. support flow for specific L4 type > 4. add input set byte number check > 5. fix typo >=20 > This patchset is based on: > [1] https://patches.dpdk.org/cover/70762/ : net/ice: base code update >=20 > Depends-on: series-10300 >=20 > v2: > fix bug in patch add redirect support for VSI list rule. > add information in release note. >=20 > v3: > add input set byte number check > code update as comment of code style >=20 > v4: > fix typo in patch >=20 > v5: > add more valid flag >=20 > v6: > rebase for code merge >=20 > Wei Zhao (5): > net/ice: add support more PPPoE packeat type for switch > net/ice: fix tunnel type for switch rule > net/ice: support switch flow for specific L4 type > net/ice: add input set byte number check > net/ice: fix typo >=20 > doc/guides/rel_notes/release_20_08.rst | 1 + > drivers/net/ice/ice_switch_filter.c | 241 ++++++++++++++++++++----- > 2 files changed, 192 insertions(+), 50 deletions(-) >=20 > Tested-by: Nannan Lu Acked-by: Qi Zhang Applied to dpdk-next-net-intel Thanks Qi