Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dnoisy_vnf.c206 needs_flush = delta_ms >= noisy_tx_sw_buf_flush_time && in pkt_burst_noisy_vnf()
207 noisy_tx_sw_buf_flush_time > 0 && !nb_tx; in pkt_burst_noisy_vnf()
252 n->do_flush = noisy_tx_sw_buf_flush_time > 0; in noisy_fwd_begin()
H A Dtestpmd.h440 extern uint16_t noisy_tx_sw_buf_flush_time;
H A Dparameters.c1411 noisy_tx_sw_buf_flush_time = n; in launch_args_parse()
H A Dtestpmd.c308 uint16_t noisy_tx_sw_buf_flush_time; variable