DPDK  24.03.0
Data Fields
rte_flow_action_prog Struct Reference

#include <rte_flow.h>

Data Fields

const char * name
 
uint32_t args_num
 
const struct rte_flow_action_prog_argumentargs
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice.

RTE_FLOW_ACTION_TYPE_PROG

Program action configuration parameters.

Each action can have zero or more arguments. When args_num is non-zero, the args parameter must point to a valid array of args_num elements.

See also
RTE_FLOW_ACTION_TYPE_PROG

Definition at line 4215 of file rte_flow.h.

Field Documentation

◆ name

const char* name

Action name.

Definition at line 4217 of file rte_flow.h.

◆ args_num

uint32_t args_num

Number of action arguments.

Definition at line 4219 of file rte_flow.h.

◆ args

const struct rte_flow_action_prog_argument* args

Action arguments array.

Definition at line 4221 of file rte_flow.h.


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