Home
last modified time | relevance | path

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

/dpdk/examples/flow_classify/
H A Dflow_classify.c26 #define FLOW_CLASSIFY_MAX_RULE_NUM 91 macro
692 if (total_num >= FLOW_CLASSIFY_MAX_RULE_NUM - 1) { in add_rules()
839 table_acl_params.n_rules = FLOW_CLASSIFY_MAX_RULE_NUM; in main()
/dpdk/app/test/
H A Dtest_flow_classify.c35 #define FLOW_CLASSIFY_MAX_RULE_NUM 100 macro
852 table_acl_params.n_rules = FLOW_CLASSIFY_MAX_RULE_NUM; in test_flow_classify()