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 D82D8C3FA for ; Fri, 19 Feb 2016 08:31:44 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 18 Feb 2016 23:31:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,469,1449561600"; d="scan'208";a="50718171" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 18 Feb 2016 23:31:44 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u1J7VfoS013445; Fri, 19 Feb 2016 15:31:41 +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 u1J7VboD019209; Fri, 19 Feb 2016 15:31:39 +0800 Received: (from xutaosun@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u1J7Vbrs019205; Fri, 19 Feb 2016 15:31:37 +0800 From: Xutao Sun To: dev@dpdk.org Date: Fri, 19 Feb 2016 15:31:33 +0800 Message-Id: <1455867097-19173-1-git-send-email-xutao.sun@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1455789499-15975-1-git-send-email-xutao.sun@intel.com> References: <1455789499-15975-1-git-send-email-xutao.sun@intel.com> Subject: [dpdk-dev] [PATCH v5 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: Fri, 19 Feb 2016 07:31:45 -0000 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. v5 changes: Fix type errors and update the testpmd documentation. 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 | 38 +++++++++++++++++-------- doc/guides/rel_notes/deprecation.rst | 5 ---- doc/guides/rel_notes/release_16_04.rst | 2 ++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 35 +++++++++++++++++++++-- drivers/net/i40e/i40e_ethdev.c | 44 ++++++++++++++++++++--------- lib/librte_ether/rte_eth_ctrl.h | 5 ++-- 6 files changed, 94 insertions(+), 35 deletions(-) -- 1.9.3