DPDK  19.11.14
Data Fields
rte_flow_item_vlan Struct Reference

#include <rte_flow.h>

Data Fields

rte_be16_t tci
 
rte_be16_t inner_type
 

Detailed Description

RTE_FLOW_ITEM_TYPE_VLAN

Matches an 802.1Q/ad VLAN tag.

The corresponding standard outer EtherType (TPID) values are RTE_ETHER_TYPE_VLAN or RTE_ETHER_TYPE_QINQ. It can be overridden by the preceding pattern item.

Definition at line 721 of file rte_flow.h.

Field Documentation

◆ tci

Tag control information.

Definition at line 722 of file rte_flow.h.

◆ inner_type

rte_be16_t inner_type

Inner EtherType or TPID.

Definition at line 723 of file rte_flow.h.


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