[dpdk-dev] [PATCH] hash: fix compilation for non-x86 systems

2015-07-16 Thread Thomas Monjalon
2015-07-16 21:41, Pablo de Lara: > Hash library uses optimized compare functions that use > x86 intrinsics, therefore non-x86 systems could not build > the library. In that case, the compare function is set > to the generic memcmp. [...] > --- /dev/null > +++ b/lib/librte_hash/rte_cmp_fns.h Renami

[dpdk-dev] [PATCH] hash: fix compilation for non-x86 systems

2015-07-16 Thread Pablo de Lara
Hash library uses optimized compare functions that use x86 intrinsics, therefore non-x86 systems could not build the library. In that case, the compare function is set to the generic memcmp. Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") Reported-by: Tony Lu Signed-off-by: