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

Thomas Monjalon thomas.monjalon at 6wind.com
Sat Jul 18 19:50:51 CEST 2015


> >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 <zlu at ezchip.com>
> >Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> 
> Acked-by: Zhigang Lu <zlu at ezchip.com>

Applied, thanks



More information about the dev mailing list