DPDK
16.04.0
|
#include <rte_ether.h>
Data Fields | |
uint16_t | vlan_tci |
uint16_t | eth_proto |
Ethernet VLAN Header. Contains the 16-bit VLAN Tag Control Identifier and the Ethernet type of the encapsulated frame.
Definition at line 311 of file rte_ether.h.
uint16_t vlan_tci |
Priority (3) + CFI (1) + Identifier Code (12)
Definition at line 312 of file rte_ether.h.
uint16_t eth_proto |
Ethernet type of encapsulated frame.
Definition at line 313 of file rte_ether.h.