| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 84 .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 D | fm10k_ethdev.c | 430 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 D | fm10k.h | 112 uint16_t nb_queue_pools; /* Active queue pools number */ member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_dcb_forwarding.rst | 115 .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 D | vmdq_forwarding.rst | 100 .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 D | main.c | 80 .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 D | rte_ethdev.h | 879 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 D | bnxt_rxq.c | 82 pools = conf->nb_queue_pools; in bnxt_mq_rx_configure()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 139 .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 D | testpmd.c | 3602 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 D | txgbe_ethdev.c | 1195 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 D | txgbe_rxtx.c | 2940 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 D | txgbe_pf.c | 624 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in txgbe_get_vf_queues()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 125 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in ixgbe_tc_nb_get()
|
| H A D | ixgbe_rxtx.c | 3656 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 D | ixgbe_pf.c | 669 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in ixgbe_get_vf_queues()
|
| H A D | rte_pmd_ixgbe.c | 742 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in rte_pmd_ixgbe_set_tc_bw_alloc()
|
| H A D | ixgbe_ethdev.c | 2295 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 D | i40e_ethdev.c | 6502 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()
|