Closed Binary-Vanguard-12138 closed 3 months ago
Looks like we need to update the script to try both locations to support older DPDK version :-(
Looking at the script it has a number of issues as the information in is now contained in two files rte_config.h and rte_build_config.h. This script is not used anymore inside Pktgen and it appears it was created back in 2017.
Pktgen only builds against the installed version of DPDK anyway, so I am going to remove the script unless you have an objection.
Looking at the script it has a number of issues as the information in is now contained in two files rte_config.h and rte_build_config.h. This script is not used anymore inside Pktgen and it appears it was created back in 2017.
Pktgen only builds against the installed version of DPDK anyway, so I am going to remove the script unless you have an objection.
Yeah, that should be fine. I have no objection.
Ok, thanks. I will remove it in an upcoming update. I will close this issue.
dpdk-version.sh
tries to open and parsedpdk/lib/librte_eal/common/include/rte_version.h
. But this file moved todpdk/lib/eal/include/rte_version.h
in the new version of DPDK.