Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, April 01, 2016 2:07 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v2] hash: fix to support multi process > > 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.
Good catch. I will submit a v3 shortly. Thanks also for the suggestion, Pablo

