From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH v2 00/12] extend flow director's fields in i40e driver Date: Wed, 2 Mar 2016 19:29:55 +0800 Message-ID: <1456918207-31696-1-git-send-email-jingjing.wu@intel.com> References: <1453789575-6297-1-git-send-email-jingjing.wu@intel.com> Cc: dev@dpdk.org To: bruce.richardson@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 13BE22C47 for ; Wed, 2 Mar 2016 12:30:13 +0100 (CET) In-Reply-To: <1453789575-6297-1-git-send-email-jingjing.wu@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" v2 changes: - rebase on dpdk-next-net/rel_16_04 - comments rewording. - redefine the value of RTE_ETH_INPUT_SET_L3_IP4_TTL to avoid ABI breaking. - remove ABI announce in Deprecation. - fix the ethertype setting when program filter in v1 patch set. 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 Andrey Chilikin (1): i40e: fix VLAN bitmasks for hash/fdir input sets for tunnels Jingjing Wu (11): 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: 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/deprecation.rst | 4 - doc/guides/rel_notes/release_16_04.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 | 206 ++++++++++---- lib/librte_ether/rte_eth_ctrl.h | 35 ++- 8 files changed, 570 insertions(+), 269 deletions(-) -- 2.4.0