Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.h419 extern uint8_t no_flush_rx; /**<set by "--no-flush-rx" parameter */
H A Dparameters.c1365 no_flush_rx = 1; in launch_args_parse()
H A Dtestpmd.c369 uint8_t no_flush_rx = 0; /* flush by default */ variable
2354 if(!no_flush_rx) in start_packet_forwarding()
H A Dcmdline.c5498 no_flush_rx = (uint8_t)((strcmp(res->mode, "on") == 0) ? 0 : 1); in cmd_set_flush_rx_parsed()