DPDK
20.11.10
|
#include <rte_ethdev_driver.h>
Data Fields | |
struct rte_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 data representation.
Definition at line 1383 of file rte_ethdev_driver.h.
struct rte_ether_addr mac_addr |
Mac address to match.
Definition at line 1384 of file rte_ethdev_driver.h.
uint16_t ether_type |
Ether type to match
Definition at line 1385 of file rte_ethdev_driver.h.
uint16_t flags |
Flags from RTE_ETHTYPE_FLAGS_*
Definition at line 1386 of file rte_ethdev_driver.h.
uint16_t queue |
Queue assigned to when match
Definition at line 1387 of file rte_ethdev_driver.h.