Lines Matching refs:queueid
269 int queueid = -1; in init_lcore_conf() local
273 queueid = i; in init_lcore_conf()
276 if (queueid < 0) { in init_lcore_conf()
279 printf("lcore: %u, port: %u, queue: %u\n", lcore_id, port_id, queueid); in init_lcore_conf()
282 lcore_conf.rx_queue_list[nb_rx_queue].queue_id = queueid; in init_lcore_conf()
285 lcore_conf.tx_queue_id[port_id] = queueid; in init_lcore_conf()
401 int queueid; in init_dispatch_ring() local
423 for(queueid = 0; queueid < nb_queues; ++queueid) { in init_dispatch_ring()
425 portid, queueid); in init_dispatch_ring()
426 dispatch_ring[portid][queueid] = create_ring(name_buf, in init_dispatch_ring()
429 if (dispatch_ring[portid][queueid] == NULL) in init_dispatch_ring()
433 name_buf, rte_ring_free_count(dispatch_ring[portid][queueid])); in init_dispatch_ring()
1634 uint16_t queueid; local
1636 queueid = qconf->tx_queue_id[port];
1647 ret = rte_eth_tx_burst(port, queueid, m_table, n);
2049 uint16_t queueid = qconf->tx_queue_id[ctx->port_id]; local
2071 return ((hash & (reta_size - 1)) % nb_queues) == queueid;