From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 709E9C346 for ; Thu, 28 Jan 2016 08:30:25 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 27 Jan 2016 23:30:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,357,1449561600"; d="scan'208";a="735626953" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 27 Jan 2016 23:30:23 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u0S7ULn1005493; Thu, 28 Jan 2016 15:30:21 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u0S7UH9I010544; Thu, 28 Jan 2016 15:30:19 +0800 Received: (from xutaosun@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u0S7UHYc010540; Thu, 28 Jan 2016 15:30:17 +0800 From: Xutao Sun To: dev@dpdk.org Date: Thu, 28 Jan 2016 15:30:13 +0800 Message-Id: <1453966217-10510-1-git-send-email-xutao.sun@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1453706722-29427-1-git-send-email-xutao.sun@intel.com> References: <1453706722-29427-1-git-send-email-xutao.sun@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] Add tunnel filter support for IP in GRE on i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 07:30:25 -0000 This patch set adds tunnel filter support for IP in GRE on i40e. v2 changes: Fix the byte order problem. Xutao Sun (4): change the 'rte_eth_tunnel_filter_conf' structure add IP in GRE type in the enum 'rte_eth_tunnel_type' implement cloud filter for ip in GRE on i40e test tunnel filter for IP in GRE app/test-pmd/cmdline.c | 42 ++++++++++++++++++++++++++------------- drivers/net/i40e/i40e_ethdev.c | 44 ++++++++++++++++++++++++++++------------- lib/librte_ether/rte_eth_ctrl.h | 5 +++-- 3 files changed, 61 insertions(+), 30 deletions(-) -- 1.9.3