Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2547 unsigned socket_io; in init_rx_rings() local
2569 socket_io = rte_lcore_to_socket_id(rx_conf->conf.lcore_id); in init_rx_rings()
2572 socket_io, rx_thread_id, tx_thread_id); in init_rx_rings()
2574 ring = rte_ring_create(name, 1024 * 4, socket_io, in init_rx_rings()