Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c25 #define MAX_NUM_CLASSIFY 30 macro
152 static struct rte_flow_classify_rule *rules[MAX_NUM_CLASSIFY];
314 for (i = 0; i < MAX_NUM_CLASSIFY; i++) { in lcore_main()
527 if (num_classify_rules >= MAX_NUM_CLASSIFY) { in add_classify_rule()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_classify.rst419 static struct rte_flow_classify_rule *rules[MAX_NUM_CLASSIFY];
464 for (i = 0; i < MAX_NUM_CLASSIFY; i++) {