* [dpdk-dev] [PATCH] app/testpmd: fix duplicated rte_metrics.h include
@ 2017-04-11 8:22 Pascal Mazon
2017-04-11 8:33 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Pascal Mazon @ 2017-04-11 8:22 UTC (permalink / raw)
To: reshma.pattan; +Cc: dev, Pascal Mazon
Fixes: 62d3216d6194 ("app/testpmd: add latency statistics calculation")
Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
---
app/test-pmd/testpmd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c
index d6bd2b20ecfd..6117deed1f6d 100644
--- a/app/test-pmd/testpmd.c
+++ b/app/test-pmd/testpmd.c
@@ -83,7 +83,6 @@
#ifdef RTE_LIBRTE_BITRATE
#include <rte_bitrate.h>
#endif
-#include <rte_metrics.h>
#ifdef RTE_LIBRTE_LATENCY_STATS
#include <rte_latencystats.h>
#endif
--
2.12.0.306.g4a9b9b3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-20 23:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 8:22 [dpdk-dev] [PATCH] app/testpmd: fix duplicated rte_metrics.h include Pascal Mazon
2017-04-11 8:33 ` Ferruh Yigit
2017-04-20 23:12 ` 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).