From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F317C2BCD for ; Thu, 10 Mar 2016 04:06:19 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 09 Mar 2016 19:06:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,314,1455004800"; d="scan'208";a="761368646" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 09 Mar 2016 19:06:09 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u2A3661Y026557; Thu, 10 Mar 2016 11:06:06 +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 u2A3635s018204; Thu, 10 Mar 2016 11:06:05 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u2A36348018200; Thu, 10 Mar 2016 11:06:03 +0800 From: Jingjing Wu To: thomas.monjalon@6wind.com Date: Thu, 10 Mar 2016 11:05:58 +0800 Message-Id: <1457579162-18170-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1456821665-21831-1-git-send-email-xutao.sun@intel.com> References: <1456821665-21831-1-git-send-email-xutao.sun@intel.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH v8 0/4] This patch set adds 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, 10 Mar 2016 03:06:20 -0000 From: Xutao Sun 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. v6 changes: Use internal variables to convert byte order. v7 changes: Modify the mistakes of code style. v8 changes: Fix API change in release note. 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 | 4 +++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 35 ++++++++++++++++++++-- drivers/net/i40e/i40e_ethdev.c | 45 +++++++++++++++++++---------- lib/librte_ether/rte_eth_ctrl.h | 5 ++-- 6 files changed, 96 insertions(+), 36 deletions(-) -- 2.4.0