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: Wed, 17 Jan 2018 16:56:57 +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 mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E9F4C1B1C5 for ; Wed, 17 Jan 2018 17:56:59 +0100 (CET) In-Reply-To: <1516037612-69603-1-git-send-email-kirill.rybalchenko@intel.com> 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/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 I suggest keeping deprecation notice and clean versioning in next release, does it make sense?