Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h361 extern uint8_t no_flush_rx; /**<set by "--no-flush-rx" parameter */
H A Dparameters.c1334 no_flush_rx = 1; in launch_args_parse()
H A Dtestpmd.c347 uint8_t no_flush_rx = 0; /* flush by default */ variable
2232 if(!no_flush_rx) in start_packet_forwarding()
H A Dcmdline.c5339 no_flush_rx = (uint8_t)((strcmp(res->mode, "on") == 0) ? 0 : 1); in cmd_set_flush_rx_parsed()