|
DPDK
17.11.1
|
#include <rte_flow.h>
Collaboration diagram for rte_flow_item_eth:Data Fields | |
| struct ether_addr | dst |
| struct ether_addr | src |
| rte_be16_t | type |
RTE_FLOW_ITEM_TYPE_ETH
Matches an Ethernet header.
Definition at line 476 of file rte_flow.h.
| struct ether_addr dst |
Destination MAC.
Definition at line 477 of file rte_flow.h.
| struct ether_addr src |
Source MAC.
Definition at line 478 of file rte_flow.h.
| rte_be16_t type |
EtherType.
Definition at line 479 of file rte_flow.h.
1.8.13