DPDK 22.11.5
|
#include <rte_swx_ctl.h>
Data Fields | |
uint32_t | port_id |
int | fast_clone |
uint32_t | truncation_length |
Packet mirroring session parameters.
Definition at line 725 of file rte_swx_ctl.h.
uint32_t port_id |
Output port ID.
Definition at line 727 of file rte_swx_ctl.h.
int fast_clone |
Fast clone flag.
Definition at line 730 of file rte_swx_ctl.h.
uint32_t truncation_length |
Truncation packet length (in bytes). Zero means no truncation.
Definition at line 733 of file rte_swx_ctl.h.