Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c615 uint16_t n_tx_thread; variable
1911 n_tx_thread); in cpu_load_collector()
1916 while (rte_atomic16_read(&tx_counter) < n_tx_thread) in cpu_load_collector()
1930 for (i = 0; i < n_tx_thread; i++) { in cpu_load_collector()
1973 n_rx_thread, n_tx_thread); in cpu_load_collector()
2252 for (i = 0; i < n_tx_thread; i++) { in lthread_spawner()
2467 for (i = 0; i < n_tx_thread; i++) in pthread_run()
2554 for (tx_thread_id = 0; tx_thread_id < n_tx_thread; tx_thread_id++) { in init_rx_rings()
2562 if (rx_thread_id > n_tx_thread) { in init_rx_rings()
2630 n_tx_thread = 0; in init_tx_threads()
[all …]