DPDK
21.02.0
|
#include <rte_swx_ctl.h>
Data Fields | |
char | name [RTE_SWX_CTL_NAME_SIZE] |
char | args [RTE_SWX_CTL_NAME_SIZE] |
uint32_t | n_match_fields |
uint32_t | n_actions |
int | default_action_is_const |
uint32_t | size |
Table info.
Definition at line 193 of file rte_swx_ctl.h.
char name[RTE_SWX_CTL_NAME_SIZE] |
Table name.
Definition at line 195 of file rte_swx_ctl.h.
char args[RTE_SWX_CTL_NAME_SIZE] |
Table creation arguments.
Definition at line 198 of file rte_swx_ctl.h.
uint32_t n_match_fields |
Number of match fields.
Definition at line 201 of file rte_swx_ctl.h.
uint32_t n_actions |
Number of actions.
Definition at line 204 of file rte_swx_ctl.h.
int default_action_is_const |
Non-zero (true) when the default action is constant, therefore it cannot be changed; zero (false) when the default action not constant, therefore it can be changed.
Definition at line 210 of file rte_swx_ctl.h.
uint32_t size |
Table size parameter.
Definition at line 213 of file rte_swx_ctl.h.