DPDK 22.11.5
|
#include <rte_swx_ctl.h>
Data Fields | |
void * | obj |
uint64_t | default_action_id |
uint8_t * | default_action_data |
Table state.
Definition at line 761 of file rte_swx_ctl.h.
void* obj |
Table object.
Definition at line 763 of file rte_swx_ctl.h.
uint64_t default_action_id |
Action ID of the table default action.
Definition at line 766 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 771 of file rte_swx_ctl.h.