From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xutao Sun Subject: [PATCH 0/4] Add tunnel filter support for IP in GRE on i40e Date: Mon, 25 Jan 2016 15:25:18 +0800 Message-ID: <1453706722-29427-1-git-send-email-xutao.sun@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6B5188D9C for ; Mon, 25 Jan 2016 08:25:30 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch set adds tunnel filter support for IP in GRE on i40e. Jijiang Liu (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 add codes to test tunnel filter for IP in GRE app/test-pmd/cmdline.c | 23 ++++++++++++++++------- drivers/net/i40e/i40e_ethdev.c | 21 +++++++++++++++------ lib/librte_ether/rte_eth_ctrl.h | 5 +++-- 3 files changed, 34 insertions(+), 15 deletions(-) -- 1.7.7.6