[dpdk-dev] [PATCH v2] hash: fix to support multi process
Thomas Monjalon
thomas.monjalon at 6wind.com
Fri Apr 1 15:07:16 CEST 2016
Hi Pablo,
There is a build issue for arm-armv7a-linuxapp-gcc:
lib/librte_hash/rte_cuckoo_hash.c:129:2: error:
'rte_hash_k16_cmp_eq' undeclared here
The functions rte_hash_k*_cmp_eq are defined only for x86 and ARM64.
Note that RTE_ARCH_X86 could be used instead of
RTE_ARCH_X86_64 || RTE_ARCH_I686 || RTE_ARCH_X86_X32 in librte_hash.
More information about the dev
mailing list