app/testpmd: add parameter for shared Rx queue
[dpdk.git] / app / test-pmd / testpmd.h
index e3995d2..63f9913 100644 (file)
@@ -524,6 +524,8 @@ extern enum tx_pkt_split tx_pkt_split;
 
 extern uint8_t txonly_multi_flow;
 
+extern uint32_t rxq_share;
+
 extern uint16_t nb_pkt_per_burst;
 extern uint16_t nb_pkt_flowgen_clones;
 extern int nb_flows_flowgen;