Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_pmd_perf.c115 static uint32_t sc_flag; variable
705 if (sc_flag == SC_CONTINUOUS) { in test_pmd_perf()
800 if (sc_flag == SC_CONTINUOUS) { in test_pmd_perf()
809 } else if (sc_flag == SC_BURST_POLL_FIRST || in test_pmd_perf()
810 sc_flag == SC_BURST_XMIT_FIRST) in test_pmd_perf()
811 if (exec_burst(sc_flag, worker_id) < 0) in test_pmd_perf()
889 sc_flag = SC_CONTINUOUS; in test_set_rxtx_sc()
892 sc_flag = SC_BURST_POLL_FIRST; in test_set_rxtx_sc()
895 sc_flag = SC_BURST_XMIT_FIRST; in test_set_rxtx_sc()