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 836C3A0613 for ; Wed, 28 Aug 2019 08:17:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDAB41C1EE; Wed, 28 Aug 2019 08:17:06 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C31461C1ED for ; Wed, 28 Aug 2019 08:17:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Aug 2019 23:17:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,440,1559545200"; d="scan'208";a="356006947" Received: from unknown (HELO npg-dpdk-cvl-yingwang-117d94.sh.intel.com) ([10.67.117.94]) by orsmga005.jf.intel.com with ESMTP; 27 Aug 2019 23:17:02 -0700 From: Wang Ying A To: qi.z.zhang@intel.com, ferruh.yigit@intel.com Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, xiaolong.ye@intel.com, qiming.yang@intel.com, ying.a.wang@intel.com Date: Wed, 28 Aug 2019 14:00:36 +0800 Message-Id: <20190828060038.437857-1-ying.a.wang@intel.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20190820065059.62140-2-ying.a.wang@intel.com> References: <20190820065059.62140-2-ying.a.wang@intel.com> Subject: [dpdk-dev] [PATCH v4 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. --- v4: Fix PPPoE testpmd cmdline issue. 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 | 93 ++++++++++++++++++++++++++++- 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, 231 insertions(+), 1 deletion(-) -- 2.15.1