11/12/2017 13:52, Bruce Richardson: > On Mon, Nov 06, 2017 at 10:04:02AM -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.mat...@intel.com> > > --- > > lib/librte_hash/rte_cuckoo_hash.c | 10 +++++++++- > > lib/librte_hash/rte_cuckoo_hash.h | 6 ------ > > 2 files changed, 9 insertions(+), 7 deletions(-) > > > > Looks good to me. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks