[PATCH 1/2] 4-final-review: add new rte_version.h path
Xueming Li
xuemingl at nvidia.com
Sun Apr 23 11:47:50 CEST 2023
Adds new path of rte_version.h
Signed-off-by: Xueming Li <xuemingl at nvidia.com>
---
4-final-review | 2 ++
1 file changed, 2 insertions(+)
diff --git a/4-final-review b/4-final-review
index 4aa4a75..9eab987 100755
--- a/4-final-review
+++ b/4-final-review
@@ -8,6 +8,8 @@ if [ -r "$DPDK_DIR/lib/librte_eal/include/rte_version.h" ]; then
VERSION_HEADER="$DPDK_DIR/lib/librte_eal/include/rte_version.h"
elif [ -r "$DPDK_DIR/lib/librte_eal/common/include/rte_version.h" ]; then
VERSION_HEADER="$DPDK_DIR/lib/librte_eal/common/include/rte_version.h"
+elif [ -r "$DPDK_DIR/lib/eal/include/rte_version.h" ]; then
+ VERSION_HEADER="$DPDK_DIR/lib/eal/include/rte_version.h"
else
echo "Cannot find rte_version.h"
exit 1
--
2.25.1
More information about the stable
mailing list