Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2550 unsigned rx_thread_id, tx_thread_id; in init_rx_rings() local
2561 rx_thread_id = tx_conf->conf.thread_id; in init_rx_rings()
2562 if (rx_thread_id > n_tx_thread) { in init_rx_rings()
2564 "(rx-thread not defined)\n", tx_thread_id, rx_thread_id); in init_rx_rings()
2568 rx_conf = &rx_thread[rx_thread_id]; in init_rx_rings()
2572 socket_io, rx_thread_id, tx_thread_id); in init_rx_rings()
2579 "with tx-thread %u\n", rx_thread_id, tx_thread_id); in init_rx_rings()