DPDK  make-f/builddir/build/BUILD/dpdk-17.02/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_flow_item_eth Struct Reference

#include <rte_flow.h>

Data Fields

struct ether_addr dst
 
struct ether_addr src
 
uint16_t type
 

Detailed Description

RTE_FLOW_ITEM_TYPE_ETH

Matches an Ethernet header.

Definition at line 406 of file rte_flow.h.

Field Documentation

◆ dst

struct ether_addr dst

Destination MAC.

Definition at line 407 of file rte_flow.h.

◆ src

struct ether_addr src

Source MAC.

Definition at line 408 of file rte_flow.h.

◆ type

uint16_t type

EtherType.

Definition at line 409 of file rte_flow.h.


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