|
DPDK
2.0.0
|
#include <rte_eth_ctrl.h>
Data Fields | |
| struct ether_addr | mac_addr |
| uint16_t | ether_type |
| uint16_t | flags |
| uint16_t | queue |
A structure used to define the ethertype filter entry to support RTE_ETH_FILTER_ETHERTYPE with RTE_ETH_FILTER_ADD, RTE_ETH_FILTER_DELETE and RTE_ETH_FILTER_GET operations.
| uint16_t ether_type |
Ether type to match
| uint16_t flags |
Flags from RTE_ETHTYPE_FLAGS_*
| struct ether_addr mac_addr |
Mac address to match.
| uint16_t queue |
Queue assigned to when match
1.8.1.2