[dpdk-dev] [PATCH] app/testpmd: fix duplicated rte_metrics.h include
Pascal Mazon
pascal.mazon at 6wind.com
Tue Apr 11 10:22:54 CEST 2017
Fixes: 62d3216d6194 ("app/testpmd: add latency statistics calculation")
Signed-off-by: Pascal Mazon <pascal.mazon at 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
More information about the dev
mailing list