| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 463 int nb_txq, i; in ice_dcf_start_queues() local 465 for (nb_txq = 0; nb_txq < dev->data->nb_tx_queues; nb_txq++) { in ice_dcf_start_queues() 466 txq = dev->data->tx_queues[nb_txq]; in ice_dcf_start_queues() 469 if (ice_dcf_tx_queue_start(dev, nb_txq) != 0) { in ice_dcf_start_queues() 470 PMD_DRV_LOG(ERR, "Fail to start queue %u", nb_txq); in ice_dcf_start_queues() 492 for (i = 0; i < nb_txq; i++) in ice_dcf_start_queues()
|
| H A D | ice_ethdev.c | 3461 uint16_t nb_txq, i; in ice_dev_start() local 3466 for (nb_txq = 0; nb_txq < data->nb_tx_queues; nb_txq++) { in ice_dev_start() 3467 ret = ice_tx_queue_start(dev, nb_txq); in ice_dev_start() 3469 PMD_DRV_LOG(ERR, "fail to start Tx queue %u", nb_txq); in ice_dev_start() 3541 for (i = 0; i < nb_txq; i++) in ice_dev_start()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1639 "max_tx_queues(%d)\n", nb_txq, in init_fwd_streams() 1665 q = RTE_MAX(nb_rxq, nb_txq); in init_fwd_streams() 2197 (!nb_rxq || !nb_txq)) in start_packet_forwarding() 2412 for (qi = nb_txq, i = 0; qi < nb_hairpinq + nb_txq; qi++) { in setup_hairpin_queues() 2561 nb_txq + nb_hairpinq, in start_port() 2577 for (qi = 0; qi < nb_txq; qi++) { in start_port() 3464 for (qid = 0; qid < nb_txq; qid++) { in rxtx_port_config() 3722 nb_txq = (queueid_t)num_tcs; in init_port_dcb_config() 3902 if (!nb_rxq && !nb_txq) in main() 3905 if (nb_rxq > 1 && nb_rxq > nb_txq) in main() [all …]
|
| H A D | parameters.c | 1101 nb_txq = (queueid_t) n; in launch_args_parse() 1117 if ((n + nb_txq) < 0 || in launch_args_parse() 1118 check_nb_txq((queueid_t)(n + nb_txq)) != 0) in launch_args_parse() 1122 n + nb_txq, in launch_args_parse() 1132 if (!nb_rxq && !nb_txq) { in launch_args_parse()
|
| H A D | config.c | 2574 if (txq_id < nb_txq) in tx_queue_id_is_invalid() 2576 printf("Invalid TX queue %d (must be < nb_rxq=%d)\n", txq_id, nb_txq); in tx_queue_id_is_invalid() 2866 (unsigned int)pid, nb_rxq, nb_txq); in rxtx_config_display() 3189 if (nb_q > nb_txq) in rss_fwd_config_setup() 3190 nb_q = nb_txq; in rss_fwd_config_setup() 3319 if ((nb_txq * nb_fwd_ports) < nb_fwd_lcores) in icmp_echo_config_setup() 3321 (nb_txq * nb_fwd_ports); in icmp_echo_config_setup() 3376 if ((nb_rxq > 1) && (nb_txq > 1)){ in fwd_config_setup() 3911 for (queue_id = 0; queue_id < nb_txq; queue_id++) { in nb_segs_is_invalid()
|
| H A D | testpmd.h | 429 extern queueid_t nb_txq;
|
| H A D | cmdline.c | 1801 if (!res->value && !nb_txq) { in cmd_config_rx_tx_parsed() 1816 nb_txq = res->value; in cmd_config_rx_tx_parsed()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 49 nix_lf_alloc(struct otx2_eth_dev *dev, uint32_t nb_rxq, uint32_t nb_txq) in nix_lf_alloc() argument 58 req->sq_cnt = nb_txq; in nix_lf_alloc() 1338 int i, nb_rxq, nb_txq; in nix_store_queue_cfg_and_then_release() local 1343 tx_qconf = malloc(nb_txq * sizeof(*tx_qconf)); in nix_store_queue_cfg_and_then_release() 1356 for (i = 0; i < nb_txq; i++) { in nix_store_queue_cfg_and_then_release() 1400 int rc, i, nb_rxq, nb_txq; in nix_restore_queue_cfg() local 1428 for (i = 0; i < nb_txq; i++) { in nix_restore_queue_cfg() 1813 uint8_t nb_rxq, nb_txq; in otx2_nix_configure() local 1878 nb_txq = RTE_MAX(data->nb_tx_queues, 1); in otx2_nix_configure() 1881 rc = nix_lf_alloc(dev, nb_rxq, nb_txq); in otx2_nix_configure() [all …]
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2784 uint32_t nb_txq) in calculate_nb_mbufs() argument 2788 nb_ports * nb_txq * nb_txd + in calculate_nb_mbufs() 2800 uint32_t lcore_id, nb_txq, nb_rxq = 0; in main() local 2879 nb_txq = nb_lcores; in main() 2882 nb_rxq, nb_txq); in main()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev_vf.c | 594 uint16_t nb_txq, in i40evf_fill_virtchnl_vsi_txq_info() argument 599 if (queue_id < nb_txq && txq) { in i40evf_fill_virtchnl_vsi_txq_info()
|
| H A D | i40e_ethdev.c | 2389 uint16_t nb_rxq, nb_txq; in i40e_dev_start() local 2449 for (nb_txq = 0; nb_txq < dev->data->nb_tx_queues; nb_txq++) { in i40e_dev_start() 2450 ret = i40e_dev_tx_queue_start(dev, nb_txq); in i40e_dev_start() 2534 for (i = 0; i < nb_txq; i++) in i40e_dev_start()
|