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 A872A2B9A for ; Wed, 23 Mar 2016 15:47:04 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 23 Mar 2016 07:47:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,382,1455004800"; d="scan'208";a="943463079" Received: from dkoncewi-mobl3.ger.corp.intel.com ([10.252.21.244]) by fmsmga002.fm.intel.com with SMTP; 23 Mar 2016 07:46:58 -0700 Received: by (sSMTP sendmail emulation); Wed, 23 Mar 2016 14:46:58 +0025 Date: Wed, 23 Mar 2016 14:46:57 +0000 From: Bruce Richardson To: Jingjing Wu Cc: dev@dpdk.org, helin.zhang@intel.com Message-ID: <20160323144657.GD5584@bricha3-MOBL3> References: <1458541132-11953-1-git-send-email-jingjing.wu@intel.com> <1458738432-3184-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458738432-3184-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v6 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: Wed, 23 Mar 2016 14:47:05 -0000 On Wed, Mar 23, 2016 at 09:07:03PM +0800, Jingjing Wu wrote: > v6 changes: > - remove ABI announce on rte_eth_ipv4_flow and rte_eth_ipv6_flow in deprecation. > - reword commit logs. > > 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 > Patchset applied to dpdk-next-net/rel_16_04. Thanks, /Bruce