Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event.c55 uint8_t eth_qid; in l3fwd_eth_dev_port_setup() local
142 for (eth_qid = 0; eth_qid < evt_rsrc->eth_rx_queues; in l3fwd_eth_dev_port_setup()
143 eth_qid++) { in l3fwd_eth_dev_port_setup()
145 ret = rte_eth_rx_queue_setup(port_id, eth_qid, in l3fwd_eth_dev_port_setup()
149 ret = rte_eth_rx_queue_setup(port_id, eth_qid, in l3fwd_eth_dev_port_setup()
156 ret, port_id, eth_qid); in l3fwd_eth_dev_port_setup()