Searched defs:rte_port (Results 1 – 3 of 3) sorted by relevance
198 struct rte_port { struct203 unsigned int socket_id; /**< For NUMA support */204 uint16_t parse_tunnel:1; /**< Parse internal headers */207 uint16_t tx_vlan_id;/**< The tag ID */209 uint8_t tx_queue_stats_mapping_enabled;210 uint8_t rx_queue_stats_mapping_enabled;215 uint8_t rss_flag; /**< enable rss or not */216 uint8_t dcb_flag; /**< enable dcb */225 struct port_shared_action *actions_list;231 uint32_t tx_metadata;[all …]
3666 struct rte_port *rte_port; in init_port_dcb_config() local
1494 struct rte_port *rte_port = &ports[port_id]; in port_mtu_set() local