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 B074DA046B for ; Tue, 20 Aug 2019 09:06:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FC361BEA3; Tue, 20 Aug 2019 09:06:58 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 62F091B203 for ; Tue, 20 Aug 2019 09:06:57 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Aug 2019 00:06:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,407,1559545200"; d="scan'208";a="172364369" Received: from npg-dpdk-cvl-yingwang-117d94.sh.intel.com ([10.67.117.94]) by orsmga008.jf.intel.com with ESMTP; 20 Aug 2019 00:06:53 -0700 From: Wang Ying A To: qi.z.zhang@intel.com, adrien.mazarguil@6wind.com Cc: xiaolong.ye@intel.com, qiming.yang@intel.com, dev@dpdk.org, ying.a.wang@intel.com Date: Tue, 20 Aug 2019 14:50:57 +0800 Message-Id: <20190820065059.62140-1-ying.a.wang@intel.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20190814032430.404190-1-ying.a.wang@intel.com> References: <20190814032430.404190-1-ying.a.wang@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] add GTP/PPPoE to flow API 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" patch 1/2: Add GTP extension header to flow API. patch 2/2: Add PPPoE to flow API. --- v3: Split original patch, one for GTP and the other for PPPoE. Add RTE_FLOW_ITEM_TYPE_PPPOE_PROTO_ID for PPPoE session packets. v2: Remove Gerrit Change-Id's. --- Wang Ying A (2): ethdev: add GTP extension header to flow API ethdev: add PPPoE to flow API app/test-pmd/cmdline_flow.c | 87 ++++++++++++++++++++++++++- doc/guides/prog_guide/rte_flow.rst | 28 +++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 13 ++++ lib/librte_ethdev/rte_flow.c | 5 ++ lib/librte_ethdev/rte_flow.h | 93 +++++++++++++++++++++++++++++ 5 files changed, 225 insertions(+), 1 deletion(-) -- 2.15.1