DPDK
16.04.0
|
#include <rte_ethdev.h>
Data Fields | |
uint8_t | rule_type |
uint8_t | dst_pool |
uint64_t | pool_mask |
struct rte_eth_vlan_mirror | vlan |
A structure used to configure traffic mirror of an Ethernet port.
Definition at line 550 of file rte_ethdev.h.
uint8_t rule_type |
Mirroring rule type
Definition at line 551 of file rte_ethdev.h.
uint8_t dst_pool |
Destination pool for this mirror rule.
Definition at line 552 of file rte_ethdev.h.
uint64_t pool_mask |
Bitmap of pool for pool mirroring
Definition at line 553 of file rte_ethdev.h.
struct rte_eth_vlan_mirror vlan |
VLAN ID setting for VLAN mirroring.
Definition at line 555 of file rte_ethdev.h.