From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 2/3] hash: run-time function selection Date: Mon, 11 Dec 2017 13:26:12 +0000 Message-ID: <20171211132612.GA9292@bricha3-MOBL3.ger.corp.intel.com> References: <1509991489-26442-1-git-send-email-elza.mathew@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org To: Elza Mathew Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6A7371AEE8 for ; Mon, 11 Dec 2017 14:26:16 +0100 (CET) Content-Disposition: inline In-Reply-To: <1509991489-26442-1-git-send-email-elza.mathew@intel.com> 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 Mon, Nov 06, 2017 at 10:04:49AM -0800, Elza Mathew wrote: > Compile-time function selection can potentially lead to > lower performance on generic builds done by distros. > Replaced compile time flag checks with run-time function > selection. > > Signed-off-by: Elza Mathew > --- > lib/librte_hash/rte_fbk_hash.c | 11 ++++++++++- > lib/librte_hash/rte_fbk_hash.h | 8 -------- > 2 files changed, 10 insertions(+), 9 deletions(-) > Title needs an update to indicate this change is for fbk-hash. I suspect that can be fixed on apply. Acked-by: Bruce Richardson