DPDK  18.02.2
Data Fields
rte_flow_item_vlan Struct Reference

#include <rte_flow.h>

Data Fields

rte_be16_t tpid
rte_be16_t tci

Detailed Description

RTE_FLOW_ITEM_TYPE_VLAN

Matches an 802.1Q/ad VLAN tag.

This type normally follows either RTE_FLOW_ITEM_TYPE_ETH or RTE_FLOW_ITEM_TYPE_VLAN.

Examples:
examples/flow_filtering/flow_blocks.c.

Definition at line 480 of file rte_flow.h.

Field Documentation

rte_be16_t tpid

Tag protocol identifier.

Definition at line 481 of file rte_flow.h.

Tag control information.

Definition at line 482 of file rte_flow.h.


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