DPDK
17.05.2
|
#include <rte_flow.h>
Data Fields | |
uint16_t | index |
RTE_FLOW_ACTION_TYPE_DUP
Duplicates packets to a given queue index.
This is normally combined with QUEUE, however when used alone, it is actually similar to QUEUE + PASSTHRU.
Non-terminating by default.
Definition at line 935 of file rte_flow.h.
uint16_t index |
Queue index to duplicate packets to.
Definition at line 936 of file rte_flow.h.