From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7010CA0519;
	Fri,  3 Jul 2020 08:44:40 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id E59A81D6B6;
	Fri,  3 Jul 2020 08:44:39 +0200 (CEST)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 3B0051D6B4;
 Fri,  3 Jul 2020 08:44:38 +0200 (CEST)
IronPort-SDR: kCDFg+h94tCHI4WBOVQ1j02OBnwTkpIMKOqAj4Xd20xXmCU/EJYIBPFgJl5eL6w4rtaqYjElZo
 bijT70DVaigA==
X-IronPort-AV: E=McAfee;i="6000,8403,9670"; a="146190767"
X-IronPort-AV: E=Sophos;i="5.75,307,1589266800"; d="scan'208";a="146190767"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 02 Jul 2020 23:44:37 -0700
IronPort-SDR: wWtc21W7BwaDaEPivCbtpGwlwL+jSIKmADArUPyni1c5DC9hcS8a/d9OD95STQ3d7PIc5EwKRb
 yovECtEPlVXg==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.75,307,1589266800"; d="scan'208";a="356689678"
Received: from unknown (HELO localhost.localdomain.bj.intel.com)
 ([172.16.182.123])
 by orsmga001.jf.intel.com with ESMTP; 02 Jul 2020 23:44:35 -0700
From: Wei Zhao <wei.zhao1@intel.com>
To: dev@dpdk.org
Cc: stable@dpdk.org,
	qi.z.zhang@intel.com,
	nannan.lu@intel.com
Date: Fri,  3 Jul 2020 14:19:33 +0800
Message-Id: <20200703061938.13045-1-wei.zhao1@intel.com>
X-Mailer: git-send-email 2.19.1
In-Reply-To: <20200629051030.3541-1-wei.zhao1@intel.com>
References: <20200629051030.3541-1-wei.zhao1@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH v6 0/5] enable more PPPoE packet type for switch
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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

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

v5:
add more valid flag

v6:
rebase for code merge

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

 doc/guides/rel_notes/release_20_08.rst |   1 +
 drivers/net/ice/ice_switch_filter.c    | 241 ++++++++++++++++++++-----
 2 files changed, 192 insertions(+), 50 deletions(-)

Tested-by: Nannan Lu <nannan.lu@intel.com>

-- 
2.19.1