From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2018 04:25:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,377,1511856000"; d="scan'208";a="20754012" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jan 2018 04:25:38 -0800 From: Ferruh Yigit To: Kirill Rybalchenko , dev@dpdk.org Cc: andrey.chilikin@intel.com, thomas@monjalon.net References: <1516035500-6010-1-git-send-email-kirill.rybalchenko@intel.com> <1516037612-69603-1-git-send-email-kirill.rybalchenko@intel.com> Message-ID: Date: Thu, 18 Jan 2018 12:25:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] ethdev: increase flow type limit from 32 to 64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 12:25:42 -0000 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.