DPDK  19.11.14
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 99 of file rte_flow_classify.h.

Field Documentation

◆ name

const char* name

flow classifier name

Examples:
examples/flow_classify/flow_classify.c.

Definition at line 101 of file rte_flow_classify.h.

◆ socket_id

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 105 of file rte_flow_classify.h.


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