Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_vlan_hdr - Man Page

Synopsis

#include <rte_ether.h>

Data Fields

rte_be16_t vlan_tci
rte_be16_t eth_proto

Detailed Description

Ethernet VLAN Header. Contains the 16-bit VLAN Tag Control Identifier and the Ethernet type of the encapsulated frame.

Definition at line 290 of file rte_ether.h.

Field Documentation

rte_be16_t vlan_tci

Priority (3) + CFI (1) + Identifier Code (12)

Definition at line 291 of file rte_ether.h.

rte_be16_t eth_proto

Ethernet type of encapsulated frame.

Definition at line 292 of file rte_ether.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK