net/txgbe: add Rx and Tx data path start and stop
[dpdk.git] / app / test-pmd / testpmd.h
index 833ca14..e016931 100644 (file)
@@ -444,12 +444,12 @@ extern uint16_t stats_period;
 
 extern uint16_t hairpin_mode;
 
-#ifdef RTE_LIBRTE_LATENCY_STATS
+#ifdef RTE_LIB_LATENCYSTATS
 extern uint8_t latencystats_enabled;
 extern lcoreid_t latencystats_lcore_id;
 #endif
 
-#ifdef RTE_LIBRTE_BITRATESTATS
+#ifdef RTE_LIB_BITRATESTATS
 extern lcoreid_t bitrate_lcore_id;
 extern uint8_t bitrate_enabled;
 #endif