DPDK  21.05.0
Data Fields
rte_flow_classify_table_params Struct Reference

#include <rte_flow_classify.h>

Data Fields

struct rte_table_opsops
 
void * arg_create
 
enum rte_flow_classify_table_type type
 

Detailed Description

Parameters for table creation

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 109 of file rte_flow_classify.h.

Field Documentation

◆ ops

struct rte_table_ops* ops

Table operations (specific to each table type)

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 111 of file rte_flow_classify.h.

◆ arg_create

void* arg_create

Opaque param to be passed to the table create operation

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 114 of file rte_flow_classify.h.

◆ type

Classifier table type

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 117 of file rte_flow_classify.h.


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