Home
last modified time | relevance | path

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

/dpdk/examples/vmdq_dcb/
H A Dmain.c83 .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 Dfm10k_ethdev.c431 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 Dfm10k.h110 uint16_t nb_queue_pools; /* Active queue pools number */ member
/dpdk/examples/vmdq/
H A Dmain.c81 .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 Drte_ethdev.h1070 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 Dbnxt_rxq.c91 pools = conf->nb_queue_pools; in bnxt_mq_rx_configure()
/dpdk/app/test-pmd/
H A Dtestpmd.c3892 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 Dmain.c146 .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 Dtxgbe_rxtx.c3084 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 Dtxgbe_pf.c623 switch (vmdq_dcb_tx_conf->nb_queue_pools) { in txgbe_get_vf_queues()
H A Dtxgbe_tm.c124 if (eth_conf->tx_adv_conf.vmdq_dcb_tx_conf.nb_queue_pools == in txgbe_tc_nb_get()
H A Dtxgbe_ethdev.c1428 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 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.c3695 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 Dixgbe_pf.c686 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.c2317 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 Di40e_ethdev.c6463 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()