dodng / BeLibnids

It is a platform to use multiprocess to combine dpdk and libnids together to support analyse packets in 10G port.
38 stars 23 forks source link

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

Open jianghuiyou opened 7 years ago

jianghuiyou commented 7 years ago

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 7 years ago

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 .