sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
263 stars 135 forks source link

openNetVM to use latest version of DPDK #226

Closed Vivek-anand-jain closed 3 years ago

Vivek-anand-jain commented 4 years ago

The current version of ONVM is using DPDK v18.11. The DPDK project has released a newer version sometime back in May 2020. The release notes can be found here: https://doc.dpdk.org/guides/rel_notes/index.html

I find some constants/function names have been changed since DPDK version 19.11: https://doc.dpdk.org/guides/rel_notes/release_19_11.html (section 3.3)

Note: The DPDK has announced that they will deprecate build with make in future releases and use meson and ninja for future releases. https://doc.dpdk.org/guides/linux_gsg/build_dpdk.html#installation-of-dpdk-target-environment-using-make

twood02 commented 4 years ago

This will be a good thing to update. We will need to: