From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4C1882C3F for ; Mon, 21 Mar 2016 07:18:59 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 20 Mar 2016 23:18:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,370,1455004800"; d="scan'208";a="767985782" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga003.jf.intel.com with ESMTP; 20 Mar 2016 23:18:57 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u2L6It1W026721; Mon, 21 Mar 2016 14:18:55 +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 u2L6Iq85011987; Mon, 21 Mar 2016 14:18:54 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u2L6IqPY011983; Mon, 21 Mar 2016 14:18:52 +0800 From: Jingjing Wu To: dev@dpdk.org Cc: jingjing.wu@intel.com, helin.zhang@intel.com Date: Mon, 21 Mar 2016 14:18:43 +0800 Message-Id: <1458541132-11953-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1457580346-18550-1-git-send-email-jingjing.wu@intel.com> References: <1457580346-18550-1-git-send-email-jingjing.wu@intel.com> Subject: [dpdk-dev] [PATCH v5 0/9] extend flow director 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: Mon, 21 Mar 2016 06:18:59 -0000 v5 changes: - remove the reorganizing of struct rte_eth_fdir_flow - remove fdir supporting on Tunnel Id - rebase to latest dpdk/master v4 changes: - rebase to latest dpdk-next-net/rel_16_04. - comments on new fields in API structure. v3 changes: - rebase to latest dpdk-next-net/rel_16_04(commit: 0f9564a0e4f2) - use AQ rx control register read/write for some registers - remove few useless lines - patch title rewording 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 - single vlan or inner vlan Andrey Chilikin (1): i40e: fix VLAN bitmasks for input set Jingjing Wu (8): ethdev: extend flow director for input selection i40e: split function for hash and fdir input i40e: remove flex payload from input selection i40e: restore default setting on input set i40e: extend flow director to filter by IP Header testpmd: extend input set related commands i40e: extend flow director to filter by vlan id testpmd: extend flow director commands app/test-pmd/cmdline.c | 100 +++++-- doc/guides/rel_notes/deprecation.rst | 4 - doc/guides/rel_notes/release_16_04.rst | 4 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 42 +-- drivers/net/i40e/i40e_ethdev.c | 393 ++++++++++++++++------------ drivers/net/i40e/i40e_ethdev.h | 11 +- drivers/net/i40e/i40e_fdir.c | 100 ++++--- lib/librte_ether/rte_eth_ctrl.h | 8 + 8 files changed, 416 insertions(+), 246 deletions(-) -- 2.4.0