]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/testpmd.h
app/testpmd: add --bitrate-stats option
[dpdk.git] / app / test-pmd / testpmd.h
index a9ff07e5d51bfe4982bc861c6ef126fef3e3513d..6443f7eb8c78a2ef2f54dc5c8d4aca435ee67f5f 100644 (file)
@@ -380,6 +380,11 @@ extern uint8_t latencystats_enabled;
 extern lcoreid_t latencystats_lcore_id;
 #endif
 
+#ifdef RTE_LIBRTE_BITRATE
+extern lcoreid_t bitrate_lcore_id;
+extern uint8_t bitrate_enabled;
+#endif
+
 extern struct rte_fdir_conf fdir_conf;
 
 /*