DPDK patches and discussions
 help / color / mirror / Atom feed
From: Georgios Katsikas <george.dit@gmail.com>
To: keith.wiles@intel.com
Cc: dev@dpdk.org, Georgios Katsikas <george.dit@gmail.com>
Subject: [dpdk-dev] [PATCH] pktgen-stats/latency: fix RTE version in lib includes
Date: Sat,  9 Dec 2017 00:40:50 +0100	[thread overview]
Message-ID: <1512776450-10425-1-git-send-email-george.dit@gmail.com> (raw)

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

                 reply	other threads:[~2017-12-08 23:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512776450-10425-1-git-send-email-george.dit@gmail.com \
    --to=george.dit@gmail.com \
    --cc=dev@dpdk.org \
    --cc=keith.wiles@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).