Home
last modified time | relevance | path

Searched refs:ETH_32_POOLS (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c63 static enum rte_eth_nb_pools num_pools = ETH_32_POOLS;
84 .nb_queue_pools = ETH_32_POOLS,
97 .nb_queue_pools = ETH_32_POOLS,
106 .nb_queue_pools = ETH_32_POOLS,
391 num_pools = ETH_32_POOLS; in vmdq_parse_num_pools()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c105 if (vf_num >= ETH_32_POOLS) { in txgbe_pf_host_init()
110 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_32_POOLS; in txgbe_pf_host_init()
263 case ETH_32_POOLS: in txgbe_pf_host_configure()
628 case ETH_32_POOLS: in txgbe_get_vf_queues()
H A Dtxgbe_ethdev.c1100 RTE_ETH_DEV_SRIOV(dev).active = ETH_32_POOLS; in txgbe_check_vf_rss_rxq_num()
1196 conf->nb_queue_pools == ETH_32_POOLS)) { in txgbe_check_mq_mode()
1199 ETH_16_POOLS, ETH_32_POOLS); in txgbe_check_mq_mode()
1213 conf->nb_queue_pools == ETH_32_POOLS)) { in txgbe_check_mq_mode()
1217 ETH_16_POOLS, ETH_32_POOLS); in txgbe_check_mq_mode()
H A Dtxgbe_rxtx.c2942 if (num_pools != ETH_16_POOLS && num_pools != ETH_32_POOLS) { in txgbe_vmdq_dcb_configure()
3767 case ETH_32_POOLS: in txgbe_config_vf_rss()
3794 case ETH_32_POOLS: in txgbe_config_vf_default()
3900 case ETH_32_POOLS: in txgbe_dev_mq_tx_configure()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c110 if (vf_num >= ETH_32_POOLS) { in ixgbe_pf_host_init()
115 RTE_ETH_DEV_SRIOV(eth_dev).active = ETH_32_POOLS; in ixgbe_pf_host_init()
273 case ETH_32_POOLS: in ixgbe_pf_host_configure()
673 case ETH_32_POOLS: in ixgbe_get_vf_queues()
H A Dixgbe_tm.c126 ETH_32_POOLS) in ixgbe_tc_nb_get()
378 if (vf_num >= ETH_32_POOLS) { in ixgbe_queue_base_nb_get()
H A Drte_pmd_ixgbe.c743 ETH_32_POOLS) in rte_pmd_ixgbe_set_tc_bw_alloc()
H A Dixgbe_rxtx.c3658 if (num_pools != ETH_16_POOLS && num_pools != ETH_32_POOLS) { in ixgbe_vmdq_dcb_configure()
4491 case ETH_32_POOLS: in ixgbe_config_vf_rss()
4517 case ETH_32_POOLS: in ixgbe_config_vf_default()
4635 case ETH_32_POOLS: in ixgbe_dev_mq_tx_configure()
H A Dixgbe_ethdev.c2201 RTE_ETH_DEV_SRIOV(dev).active = ETH_32_POOLS; in ixgbe_check_vf_rss_rxq_num()
2296 conf->nb_queue_pools == ETH_32_POOLS)) { in ixgbe_check_mq_mode()
2299 ETH_16_POOLS, ETH_32_POOLS); in ixgbe_check_mq_mode()
2313 conf->nb_queue_pools == ETH_32_POOLS)) { in ixgbe_check_mq_mode()
2317 ETH_16_POOLS, ETH_32_POOLS); in ixgbe_check_mq_mode()
/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,
/f-stack/dpdk/doc/guides/nics/
H A Dintel_vf.rst219 pools (ETH_32_POOLS), and each VF could have 4 Rx queues;
222 pools (ETH_32_POOLS), and each VF could have 2 Rx queues;
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h867 ETH_32_POOLS = 32, /**< 32 VMDq pools. */ enumerator
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c3603 (num_tcs == ETH_4_TCS ? ETH_32_POOLS : ETH_16_POOLS); in get_eth_dcb_conf()
3605 (num_tcs == ETH_4_TCS ? ETH_32_POOLS : ETH_16_POOLS); in get_eth_dcb_conf()
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c1381 dev_info->max_vmdq_pools = ETH_32_POOLS; in fm10k_dev_infos_get()