BeLibnids icon indicating copy to clipboard operation
BeLibnids copied to clipboard

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

Open jianghuiyou opened this issue 8 years ago • 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

jianghuiyou avatar Mar 14 '17 07:03 jianghuiyou

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 .

dodng avatar Mar 15 '17 02:03 dodng