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_table_state

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_swx_table_state(3)

Detailed Description

       Table state.

       Definition at line 764 of file rte_swx_ctl.h.

Field Documentation

void*obj
       Table object.

       Definition at line 766 of file rte_swx_ctl.h.

   uint64_tdefault_action_id
       Action ID of the table default action.

       Definition at line 769 of file rte_swx_ctl.h.

   uint8_t*default_action_data
       Action data of the table default action. Ignored when the action data size is zero; otherwise, action
       data size bytes are meaningful.

       Definition at line 774 of file rte_swx_ctl.h.

Name

       rte_swx_table_state

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       void * obj
       uint64_t default_action_id
       uint8_t * default_action_data

See Also