mtcp-stack / mtcp

mTCP: A Highly Scalable User-level TCP Stack for Multicore Systems
Other
1.96k stars 432 forks source link

Updates to accommodate newer version of DPDK #322

Open catherinemeadows opened 2 years ago

catherinemeadows commented 2 years ago

Updated dpdk-ifade-kmod/dpdk_iface_main.c use of struct ether_addr and rte_eth_dev_count() so that the setup scripts will also work with the newer versions of dpdk.

sulaimansuhas commented 2 years ago

Hey have you got mTCP running with dpdk on a modern version of linux?

catherinemeadows commented 2 years ago

I have run the ONVM version of MTCP successfully with ubuntu 20.04

CHRIS123540 commented 1 year ago

Hi,Can I use DPDK19 or above?