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 684C891B5 for ; Tue, 26 Jan 2016 07:20:32 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 25 Jan 2016 22:20:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,348,1449561600"; d="scan'208";a="36220292" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 25 Jan 2016 22:20:30 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u0Q6KSkf021036; Tue, 26 Jan 2016 14:20:28 +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 u0Q6KOuN005750; Tue, 26 Jan 2016 14:20:26 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u0Q6KOYo005746; Tue, 26 Jan 2016 14:20:24 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Tue, 26 Jan 2016 14:20:12 +0800 Message-Id: <1453789224-5716-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 00/12] extend flow director's 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: Tue, 26 Jan 2016 06:20:32 -0000 This patch set extends flow director to support filtering by additional fields below in i40e driver: - TOS, Protocol and TTL in IP header - Tunnel id if NVGRE/GRE/VxLAN packets - single vlan or inner vlan Jingjing Wu (12): ethdev: extend flow director to support input set selection i40e: split function for input set change of hash and fdir i40e: remove flex payload from INPUT_SET_SELECT operation i40e: restore default setting on input set of filters i40e: extend flow director to filter by more IP Header fields testpmd: extend commands for filter's input set changing librte_ether: extend rte_eth_fdir_flow to support tunnel format i40e: extend flow director to filter by tunnel ID testpmd: extend commands for fdir's tunnel id input set i40e: fix VLAN bitmasks for hash/fdir input sets for tunnels i40e: extend flow director to filter by vlan id testpmd: extend commands for fdir's vlan input set app/test-pmd/cmdline.c | 121 +++++++-- doc/guides/rel_notes/release_2_3.rst | 5 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 56 ++-- drivers/net/i40e/i40e_ethdev.c | 401 +++++++++++++++++----------- drivers/net/i40e/i40e_ethdev.h | 11 +- drivers/net/i40e/i40e_fdir.c | 163 ++++++++--- lib/librte_ether/rte_eth_ctrl.h | 35 ++- 7 files changed, 529 insertions(+), 263 deletions(-) -- 2.4.0