marty90 / DPDK-Dump

DPDK-Dump is able to store on disk network traffic at high speed using DPDK library.
GNU General Public License v2.0
32 stars 27 forks source link

Can not compile in dpdk.2.0 #3

Closed promisechen closed 7 years ago

promisechen commented 8 years ago

hi,

  1. ETH_RSS_IPV4_TCP not define ETH_RSS_IPV4_TCP -----> ETH_RSS_NONFRAG_IPV4_TCP 2.E_RTE_NO_TAILQ not define
marty90 commented 8 years ago

Please use DPDK 1.8 (available here). Support for DPDK 2.0 is anyway in the roadmap for the future.

promisechen commented 8 years ago

OK. Thank you. I'll have a try.