mtcp-stack / mtcp

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

Updating the ONVM version to 18.11 #212

Closed koolzz closed 5 years ago

koolzz commented 5 years ago

Updating the mTCP to work with the latest version of OpenNetVM

A detailed list of the new OpenNetVM features is available here

The important parts for the mTCP community are:

As OpenNetVM is using an old version of dpdk I was using dpdk provided by the mTCP repo Also there is tiny bug in the #define flag conflicts, we're resolving it on our end and it should be gone soon, if you end up testing this before that gets fixed in OpenNetVM just remove the lines 56-67.

Summary

Testing I've successfully built and executed the example epserver application on a 2 node cloudlab setup, using wget to confirm connectivity.

ajamshed commented 5 years ago

Thanks for the update. I’m currently in a conference. I’ll have a look at the code later this week.

ajamshed commented 5 years ago

Sorry it took so long. I have merged the changes to the development branch.