DPDK  20.11.10
Data Fields
rte_flow_action_port_id Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t original:1
 
uint32_t reserved:31
 
uint32_t id
 

Detailed Description

RTE_FLOW_ACTION_TYPE_PORT_ID

Directs matching traffic to a given DPDK port ID.

See also
RTE_FLOW_ITEM_TYPE_PORT_ID

Definition at line 2431 of file rte_flow.h.

Field Documentation

◆ original

uint32_t original

Use original DPDK port ID if possible.

Definition at line 2432 of file rte_flow.h.

◆ reserved

uint32_t reserved

Reserved, must be zero.

Definition at line 2433 of file rte_flow.h.

◆ id

uint32_t id

DPDK port ID.

Definition at line 2434 of file rte_flow.h.


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