DPDK  22.07.0
Data Fields
rte_swx_ctl_action_arg_info Struct Reference

#include <rte_swx_ctl.h>

Data Fields

char name [RTE_SWX_CTL_NAME_SIZE]
 
uint32_t n_bits
 
int is_network_byte_order
 

Detailed Description

Action argument info.

Definition at line 176 of file rte_swx_ctl.h.

Field Documentation

◆ name

Action argument name.

Definition at line 178 of file rte_swx_ctl.h.

◆ n_bits

uint32_t n_bits

Action argument size (in bits).

Definition at line 181 of file rte_swx_ctl.h.

◆ is_network_byte_order

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 187 of file rte_swx_ctl.h.


The documentation for this struct was generated from the following file: