dodng/BeLibnids

Some errors when compiling the project.The dpdk library has been updated many times

Opened this issue · 1 comments

For example in symmetric_mp/main.c file

  1. CACHE_LINE_SIZE has been changed to RTE_CACHE_LINE_SIZE
  2. function rte_snprintf has disappeared

PS: the version of my dpdk is 16.11.1

dodng commented

Hi,thanks your feedback,
you can use old dpdk version in BeLibnids/doc/dpdk-1.5.0r2.tar.gz
or modify some code by yourself to use new dpdk version .