DPDK  19.08.2
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 107 of file rte_flow_classify.h.

Field Documentation

struct rte_table_ops* ops

Table operations (specific to each table type)

Definition at line 109 of file rte_flow_classify.h.

void* arg_create

Opaque param to be passed to the table create operation

Definition at line 112 of file rte_flow_classify.h.

Classifier table type

Definition at line 115 of file rte_flow_classify.h.


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