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_indirect_list

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_flow_action_indirect_list(3)

Detailed Description

WarningEXPERIMENTAL: this API may change without prior notice.

       Configure INDIRECT_LIST flow action.

       SeealsoRTE_FLOW_ACTION_TYPE_INDIRECT_LIST

       Definition at line 6694 of file rte_flow.h.

Field Documentation

structrte_flow_action_list_handle*handle
       Indirect action list handle

       Definition at line 6696 of file rte_flow.h.

   constvoid**conf
       Flow mutable configuration array. NULL if the handle has no flow mutable configuration update. Otherwise,
       if the handle was created with list A1 / A2 .. An / END size of conf is n. conf[i] points to flow mutable
       update of Ai in the handle actions list or NULL if Ai has no update.

       Definition at line 6705 of file rte_flow.h.

Name

       rte_flow_action_indirect_list

Synopsis

       #include <rte_flow.h>

   DataFields
       struct rte_flow_action_list_handle * handle
       const void ** conf

See Also