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_swx_ctl_table_action_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_swx_ctl_table_action_info(3)

Detailed Description

       Table action info.

       Definition at line 314 of file rte_swx_ctl.h.

Field Documentation

uint32_taction_id
       Action ID.

       Definition at line 316 of file rte_swx_ctl.h.

   intaction_is_for_table_entries
       When non-zero (true), the action can be assigned to regular table entries.

       Definition at line 319 of file rte_swx_ctl.h.

   intaction_is_for_default_entry
       When non-zero (true), the action can be assigned to the table default entry.

       Definition at line 322 of file rte_swx_ctl.h.

Name

       rte_swx_ctl_table_action_info

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       uint32_t action_id
       int action_is_for_table_entries
       int action_is_for_default_entry

See Also