Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd/
H A Dl3fwd_event.c53 uint8_t eth_qid; in l3fwd_eth_dev_port_setup() local
140 for (eth_qid = 0; eth_qid < evt_rsrc->eth_rx_queues; in l3fwd_eth_dev_port_setup()
141 eth_qid++) { in l3fwd_eth_dev_port_setup()
143 ret = rte_eth_rx_queue_setup(port_id, eth_qid, in l3fwd_eth_dev_port_setup()
147 ret = rte_eth_rx_queue_setup(port_id, eth_qid, in l3fwd_eth_dev_port_setup()
154 ret, port_id, eth_qid); in l3fwd_eth_dev_port_setup()