[dpdk-dev] [PATCH 2/3] hash: run-time function selection

Bruce Richardson bruce.richardson at intel.com
Mon Dec 11 14:26:12 CET 2017


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 <elza.mathew at intel.com>
> ---
>  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 <bruce.richardson at intel.com>


More information about the dev mailing list