DPDK  /usr/bin/make-f/build/dpdk-sN1_Py/dpdk-16.07.2/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_eth_mirror_conf Struct Reference

#include <rte_ethdev.h>

+ Collaboration diagram for rte_eth_mirror_conf:

Data Fields

uint8_t rule_type
 
uint8_t dst_pool
 
uint64_t pool_mask
 
struct rte_eth_vlan_mirror vlan
 

Detailed Description

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

Definition at line 539 of file rte_ethdev.h.

Field Documentation

§ rule_type

uint8_t rule_type

Mirroring rule type

Definition at line 540 of file rte_ethdev.h.

§ dst_pool

uint8_t dst_pool

Destination pool for this mirror rule.

Definition at line 541 of file rte_ethdev.h.

§ pool_mask

uint64_t pool_mask

Bitmap of pool for pool mirroring

Definition at line 542 of file rte_ethdev.h.

§ vlan

struct rte_eth_vlan_mirror vlan

VLAN ID setting for VLAN mirroring.

Definition at line 544 of file rte_ethdev.h.


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