Lines Matching defs:queueid
464 * This could be optimized (use queueid instead of
1002 uint16_t queueid;
1072 queueid = qconf->n_rx_queue;
1073 rxq = &qconf->rx_queue_list[queueid];
1085 if (setup_queue_tbl(rxq, rx_lcore_id, queueid) < 0)
1145 queueid = 0;
1152 printf("txq=%u,%d,%d ", lcore_id, queueid, socket);
1158 ret = rte_eth_tx_queue_setup(portid, queueid, nb_txd,
1165 qconf->tx_queue_id[portid] = queueid;
1167 queueid++;