DPDK  21.02.0
Data Fields
rte_eth_vlan_mirror Struct Reference

#include <rte_ethdev.h>

Data Fields

uint64_t vlan_mask
 
uint16_t vlan_id [ETH_MIRROR_MAX_VLANS]
 

Detailed Description

A structure used to configure VLAN traffic mirror of an Ethernet port.

Definition at line 827 of file rte_ethdev.h.

Field Documentation

uint64_t vlan_mask

mask for valid VLAN ID.

Definition at line 828 of file rte_ethdev.h.

uint16_t vlan_id[ETH_MIRROR_MAX_VLANS]

VLAN ID list for vlan mirroring.

Definition at line 830 of file rte_ethdev.h.


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