DPDK 22.11.5
|
#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 105 of file rte_flow_classify.h.
struct rte_table_ops* ops |
Table operations (specific to each table type)
Definition at line 107 of file rte_flow_classify.h.
void* arg_create |
Opaque param to be passed to the table create operation
Definition at line 110 of file rte_flow_classify.h.
enum rte_flow_classify_table_type type |
Classifier table type
Definition at line 113 of file rte_flow_classify.h.