patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH 1/2] 4-final-review: add new rte_version.h path
@ 2023-04-23  9:47 Xueming Li
  2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
  2023-04-23 10:48 ` [PATCH 1/2] 4-final-review: add new rte_version.h path Luca Boccassi
  0 siblings, 2 replies; 4+ messages in thread
From: Xueming Li @ 2023-04-23  9:47 UTC (permalink / raw)
  To: Christian Ehrhardt, Luca Boccassi, NBU-Contact-Thomas Monjalon,
	Kevin Traynor
  Cc: stable

Adds new path of rte_version.h

Signed-off-by: Xueming Li <xuemingl@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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-23 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-23  9:47 [PATCH 1/2] 4-final-review: add new rte_version.h path Xueming Li
2023-04-23  9:47 ` [PATCH 2/2] validation-contacts: fix email address Xueming Li
2023-04-23 10:49   ` Luca Boccassi
2023-04-23 10:48 ` [PATCH 1/2] 4-final-review: add new rte_version.h path Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).