Home
last modified time | relevance | path

Searched refs:nb_queue_pools (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c84 .nb_queue_pools = ETH_32_POOLS,
97 .nb_queue_pools = ETH_32_POOLS,
106 .nb_queue_pools = ETH_32_POOLS,
142 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
143 vmdq_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
144 tx_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c430 if (vmdq_conf->nb_queue_pools > in fm10k_check_mq_mode()
434 vmdq_conf->nb_queue_pools); in fm10k_check_mq_mode()
606 nb_queue_pools = vmdq_conf->nb_queue_pools; in fm10k_dev_mq_rx_configure()
609 if (macvlan->nb_queue_pools == nb_queue_pools) in fm10k_dev_mq_rx_configure()
612 nb_lport_new = nb_queue_pools ? nb_queue_pools : 1; in fm10k_dev_mq_rx_configure()
621 macvlan->nb_queue_pools = nb_queue_pools; in fm10k_dev_mq_rx_configure()
623 if (nb_queue_pools) in fm10k_dev_mq_rx_configure()
788 if (macvlan->nb_queue_pools) in fm10k_dev_rx_init()
1040 uint16_t nb_queue_pools; in fm10k_dev_dglort_map_configure() local
1044 nb_queue_pools = macvlan->nb_queue_pools; in fm10k_dev_dglort_map_configure()
[all …]
H A Dfm10k.h112 uint16_t nb_queue_pools; /* Active queue pools number */ member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_dcb_forwarding.rst115 .nb_queue_pools = ETH_32_POOLS,
128 .nb_queue_pools = ETH_32_POOLS,
137 .nb_queue_pools = ETH_32_POOLS,
183 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools;
184 vmdq_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools;
185 tx_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools;
H A Dvmdq_forwarding.rst100 .nb_queue_pools = ETH_8_POOLS,
145 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools;
/f-stack/dpdk/examples/vmdq/
H A Dmain.c80 .nb_queue_pools = ETH_8_POOLS,
134 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h879 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools. */ member
891 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq mode, 64 pools. */ member
906 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */ member
937 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq only mode, 8 or 64 pools */ member
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c82 pools = conf->nb_queue_pools; in bnxt_mq_rx_configure()
/f-stack/dpdk/examples/vhost/
H A Dmain.c139 .nb_queue_pools = ETH_8_POOLS,
211 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_devices; in get_eth_conf()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3602 vmdq_rx_conf->nb_queue_pools = in get_eth_dcb_conf()
3604 vmdq_tx_conf->nb_queue_pools = in get_eth_dcb_conf()
3607 vmdq_rx_conf->nb_pool_maps = vmdq_rx_conf->nb_queue_pools; in get_eth_dcb_conf()
3611 1 << (i % vmdq_rx_conf->nb_queue_pools); in get_eth_dcb_conf()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1195 if (!(conf->nb_queue_pools == ETH_16_POOLS || in txgbe_check_mq_mode()
1196 conf->nb_queue_pools == ETH_32_POOLS)) { in txgbe_check_mq_mode()
1212 if (!(conf->nb_queue_pools == ETH_16_POOLS || in txgbe_check_mq_mode()
1213 conf->nb_queue_pools == ETH_32_POOLS)) { in txgbe_check_mq_mode()
3945 for (i = 0; i < vmdq_rx_conf->nb_queue_pools; i++) { in txgbe_dev_get_dcb_info()
H A Dtxgbe_rxtx.c2940 num_pools = cfg->nb_queue_pools; in txgbe_vmdq_dcb_configure()
3079 vmdq_tx_conf->nb_queue_pools == in txgbe_vmdq_dcb_hw_tx_config()
3096 if (vmdq_rx_conf->nb_queue_pools == ETH_16_POOLS) { in txgbe_vmdq_dcb_rx_config()
3129 if (vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS) { in txgbe_dcb_vt_tx_config()
3606 num_pools = cfg->nb_queue_pools; in txgbe_vmdq_rx_hw_configure()
H A Dtxgbe_pf.c624 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in txgbe_get_vf_queues()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c125 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in ixgbe_tc_nb_get()
H A Dixgbe_rxtx.c3656 num_pools = cfg->nb_queue_pools; in ixgbe_vmdq_dcb_configure()
3819 vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in ixgbe_vmdq_dcb_hw_tx_config()
3835 if (vmdq_rx_conf->nb_queue_pools == ETH_16_POOLS) { in ixgbe_vmdq_dcb_rx_config()
3868 if (vmdq_tx_conf->nb_queue_pools == ETH_16_POOLS) { in ixgbe_dcb_vt_tx_config()
4333 num_pools = cfg->nb_queue_pools; in ixgbe_vmdq_rx_hw_configure()
H A Dixgbe_pf.c669 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in ixgbe_get_vf_queues()
H A Drte_pmd_ixgbe.c742 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in rte_pmd_ixgbe_set_tc_bw_alloc()
H A Dixgbe_ethdev.c2295 if (!(conf->nb_queue_pools == ETH_16_POOLS || in ixgbe_check_mq_mode()
2296 conf->nb_queue_pools == ETH_32_POOLS)) { in ixgbe_check_mq_mode()
2312 if (!(conf->nb_queue_pools == ETH_16_POOLS || in ixgbe_check_mq_mode()
2313 conf->nb_queue_pools == ETH_32_POOLS)) { in ixgbe_check_mq_mode()
7457 for (i = 0; i < vmdq_rx_conf->nb_queue_pools; i++) { in ixgbe_dev_get_dcb_info()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c6502 conf_vsis = conf->rx_adv_conf.vmdq_rx_conf.nb_queue_pools; in i40e_vmdq_setup()
6505 conf->rx_adv_conf.vmdq_rx_conf.nb_queue_pools, in i40e_vmdq_setup()