DPDK
22.03.0
|
#include <rte_swx_ctl.h>
Data Fields | |
char | name [RTE_SWX_CTL_NAME_SIZE] |
uint32_t | n_bits |
int | is_network_byte_order |
Action argument info.
Definition at line 170 of file rte_swx_ctl.h.
char name[RTE_SWX_CTL_NAME_SIZE] |
Action argument name.
Definition at line 172 of file rte_swx_ctl.h.
uint32_t n_bits |
Action argument size (in bits).
Definition at line 175 of file rte_swx_ctl.h.
int is_network_byte_order |
Non-zero (true) when this action argument must be stored in the table in network byte order (NBO), zero when it must be stored in host byte order (HBO).
Definition at line 181 of file rte_swx_ctl.h.