DPDK  22.07.0
Data Fields
rte_swx_match_field_params Struct Reference

#include <rte_swx_pipeline.h>

Data Fields

const char * name
 
enum rte_swx_table_match_type match_type
 

Detailed Description

Match field parameters.

Definition at line 620 of file rte_swx_pipeline.h.

Field Documentation

◆ name

const char* name

Match field name. Must be either a field of one of the registered packet headers ("h.header.field") or a field of the registered meta-data ("m.field").

Definition at line 625 of file rte_swx_pipeline.h.

◆ match_type

enum rte_swx_table_match_type match_type

Match type of the field.

Definition at line 628 of file rte_swx_pipeline.h.


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