logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_action_prog

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_flow_action_prog(3)

Detailed Description

WarningEXPERIMENTAL: 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.

       SeealsoRTE_FLOW_ACTION_TYPE_PROG

       Definition at line 4233 of file rte_flow.h.

Field Documentation

constchar*name
       Action name.

       Definition at line 4235 of file rte_flow.h.

   uint32_targs_num
       Number of action arguments.

       Definition at line 4237 of file rte_flow.h.

   conststructrte_flow_action_prog_argument*args
       Action arguments array.

       Definition at line 4239 of file rte_flow.h.

Name

       rte_flow_action_prog

Synopsis

       #include <rte_flow.h>

   DataFields
       const char * name
       uint32_t args_num
       const struct rte_flow_action_prog_argument * args

See Also