Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c286 struct tx_thread_params { struct
291 static struct tx_thread_params tx_thread_params_array[MAX_LCORE_PARAMS]; argument
292 static struct tx_thread_params tx_thread_params_array_default[] = {
304 static struct tx_thread_params *tx_thread_params = variable
2632 tx_thread[n_tx_thread].conf.thread_id = tx_thread_params[i].thread_id; in init_tx_threads()
2633 tx_thread[n_tx_thread].conf.lcore_id = tx_thread_params[i].lcore_id; in init_tx_threads()
2819 tx_thread_params = tx_thread_params_array; in parse_tx_config()