Home
last modified time | relevance | path

Searched refs:tx_only_engine (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c460 struct fwd_engine tx_only_engine = { variable
H A Dtestpmd.c178 &tx_only_engine,
2142 run_pkt_fwd_on_lcore(&tmp_lcore, tx_only_engine.packet_fwd); in run_one_txonly_burst_on_core()
2245 port_fwd_begin = tx_only_engine.port_fwd_begin; in start_packet_forwarding()
2255 port_fwd_end = tx_only_engine.port_fwd_end; in start_packet_forwarding()
H A Dtestpmd.h293 extern struct fwd_engine tx_only_engine;
H A Dconfig.c2839 if (cur_fwd_eng == &tx_only_engine || cur_fwd_eng == &flow_gen_engine) in rxtx_config_display()