From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xutao Sun Subject: [PATCH v4 0/4] Add tunnel filter support for IP in GRE on i40e Date: Thu, 18 Feb 2016 17:58:15 +0800 Message-ID: <1455789499-15975-1-git-send-email-xutao.sun@intel.com> References: <1453976778-27807-1-git-send-email-xutao.sun@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5D3E1C1BC for ; Thu, 18 Feb 2016 10:58:27 +0100 (CET) In-Reply-To: <1453976778-27807-1-git-send-email-xutao.sun@intel.com> 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. v2 changes: Fix the byte order problem. v3 changes: Remove the deprecation notice and update the release notes. v4 changes: Modify the mistakes in cmdline.c in the old patch Xutao Sun (4): lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure lib/ether: add IP in GRE type driver/i40e: implement tunnel filter for IP in GRE app/test-pmd: test tunnel filter for IP in GRE app/test-pmd/cmdline.c | 42 +++++++++++++++++++++----------- doc/guides/rel_notes/deprecation.rst | 5 ---- doc/guides/rel_notes/release_16_04.rst | 2 ++ drivers/net/i40e/i40e_ethdev.c | 44 +++++++++++++++++++++++----------- lib/librte_ether/rte_eth_ctrl.h | 5 ++-- 5 files changed, 63 insertions(+), 35 deletions(-) -- 1.9.3