All of lore.kernel.org
 help / color / mirror / Atom feed
* [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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] latency: fix compilation with timer lib disabled
  2017-04-07  8:43 [PATCH] latency: fix compilation with timer lib disabled Olivier Matz
@ 2017-04-07  9:44 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-04-07  9:44 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev, reshma.pattan

2017-04-07 10:43, Olivier Matz:
> 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>

Applied, thanks

^ 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 [PATCH] latency: fix compilation with timer lib disabled Olivier Matz
2017-04-07  9:44 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.