| DPDK
    18.11.11
    | 
#include <rte_flow_classify.h>
| Data Fields | |
| struct rte_table_ops * | ops | 
| void * | arg_create | 
| enum rte_flow_classify_table_type | type | 
Parameters for table creation
Definition at line 109 of file rte_flow_classify.h.
| struct rte_table_ops* ops | 
Table operations (specific to each table type)
Definition at line 111 of file rte_flow_classify.h.
| void* arg_create | 
Opaque param to be passed to the table create operation
Definition at line 114 of file rte_flow_classify.h.
| enum rte_flow_classify_table_type type | 
Classifier table type
Definition at line 117 of file rte_flow_classify.h.
 1.8.9.1
 1.8.9.1