DPDK  22.07.0
Data Fields
rte_flow_action_phy_port Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t original:1
 
uint32_t reserved:31
 
uint32_t index
 

Detailed Description

Deprecated:
See also
RTE_FLOW_ACTION_TYPE_PORT_REPRESENTOR
RTE_FLOW_ACTION_TYPE_REPRESENTED_PORT

RTE_FLOW_ACTION_TYPE_PHY_PORT

Directs packets to a given physical port index of the underlying device.

See also
RTE_FLOW_ITEM_TYPE_PHY_PORT

Definition at line 3093 of file rte_flow.h.

Field Documentation

◆ original

uint32_t original

Use original port index if possible.

Definition at line 3094 of file rte_flow.h.

◆ reserved

uint32_t reserved

Reserved, must be zero.

Definition at line 3095 of file rte_flow.h.

◆ index

uint32_t index

Physical port index.

Definition at line 3096 of file rte_flow.h.


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