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.