DPDK
20.11.10
|
#include <rte_flow.h>
Data Fields | |
uint32_t | original:1 |
uint32_t | reserved:31 |
uint32_t | index |
RTE_FLOW_ACTION_TYPE_PHY_PORT
Directs packets to a given physical port index of the underlying device.
Definition at line 2418 of file rte_flow.h.
uint32_t original |
Use original port index if possible.
Definition at line 2419 of file rte_flow.h.
uint32_t reserved |
Reserved, must be zero.
Definition at line 2420 of file rte_flow.h.
uint32_t index |
Physical port index.
Definition at line 2421 of file rte_flow.h.