From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] ethdev: increase flow type limit from 32 to 64 Date: Thu, 18 Jan 2018 12:25:37 +0000 Message-ID: References: <1516035500-6010-1-git-send-email-kirill.rybalchenko@intel.com> <1516037612-69603-1-git-send-email-kirill.rybalchenko@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: andrey.chilikin@intel.com, thomas@monjalon.net To: Kirill Rybalchenko , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6BC971B2A9 for ; Thu, 18 Jan 2018 13:25:41 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/17/2018 4:56 PM, Ferruh Yigit wrote: > On 1/15/2018 5:33 PM, Kirill Rybalchenko wrote: >> Increase the internal limit for flow types from 32 to 64 >> to support future flow type extensions. >> Change type of variables from uint32_t[] to uint64_t[]: >> rte_eth_fdir_info.flow_types_mask >> rte_eth_hash_global_conf.sym_hash_enable_mask >> rte_eth_hash_global_conf.valid_bit_mask >> >> This modification affects the following components: >> net/i40e >> net/ixgbe >> app/testpmd >> >> v2: >> implement versioning of rte_eth_dev_filter_ctrl function >> for ABI backward compatibility with version 17.11 and older >> >> v3: >> fix code style warnings >> >> Signed-off-by: Kirill Rybalchenko > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.