Searched refs:nb_queue_pools (Results 1 – 18 of 18) sorted by relevance
| /dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 83 .nb_queue_pools = RTE_ETH_32_POOLS, 96 .nb_queue_pools = RTE_ETH_32_POOLS, 105 .nb_queue_pools = RTE_ETH_32_POOLS, 143 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf() 144 vmdq_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf() 145 tx_conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 431 if (vmdq_conf->nb_queue_pools > in fm10k_check_mq_mode() 435 vmdq_conf->nb_queue_pools); in fm10k_check_mq_mode() 607 nb_queue_pools = vmdq_conf->nb_queue_pools; in fm10k_dev_mq_rx_configure() 610 if (macvlan->nb_queue_pools == nb_queue_pools) in fm10k_dev_mq_rx_configure() 613 nb_lport_new = nb_queue_pools ? nb_queue_pools : 1; in fm10k_dev_mq_rx_configure() 622 macvlan->nb_queue_pools = nb_queue_pools; in fm10k_dev_mq_rx_configure() 624 if (nb_queue_pools) in fm10k_dev_mq_rx_configure() 789 if (macvlan->nb_queue_pools) in fm10k_dev_rx_init() 1041 uint16_t nb_queue_pools; in fm10k_dev_dglort_map_configure() local 1045 nb_queue_pools = macvlan->nb_queue_pools; in fm10k_dev_dglort_map_configure() [all …]
|
| H A D | fm10k.h | 110 uint16_t nb_queue_pools; /* Active queue pools number */ member
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 81 .nb_queue_pools = RTE_ETH_8_POOLS, 145 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_pools; in get_eth_conf()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1070 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools. */ member 1082 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq mode, 64 pools. */ member 1097 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */ member 1128 enum rte_eth_nb_pools nb_queue_pools; /**< VMDq only mode, 8 or 64 pools */ member
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxq.c | 91 pools = conf->nb_queue_pools; in bnxt_mq_rx_configure()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.c | 3892 vmdq_rx_conf->nb_queue_pools = in get_eth_dcb_conf() 3894 vmdq_tx_conf->nb_queue_pools = in get_eth_dcb_conf() 3897 vmdq_rx_conf->nb_pool_maps = vmdq_rx_conf->nb_queue_pools; in get_eth_dcb_conf() 3901 1 << (i % vmdq_rx_conf->nb_queue_pools); in get_eth_dcb_conf()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 146 .nb_queue_pools = RTE_ETH_8_POOLS, 362 conf.nb_queue_pools = (enum rte_eth_nb_pools)num_devices; in get_eth_conf()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 3084 num_pools = cfg->nb_queue_pools; in txgbe_vmdq_dcb_configure() 3223 vmdq_tx_conf->nb_queue_pools == in txgbe_vmdq_dcb_hw_tx_config() 3240 if (vmdq_rx_conf->nb_queue_pools == RTE_ETH_16_POOLS) { in txgbe_vmdq_dcb_rx_config() 3273 if (vmdq_tx_conf->nb_queue_pools == RTE_ETH_16_POOLS) { in txgbe_dcb_vt_tx_config() 3750 num_pools = cfg->nb_queue_pools; in txgbe_vmdq_rx_hw_configure()
|
| H A D | txgbe_pf.c | 623 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in txgbe_get_vf_queues()
|
| H A D | txgbe_tm.c | 124 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in txgbe_tc_nb_get()
|
| H A D | txgbe_ethdev.c | 1428 if (!(conf->nb_queue_pools == RTE_ETH_16_POOLS || in txgbe_check_mq_mode() 1429 conf->nb_queue_pools == RTE_ETH_32_POOLS)) { in txgbe_check_mq_mode() 1445 if (!(conf->nb_queue_pools == RTE_ETH_16_POOLS || in txgbe_check_mq_mode() 1446 conf->nb_queue_pools == RTE_ETH_32_POOLS)) { in txgbe_check_mq_mode() 4648 for (i = 0; i < vmdq_rx_conf->nb_queue_pools; i++) { in txgbe_dev_get_dcb_info()
|
| /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 | 3695 num_pools = cfg->nb_queue_pools; in ixgbe_vmdq_dcb_configure() 3858 vmdq_tx_conf->nb_queue_pools == RTE_ETH_16_POOLS ? 0xFFFF : 0xFFFFFFFF); in ixgbe_vmdq_dcb_hw_tx_config() 3874 if (vmdq_rx_conf->nb_queue_pools == RTE_ETH_16_POOLS) { in ixgbe_vmdq_dcb_rx_config() 3907 if (vmdq_tx_conf->nb_queue_pools == RTE_ETH_16_POOLS) { in ixgbe_dcb_vt_tx_config() 4371 num_pools = cfg->nb_queue_pools; in ixgbe_vmdq_rx_hw_configure()
|
| H A D | ixgbe_pf.c | 686 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 | 2317 if (!(conf->nb_queue_pools == RTE_ETH_16_POOLS || in ixgbe_check_mq_mode() 2318 conf->nb_queue_pools == RTE_ETH_32_POOLS)) { in ixgbe_check_mq_mode() 2334 if (!(conf->nb_queue_pools == RTE_ETH_16_POOLS || in ixgbe_check_mq_mode() 2335 conf->nb_queue_pools == RTE_ETH_32_POOLS)) { in ixgbe_check_mq_mode() 7263 for (i = 0; i < vmdq_rx_conf->nb_queue_pools; i++) { in ixgbe_dev_get_dcb_info()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 6463 conf_vsis = conf->rx_adv_conf.vmdq_rx_conf.nb_queue_pools; in i40e_vmdq_setup() 6466 conf->rx_adv_conf.vmdq_rx_conf.nb_queue_pools, in i40e_vmdq_setup()
|