<div dir="ltr">Hello all,<br><br>I am trying to do an example of using rte_hash, i am getting the following linker problem:<br><br>/main.o   -lrte_eal -lpthread -lethdev -lrte_malloc -lrte_mbuf -lrte_mempool -lrte_pmd_igb -lrte_pmd_ixgbe -lrte_ring -lrte_timer -lrte_hash<br>
/home/gal/dpdk/x86_64-default-linuxapp-gcc/lib/librte_hash.a(rte_hash.o): In function `rte_hash_create':<br>rte_hash.c:(.text+0x6f8): undefined reference to `rte_cpu_get_flag_enabled'<br>collect2: ld returned 1 exit status<br>
<br>anyone familiar with that?<br><br>Thanks in advance!<br></div>