| 
    DPDK
    19.08.0-rc0
    
   | 
 
#include <rte_flow.h>
Data Fields | |
| rte_be16_t | tci | 
| rte_be16_t | inner_type | 
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 610 of file rte_flow.h.
| rte_be16_t tci | 
Tag control information.
Definition at line 611 of file rte_flow.h.
| rte_be16_t inner_type | 
Inner EtherType or TPID.
Definition at line 612 of file rte_flow.h.
 1.8.15