DPDK  22.07.0
Data Fields
rte_swx_ctl_table_info Struct Reference

#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
 

Detailed Description

Table info.

Examples:
examples/pipeline/cli.c.

Definition at line 217 of file rte_swx_ctl.h.

Field Documentation

◆ name

Table name.

Examples:
examples/pipeline/cli.c.

Definition at line 219 of file rte_swx_ctl.h.

◆ args

Table creation arguments.

Definition at line 222 of file rte_swx_ctl.h.

◆ n_match_fields

uint32_t n_match_fields

Number of match fields.

Definition at line 225 of file rte_swx_ctl.h.

◆ n_actions

uint32_t n_actions

Number of actions.

Definition at line 228 of file rte_swx_ctl.h.

◆ default_action_is_const

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

◆ size

uint32_t size

Table size parameter.

Definition at line 237 of file rte_swx_ctl.h.


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