Re: [dpdk-dev] [PATCH] latency: fix compilation with timer lib disabled

2017-04-07 Thread Thomas Monjalon
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 Applied, thanks

[dpdk-dev] [PATCH] latency: fix compilation with timer lib disabled

2017-04-07 Thread 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 --- lib/librte_latencystats/rte_latencystats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_latencystats/rte_latencystats.c b/lib/librte_la