DPDK  22.07.0
Data Fields
rte_flow_action_modify_field Struct Reference

#include <rte_flow.h>

Data Fields

enum rte_flow_modify_op operation
 
struct rte_flow_action_modify_data dst
 
struct rte_flow_action_modify_data src
 
uint32_t width
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice

RTE_FLOW_ACTION_TYPE_MODIFY_FIELD

Modify a destination header field according to the specified operation. Another field of the packet can be used as a source as well as tag, mark, metadata, immediate value or a pointer to it.

Definition at line 3745 of file rte_flow.h.

Field Documentation

◆ operation

enum rte_flow_modify_op operation

Operation to perform.

Definition at line 3746 of file rte_flow.h.

◆ dst

Destination field.

Definition at line 3747 of file rte_flow.h.

◆ src

Source field.

Definition at line 3748 of file rte_flow.h.

◆ width

uint32_t width

Number of bits to use from a source field.

Definition at line 3749 of file rte_flow.h.


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