DPDK  24.03.0
Data Fields
rte_flow_action_prog_argument Struct Reference

#include <rte_flow.h>

Data Fields

const char * name
 
uint32_t size
 
const uint8_t * value
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

Program action argument configuration parameters.

For each action argument, its size must be non-zero and its value must point to a valid array of size bytes specified in network byte order.

See also
struct rte_flow_action_prog

Definition at line 4193 of file rte_flow.h.

Field Documentation

◆ name

const char* name

Argument name.

Definition at line 4195 of file rte_flow.h.

◆ size

uint32_t size

Argument size in bytes.

Definition at line 4197 of file rte_flow.h.

◆ value

const uint8_t* value

Argument value.

Definition at line 4199 of file rte_flow.h.


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