DPDK  22.07.0
Data Fields
rte_swx_table_state Struct Reference

#include <rte_swx_ctl.h>

Data Fields

void * obj
 
uint64_t default_action_id
 
uint8_t * default_action_data
 

Detailed Description

Table state.

Definition at line 755 of file rte_swx_ctl.h.

Field Documentation

◆ obj

void* obj

Table object.

Definition at line 757 of file rte_swx_ctl.h.

◆ default_action_id

uint64_t default_action_id

Action ID of the table default action.

Definition at line 760 of file rte_swx_ctl.h.

◆ default_action_data

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


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