DPDK  17.05.2
Data Fields
rte_flow_action_dup Struct Reference

#include <rte_flow.h>

Data Fields

uint16_t index

Detailed Description

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.

Field Documentation

uint16_t index

Queue index to duplicate packets to.

Definition at line 936 of file rte_flow.h.


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