From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 44B838D3C for ; Fri, 25 Dec 2015 09:30:09 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 25 Dec 2015 00:30:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,477,1444719600"; d="scan'208";a="880781029" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 25 Dec 2015 00:30:04 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tBP8U2dk016390; Fri, 25 Dec 2015 16:30:02 +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 tBP8U0bi025007; Fri, 25 Dec 2015 16:30:02 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tBP8U0PQ025003; Fri, 25 Dec 2015 16:30:00 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Fri, 25 Dec 2015 16:29:56 +0800 Message-Id: <1451032200-24973-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/4] extend flow director's IP fields in i40e driver 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, 25 Dec 2015 08:30:09 -0000 This patch set extends flow director to support filtering by TOS, Protocol and TTL in i40e driver. Jingjing Wu (4): ethdev: extend flow director to support input set selection i40e: split function for input set change of hash and fdir i40e: extend flow director to filter by more IP Header fields testpmd: extend commands for filter's input set changing app/test-pmd/cmdline.c | 100 ++++++-- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 34 +-- drivers/net/i40e/i40e_ethdev.c | 367 ++++++++++++++++------------ drivers/net/i40e/i40e_ethdev.h | 11 +- drivers/net/i40e/i40e_fdir.c | 31 ++- lib/librte_ether/rte_eth_ctrl.h | 8 + 6 files changed, 344 insertions(+), 207 deletions(-) -- 2.4.0