DPDK
17.11.10
|
#include <rte_flow_classify.h>
Data Fields | |
struct rte_table_ops * | ops |
void * | arg_create |
Parameters for table creation
Definition at line 135 of file rte_flow_classify.h.
struct rte_table_ops* ops |
Table operations (specific to each table type)
Definition at line 137 of file rte_flow_classify.h.
void* arg_create |
Opaque param to be passed to the table create operation
Definition at line 140 of file rte_flow_classify.h.