* [dpdk-dev] [PATCH] latency: fix compilation with timer lib disabled
@ 2017-04-07 8:43 Olivier Matz
2017-04-07 9:44 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Olivier Matz @ 2017-04-07 8:43 UTC (permalink / raw)
To: dev; +Cc: reshma.pattan
Remove the include to "rte_timer.h" which is not needed
by latencystats library (only "rte_cycles.h" is used).
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
lib/librte_latencystats/rte_latencystats.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/librte_latencystats/rte_latencystats.c b/lib/librte_latencystats/rte_latencystats.c
index 3850b8870..ce029a12c 100644
--- a/lib/librte_latencystats/rte_latencystats.c
+++ b/lib/librte_latencystats/rte_latencystats.c
@@ -42,7 +42,6 @@
#include <rte_metrics.h>
#include <rte_memzone.h>
#include <rte_lcore.h>
-#include <rte_timer.h>
#include "rte_latencystats.h"
--
2.11.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-07 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 8:43 [dpdk-dev] [PATCH] latency: fix compilation with timer lib disabled Olivier Matz
2017-04-07 9:44 ` Thomas Monjalon
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).