DPDK 22.11.5
|
#include <rte_flow_classify.h>
Data Fields | |
const char * | name |
int | socket_id |
Parameters for flow classifier creation
Definition at line 95 of file rte_flow_classify.h.
const char* name |
flow classifier name
Definition at line 97 of file rte_flow_classify.h.
int socket_id |
CPU socket ID where memory for the flow classifier and its elements (tables) should be allocated
Definition at line 101 of file rte_flow_classify.h.