Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtxonly.c507 struct fwd_engine tx_only_engine = { variable
H A Dtestpmd.c190 &tx_only_engine,
2260 run_pkt_fwd_on_lcore(&tmp_lcore, tx_only_engine.packet_fwd); in run_one_txonly_burst_on_core()
2340 port_fwd_begin = tx_only_engine.port_fwd_begin; in start_packet_forwarding()
2366 port_fwd_end = tx_only_engine.port_fwd_end; in start_packet_forwarding()
H A Dtestpmd.h367 extern struct fwd_engine tx_only_engine;
H A Dconfig.c3607 if (cur_fwd_eng == &tx_only_engine || cur_fwd_eng == &flow_gen_engine) in rxtx_config_display()