From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id E9D712030 for ; Sun, 3 Dec 2017 07:36:48 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from xuemingl@mellanox.com) with ESMTPS (AES256-SHA encrypted); 3 Dec 2017 08:36:44 +0200 Received: from dev-r630-06.mtbc.labs.mlnx (dev-r630-06.mtbc.labs.mlnx [10.12.205.180]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id vB36ahDj020465; Sun, 3 Dec 2017 08:36:44 +0200 Received: from dev-r630-06.mtbc.labs.mlnx (localhost [127.0.0.1]) by dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7) with ESMTP id vB368bn4075133; Sun, 3 Dec 2017 14:08:37 +0800 Received: (from xuemingl@localhost) by dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7/Submit) id vB368VGR075100; Sun, 3 Dec 2017 14:08:31 +0800 From: Xueming Li To: Nelio Laranjeiro , Adrien Mazarguil , Thomas Monjalon Cc: Xueming Li , dev@dpdk.org Date: Sun, 3 Dec 2017 14:08:07 +0800 Message-Id: <20171203060812.74932-1-xuemingl@mellanox.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20171129173106.120828-2-xuemingl@mellanox.com> References: <20171129173106.120828-2-xuemingl@mellanox.com> Subject: [dpdk-dev] [RFC v1 0/5] tunnel enhancements 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: , X-List-Received-Date: Sun, 03 Dec 2017 06:36:49 -0000 Some tunnel enhancements: 1. support GRE tunnel type 2. support L3 VXLAN tunnel type - no inner L2 header 3. introduce RSS tunnel level into rte_flow_action_rss RSS on inner or outer tunnel headers 4. implementation of rss tunnel level parsing in testpmd v2: 1. Change rss default level to 0 in testpmd CLI parsing 2. Add more comments on RSS level 3. Add L3VXLAN to mbuf ptype Xueming Li (5): ethdev: support rss level on tunnel app/testpmd: support rte_flow rss level parsing ethdev: support GRE and L3VXLAN tunnel type app/testpmd: support l3vxlan tunnel type mbuf: add L3 VXLAN packet type app/test-pmd/cmdline_flow.c | 18 ++++++++++++++++++ app/test-pmd/config.c | 3 +++ lib/librte_ether/rte_eth_ctrl.h | 4 +++- lib/librte_ether/rte_ethdev.h | 2 ++ lib/librte_ether/rte_flow.c | 1 + lib/librte_ether/rte_flow.h | 15 +++++++++++++++ lib/librte_mbuf/rte_mbuf_ptype.c | 1 + lib/librte_mbuf/rte_mbuf_ptype.h | 13 +++++++++++++ 8 files changed, 56 insertions(+), 1 deletion(-) -- 2.13.3