Searched defs:rte_eth_vmdq_dcb_conf (Results 1 – 1 of 1) sorted by relevance
905 struct rte_eth_vmdq_dcb_conf { struct906 enum rte_eth_nb_pools nb_queue_pools; /**< With DCB, 16 or 32 pools */907 uint8_t enable_default_pool; /**< If non-zero, use a default pool */908 uint8_t default_pool; /**< The default pool, if applicable */909 uint8_t nb_pool_maps; /**< We can have up to 64 filters/mappings */910 struct {913 } pool_map[ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq vlan pool maps. */914 uint8_t dcb_tc[ETH_DCB_NUM_USER_PRIORITIES];