DPDK  20.05.0-rc0
Data Fields
rte_flow_classifier_params Struct Reference

#include <rte_flow_classify.h>

Data Fields

const char * name
 
int socket_id
 

Detailed Description

Parameters for flow classifier creation

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 97 of file rte_flow_classify.h.

Field Documentation

const char* name

flow classifier name

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 99 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

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 103 of file rte_flow_classify.h.


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