Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c262 struct rx_thread_params { struct
282 static struct rx_thread_params *rx_thread_params = variable
2492 queue = rx_thread_params[i].queue_id; in check_lcore_params()
2497 lcore = rx_thread_params[i].lcore_id; in check_lcore_params()
2517 portid = rx_thread_params[i].port_id; in check_port_config()
2538 rx_thread_params[i].queue_id > queue) in get_port_n_rx_queues()
2539 queue = rx_thread_params[i].queue_id; in get_port_n_rx_queues()
2601 thread = rx_thread_params[i].thread_id; in init_rx_queues()
2613 rx_thread_params[i].port_id; in init_rx_queues()
2615 rx_thread_params[i].queue_id; in init_rx_queues()
[all …]