DPDK 22.11.5
|
#include <rte_swx_ctl.h>
Data Fields | |
uint32_t | action_id |
int | action_is_for_table_entries |
int | action_is_for_default_entry |
Table action info.
Definition at line 311 of file rte_swx_ctl.h.
uint32_t action_id |
Action ID.
Definition at line 313 of file rte_swx_ctl.h.
int action_is_for_table_entries |
When non-zero (true), the action can be assigned to regular table entries.
Definition at line 316 of file rte_swx_ctl.h.
int action_is_for_default_entry |
When non-zero (true), the action can be assigned to the table default entry.
Definition at line 319 of file rte_swx_ctl.h.