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 E926EA0522 for ; Sun, 28 Jun 2020 07:53:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8CDD1C194; Sun, 28 Jun 2020 07:53:53 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3A1061C11F; Sun, 28 Jun 2020 07:53:49 +0200 (CEST) IronPort-SDR: Smo4STpYNZ62/Y+x9+9CkNsVJtGonKHPOp8fug/opoAkwJxM2uib52HWdDCI53x0OVYknkOgCv XR6dVrIKpwuw== X-IronPort-AV: E=McAfee;i="6000,8403,9665"; a="125928170" X-IronPort-AV: E=Sophos;i="5.75,290,1589266800"; d="scan'208";a="125928170" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2020 22:53:48 -0700 IronPort-SDR: l05XYm9q8yhJUXeVb7/OR6D1n7LI/AkQT21tJxC8mTPpQixPW/ftG4NfQuGIPmc93lt7IIU+IV pDm5Fuwq8/2w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,290,1589266800"; d="scan'208";a="480429298" Received: from unknown (HELO localhost.localdomain.bj.intel.com) ([172.16.182.123]) by fmsmga005.fm.intel.com with ESMTP; 27 Jun 2020 22:53:47 -0700 From: Wei Zhao To: dev@dpdk.org Cc: stable@dpdk.org, qi.z.zhang@intel.com, nannan.lu@intel.com Date: Sun, 28 Jun 2020 13:28:53 +0800 Message-Id: <20200628052857.67428-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20200628050145.72810-1-wei.zhao1@intel.com> References: <20200628050145.72810-1-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH v4 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 check for NVGRE protocol 3. support flow for specific L4 type 4. add input set byte number check 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. v3: add input set byte number check code update as comment of code style v4: fix typo in patch Wei Zhao (4): net/ice: add support more PPPoE packet 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 doc/guides/rel_notes/release_20_08.rst | 1 + drivers/net/ice/ice_switch_filter.c | 190 +++++++++++++++++++++---- 2 files changed, 166 insertions(+), 25 deletions(-) -- 2.19.1