Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-graph/
H A Dmain.c230 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
235 nb_rx_queue = lcore_conf[lcore].n_rx_queue; in init_lcore_rx_queues()
236 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
238 (unsigned int)nb_rx_queue + 1, in init_lcore_rx_queues()
243 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id = in init_lcore_rx_queues()
245 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id = in init_lcore_rx_queues()
750 uint8_t nb_rx_queue, queue, socketid; in main() local
816 nb_rx_queue = get_port_n_rx_queues(portid); in main()
821 nb_rx_queue, n_tx_queue); in main()
847 ret = rte_eth_dev_configure(portid, nb_rx_queue, in main()
[all …]
/dpdk/examples/l3fwd/
H A Dmain.c339 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
344 nb_rx_queue = lcore_conf[lcore].n_rx_queue; in init_lcore_rx_queues()
345 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
347 (unsigned)nb_rx_queue + 1, (unsigned)lcore); in init_lcore_rx_queues()
350 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id = in init_lcore_rx_queues()
352 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id = in init_lcore_rx_queues()
730 (nports*nb_rx_queue*nb_rxd + \
1164 uint8_t nb_rx_queue, queue, socketid; in l3fwd_poll_resource_setup() local
1202 nb_rx_queue = get_port_n_rx_queues(portid); in l3fwd_poll_resource_setup()
1207 nb_rx_queue, (unsigned)n_tx_queue ); in l3fwd_poll_resource_setup()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c233 uint16_t nb_rx_queue; member
1274 if (qconf->nb_rx_queue == 0) { in ipsec_poll_mode_worker()
1410 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
1415 nb_rx_queue = lcore_conf[lcore].nb_rx_queue; in init_lcore_rx_queues()
1418 nb_rx_queue + 1, lcore); in init_lcore_rx_queues()
1425 lcore_conf[lcore].nb_rx_queue++; in init_lcore_rx_queues()
2257 uint16_t nb_tx_queue, nb_rx_queue; in port_init() local
2289 if (nb_rx_queue > dev_info.max_rx_queues) in port_init()
2292 nb_rx_queue, dev_info.max_rx_queues); in port_init()
2300 nb_rx_queue, nb_tx_queue); in port_init()
[all …]
/dpdk/examples/l3fwd-power/
H A Dmain.c108 (nb_ports*nb_rx_queue*nb_rxd + \
1583 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
1588 nb_rx_queue = lcore_conf[lcore].n_rx_queue; in init_lcore_rx_queues()
1589 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
1591 (unsigned)nb_rx_queue + 1, (unsigned)lcore); in init_lcore_rx_queues()
2539 uint8_t nb_rx_queue, queue, socketid; in main() local
2618 nb_rx_queue = get_port_n_rx_queues(portid); in main()
2619 if (nb_rx_queue > dev_rxq_num) in main()
2628 nb_rx_queue, (unsigned)n_tx_queue ); in main()
2630 if (nb_rx_queue == 0) in main()
[all …]
/dpdk/examples/l3fwd-acl/
H A Dmain.c64 (nb_ports * nb_rx_queue * nb_rxd + \
1594 uint16_t i, nb_rx_queue; in init_lcore_rx_queues() local
1599 nb_rx_queue = lcore_conf[lcore].n_rx_queue; in init_lcore_rx_queues()
1600 if (nb_rx_queue >= MAX_RX_QUEUE_PER_LCORE) { in init_lcore_rx_queues()
1602 (unsigned)nb_rx_queue + 1, (unsigned)lcore); in init_lcore_rx_queues()
1605 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id = in init_lcore_rx_queues()
1607 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id = in init_lcore_rx_queues()
2023 uint8_t nb_rx_queue, queue, socketid; in main() local
2071 nb_rx_queue = get_port_n_rx_queues(portid); in main()
2076 nb_rx_queue, (unsigned)n_tx_queue); in main()
[all …]
/dpdk/app/test/
H A Dtest_pmd_perf.c50 (unsigned)(nb_ports*nb_rx_queue*nb_rxd + \
680 uint16_t nb_rx_queue = 1, nb_tx_queue = 1; in test_pmd_perf() local
731 ret = rte_eth_dev_configure(portid, nb_rx_queue, in test_pmd_perf()
/dpdk/app/test-pmd/
H A Dconfig.c4156 uint16_t nb_rx_queue, nb_tx_queue; in dcb_fwd_config_setup() local
4217 nb_rx_queue = txp_dcb_info.tc_queue.tc_rxq[i][tc].nb_queue; in dcb_fwd_config_setup()
4219 for (j = 0; j < nb_rx_queue; j++) { in dcb_fwd_config_setup()
/dpdk/lib/ethdev/
H A Drte_ethdev.h2463 int rte_eth_dev_configure(uint16_t port_id, uint16_t nb_rx_queue,