Home
last modified time | relevance | path

Searched refs:tx_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
2554 for (tx_thread_id = 0; tx_thread_id < n_tx_thread; tx_thread_id++) { in init_rx_rings()
2556 tx_conf = &tx_thread[tx_thread_id]; in init_rx_rings()
2558 printf("Connecting tx-thread %d with rx-thread %d\n", tx_thread_id, in init_rx_rings()
2564 "(rx-thread not defined)\n", tx_thread_id, 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()