DPDK  19.11.14
Data Fields
rte_eth_ethertype_filter Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

struct rte_ether_addr mac_addr
 
uint16_t ether_type
 
uint16_t flags
 
uint16_t queue
 

Detailed Description

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.

Definition at line 94 of file rte_eth_ctrl.h.

Field Documentation

◆ mac_addr

struct rte_ether_addr mac_addr

Mac address to match.

Definition at line 95 of file rte_eth_ctrl.h.

◆ ether_type

uint16_t ether_type

Ether type to match

Definition at line 96 of file rte_eth_ctrl.h.

◆ flags

uint16_t flags

Flags from RTE_ETHTYPE_FLAGS_*

Definition at line 97 of file rte_eth_ctrl.h.

◆ queue

uint16_t queue

Queue assigned to when match

Definition at line 98 of file rte_eth_ctrl.h.


The documentation for this struct was generated from the following file: