Lines Matching refs:qconf

220 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port)  in send_burst()  argument
226 queueid = qconf->tx_queue_id[port]; in send_burst()
227 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
240 l3fwd_simple_forward(struct rte_mbuf *m, struct lcore_queue_conf *qconf, in l3fwd_simple_forward() argument
251 rxq = &qconf->rx_queue_list[queueid]; in l3fwd_simple_forward()
264 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
280 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
285 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
289 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
318 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
323 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
327 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
342 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
349 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()
374 qconf->tx_mbufs[port_out].len = (uint16_t)len; in l3fwd_simple_forward()
379 send_burst(qconf, (uint16_t)len, port_out); in l3fwd_simple_forward()
380 qconf->tx_mbufs[port_out].len = 0; in l3fwd_simple_forward()
392 struct lcore_queue_conf *qconf; in main_loop() local
398 qconf = &lcore_queue_conf[lcore_id]; in main_loop()
400 if (qconf->n_rx_queue == 0) { in main_loop()
407 for (i = 0; i < qconf->n_rx_queue; i++) { in main_loop()
409 portid = qconf->rx_queue_list[i].portid; in main_loop()
429 if (qconf->tx_mbufs[portid].len == 0) in main_loop()
432 qconf->tx_mbufs[portid].len, in main_loop()
434 qconf->tx_mbufs[portid].len = 0; in main_loop()
443 for (i = 0; i < qconf->n_rx_queue; i++) { in main_loop()
445 portid = qconf->rx_queue_list[i].portid; in main_loop()
459 l3fwd_simple_forward(pkts_burst[j], qconf, i, portid); in main_loop()
464 l3fwd_simple_forward(pkts_burst[j], qconf, i, portid); in main_loop()
860 struct lcore_queue_conf *qconf; in main() local
908 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
923 qconf->n_rx_queue == (unsigned)rx_queue_per_lcore) { in main()
929 qconf = &lcore_queue_conf[rx_lcore_id]; in main()
936 rxq = &qconf->rx_queue_list[qconf->n_rx_queue]; in main()
942 qconf->n_rx_queue++; in main()
1032 qconf = &lcore_queue_conf[lcore_id]; in main()
1033 qconf->tx_queue_id[portid] = queueid; in main()