DPDK  18.05.1
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 538 of file rte_ethdev.h.

Field Documentation

uint64_t vlan_mask

mask for valid VLAN ID.

Definition at line 539 of file rte_ethdev.h.

uint16_t vlan_id[ETH_MIRROR_MAX_VLANS]

VLAN ID list for vlan mirroring.

Definition at line 541 of file rte_ethdev.h.


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