DPDK 22.11.5
|
#include <rte_swx_pipeline.h>
Data Fields | |
const char * | name |
enum rte_swx_table_match_type | match_type |
Match field parameters.
Definition at line 619 of file rte_swx_pipeline.h.
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 624 of file rte_swx_pipeline.h.
enum rte_swx_table_match_type match_type |
Match type of the field.
Definition at line 627 of file rte_swx_pipeline.h.