|
DPDK
1.8.0
|
Data Structures | |
| struct | rte_eth_mac_filter |
| struct | rte_eth_ethertype_filter |
| struct | rte_eth_tunnel_filter_conf |
| struct | rte_eth_ipv4_flow |
| struct | rte_eth_udpv4_flow |
| struct | rte_eth_tcpv4_flow |
| struct | rte_eth_sctpv4_flow |
| struct | rte_eth_ipv6_flow |
| struct | rte_eth_udpv6_flow |
| struct | rte_eth_tcpv6_flow |
| struct | rte_eth_sctpv6_flow |
| union | rte_eth_fdir_flow |
| struct | rte_eth_fdir_flow_ext |
| struct | rte_eth_fdir_input |
| struct | rte_eth_fdir_action |
| struct | rte_eth_fdir_filter |
| struct | rte_eth_flex_payload_cfg |
| struct | rte_eth_fdir_flex_mask |
| struct | rte_eth_fdir_flex_conf |
| struct | rte_eth_fdir_info |
| struct | rte_eth_fdir_stats |
Macros | |
| #define | RTE_ETHTYPE_FLAGS_MAC 0x0001 |
| #define | RTE_ETHTYPE_FLAGS_DROP 0x0002 |
| #define | ETH_TUNNEL_FILTER_OMAC 0x01 |
| #define | ETH_TUNNEL_FILTER_OIP 0x02 |
| #define | ETH_TUNNEL_FILTER_TENID 0x04 |
| #define | ETH_TUNNEL_FILTER_IMAC 0x08 |
| #define | ETH_TUNNEL_FILTER_IVLAN 0x10 |
| #define | ETH_TUNNEL_FILTER_IIP 0x20 |
Ethernet device features and related data structures used by control APIs should be defined in this file.
| #define ETH_TUNNEL_FILTER_IIP 0x20 |
filter by inner IP addr
| #define ETH_TUNNEL_FILTER_IMAC 0x08 |
filter by inner MAC addr
| #define ETH_TUNNEL_FILTER_IVLAN 0x10 |
filter by inner VLAN ID
| #define ETH_TUNNEL_FILTER_OIP 0x02 |
filter by outer IP Addr
| #define ETH_TUNNEL_FILTER_OMAC 0x01 |
filter type of tunneling packetfilter by outer MAC addr
| #define ETH_TUNNEL_FILTER_TENID 0x04 |
filter by tenant ID
| #define RTE_ETHTYPE_FLAGS_DROP 0x0002 |
If set, drop packet when match
| #define RTE_ETHTYPE_FLAGS_MAC 0x0001 |
Define all structures for Ethertype Filter type.If set, compare mac
Behavior will be taken if FDIR match
| enum rte_eth_fdir_status |
| enum rte_eth_flow_type |
Flow type
| enum rte_eth_payload_type |
Payload type
| enum rte_eth_tunnel_type |
Tunneled type.
| enum rte_fdir_mode |
| enum rte_filter_op |
Generic operations on filters
| enum rte_filter_type |
Feature filter types
| enum rte_mac_filter_type |
| enum rte_tunnel_iptype |
1.8.1.2