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 EB611A04A5 for ; Wed, 17 Jun 2020 08:39:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C9087AAB7; Wed, 17 Jun 2020 08:39:11 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 846601E2B; Wed, 17 Jun 2020 08:39:08 +0200 (CEST) IronPort-SDR: 2BxG7kgti19L5s94mawwERruvZSl6weM/XcQpIqDKvxTKw6z0sN2HXFptMJQFyxqNMtT3dE2sd vZAe62RxxIYQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2020 23:39:07 -0700 IronPort-SDR: 8SZyTGSqYOIEChDc1SZsYNqAXLDwHIgTeJxFcAZV2PuVq5q7BhibU+NTyC1ZGUuFB8SsTs907l XKlEmUJOqxdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,521,1583222400"; d="scan'208";a="450130121" Received: from unknown (HELO localhost.localdomain.bj.intel.com) ([172.16.182.123]) by orsmga005.jf.intel.com with ESMTP; 16 Jun 2020 23:39:05 -0700 From: Wei Zhao To: dev@dpdk.org Cc: stable@dpdk.org, qi.z.zhang@intel.com Date: Wed, 17 Jun 2020 14:14:25 +0800 Message-Id: <20200617061429.6447-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20200605074031.16231-1-wei.zhao1@intel.com> References: <20200605074031.16231-1-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH v2 0/4] 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" 1. add more support for switch parser of pppoe packet. 2. add redirect support for VSI list rule 3. add check for NVGRE protocol 4. support flow for specific L4 type This patchset is based on: [1] https://patches.dpdk.org/cover/70762/ : net/ice: base code update Depends-on: series-10300 v2: fix bug in patch add redirect support for VSI list rule. add information in release note. Wei Zhao (4): net/ice: add support more PPPoE packet type for switch net/ice: add redirect support for VSI list rule net/ice: add check for NVGRE protocol net/ice: support switch flow for specific L4 type doc/guides/rel_notes/release_20_08.rst | 6 + drivers/net/ice/ice_switch_filter.c | 161 +++++++++++++++++++++---- 2 files changed, 142 insertions(+), 25 deletions(-) -- 2.19.1