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

2015-07-18 Thread Thomas Monjalon
> >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:

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

2015-07-17 Thread Tony Lu
>-Original Message- >From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara >Sent: Friday, July 17, 2015 5:18 PM >To: dev at dpdk.org >Subject: [dpdk-dev] [PATCH v2] hash: fix compilation for non-x86 systems > >From: "Pablo de Lara" > &g

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

2015-07-17 Thread Pablo de Lara
From: "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: