DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] pktgen-stats/latency: fix RTE version in lib includes
@ 2017-12-08 23:40 Georgios Katsikas
  0 siblings, 0 replies; only message in thread
From: Georgios Katsikas @ 2017-12-08 23:40 UTC (permalink / raw)
  To: keith.wiles; +Cc: dev, Georgios Katsikas

---
 app/pktgen-latency.c | 2 +-
 app/pktgen-stats.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/pktgen-latency.c b/app/pktgen-latency.c
index 9c83748..7cfc1d5 100644
--- a/app/pktgen-latency.c
+++ b/app/pktgen-latency.c
@@ -13,7 +13,7 @@
 
 #include "pktgen.h"
 
-#if RTE_VERSION >= RTE_VERSION_NUM(17, 5, 0, 0)
+#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0)
 #include <rte_bus_pci.h>
 #endif
 
diff --git a/app/pktgen-stats.c b/app/pktgen-stats.c
index 3ac5f4e..6e2d533 100644
--- a/app/pktgen-stats.c
+++ b/app/pktgen-stats.c
@@ -13,7 +13,7 @@
 
 #include "pktgen.h"
 
-#if RTE_VERSION >= RTE_VERSION_NUM(17, 5, 0, 0)
+#if RTE_VERSION >= RTE_VERSION_NUM(17, 11, 0, 0)
 #include <rte_bus_pci.h>
 #endif
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-08 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08 23:40 [dpdk-dev] [PATCH] pktgen-stats/latency: fix RTE version in lib includes Georgios Katsikas

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).