]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.c
pdump: fix error code check when creating/canceling pthread
[dpdk.git] / app / test-pmd / testpmd.c
index 3a75d6ff6ec54b1a85e36e978ae113e4fd6da10b..c3ab44849dd28540a7b855e367fd14370066cd2e 100644 (file)
@@ -57,7 +57,6 @@
 #include <rte_cycles.h>
 #include <rte_memory.h>
 #include <rte_memcpy.h>
-#include <rte_memzone.h>
 #include <rte_launch.h>
 #include <rte_eal.h>
 #include <rte_alarm.h>
@@ -384,6 +383,11 @@ struct queue_stats_mappings *rx_queue_stats_mappings = rx_queue_stats_mappings_a
 uint16_t nb_tx_queue_stats_mappings = 0;
 uint16_t nb_rx_queue_stats_mappings = 0;
 
+/*
+ * Display zero values by default for xstats
+ */
+uint8_t xstats_hide_zero;
+
 unsigned int num_sockets = 0;
 unsigned int socket_ids[RTE_MAX_NUMA_NODES];