DPDK  21.02.0
Data Fields
rte_swx_ctl_table_match_field_info Struct Reference

#include <rte_swx_ctl.h>

Data Fields

enum rte_swx_table_match_type match_type
 
int is_header
 
uint32_t n_bits
 
uint32_t offset
 

Detailed Description

Table match field info.

If (n_bits, offset) are known for all the match fields of the table, then the table (key_offset, key_size, key_mask0) can be computed.

Definition at line 240 of file rte_swx_ctl.h.

Field Documentation

enum rte_swx_table_match_type match_type

Match type of the current match field.

Definition at line 242 of file rte_swx_ctl.h.

int is_header

Non-zero (true) when the current match field is part of a registered header, zero (false) when it is part of the registered meta-data.

Definition at line 247 of file rte_swx_ctl.h.

uint32_t n_bits

Match field size (in bits).

Definition at line 250 of file rte_swx_ctl.h.

uint32_t offset

Match field offset within its parent struct (one of the headers or the meta-data).

Definition at line 255 of file rte_swx_ctl.h.


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