|
DPDK
1.6.0r2
|
#include <rte_ethdev.h>
Data Fields | |
| uint8_t | rule_type_mask |
| 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.
| uint8_t dst_pool |
Destination pool for this mirror rule.
| uint64_t pool_mask |
Bitmap of pool for pool mirroring
| uint8_t rule_type_mask |
Mirroring rule type mask we want to set
| struct rte_eth_vlan_mirror vlan |
VLAN ID setting for VLAN mirroring
1.8.1.2