Home
last modified time | relevance | path

Searched refs:MAX_NUM_CLASSIFY (Results 1 – 1 of 1) sorted by relevance

/dpdk/examples/flow_classify/
H A Dflow_classify.c25 #define MAX_NUM_CLASSIFY 30 macro
150 static struct rte_flow_classify_rule *rules[MAX_NUM_CLASSIFY];
318 for (i = 0; i < MAX_NUM_CLASSIFY; i++) { in lcore_main()
533 if (num_classify_rules >= MAX_NUM_CLASSIFY) { in add_classify_rule()