Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_rib.c43 #define MAX_RULES (1 << 22) macro
55 config.max_nodes = MAX_RULES; in test_create_invalid()
78 config.max_nodes = MAX_RULES; in test_create_invalid()
97 config.max_nodes = MAX_RULES - i; in test_multiple_create()
118 config.max_nodes = MAX_RULES; in test_free_null()
141 config.max_nodes = MAX_RULES; in test_insert_invalid()
190 config.max_nodes = MAX_RULES; in test_get_fn()
268 config.max_nodes = MAX_RULES; in test_basic()
321 config.max_nodes = MAX_RULES; in test_tree_traversal()
H A Dtest_rib6.c43 #define MAX_RULES (1 << 22) macro
55 config.max_nodes = MAX_RULES; in test_create_invalid()
78 config.max_nodes = MAX_RULES; in test_create_invalid()
97 config.max_nodes = MAX_RULES - i; in test_multiple_create()
118 config.max_nodes = MAX_RULES; in test_free_null()
142 config.max_nodes = MAX_RULES; in test_insert_invalid()
192 config.max_nodes = MAX_RULES; in test_get_fn()
271 config.max_nodes = MAX_RULES; in test_basic()
328 config.max_nodes = MAX_RULES; in test_tree_traversal()
H A Dtest_lpm6.c139 config.max_rules = MAX_RULES; in test0()
154 config.max_rules = MAX_RULES; in test0()
181 config.max_rules = MAX_RULES; in test1()
242 config.max_rules = MAX_RULES; in test3()
267 config.max_rules = MAX_RULES; in test4()
305 config.max_rules = MAX_RULES; in test5()
343 config.max_rules = MAX_RULES; in test6()
381 config.max_rules = MAX_RULES; in test7()
419 config.max_rules = MAX_RULES; in test8()
460 config.max_rules = MAX_RULES; in test9()
[all …]
H A Dtest_lpm.c86 #define MAX_RULES 256 macro
100 config.max_rules = MAX_RULES; in test0()
115 config.max_rules = MAX_RULES; in test0()
161 config.max_rules = MAX_RULES; in test2()
182 config.max_rules = MAX_RULES; in test3()
220 config.max_rules = MAX_RULES; in test4()
259 config.max_rules = MAX_RULES; in test5()
293 config.max_rules = MAX_RULES; in test6()
332 config.max_rules = MAX_RULES; in test7()
383 config.max_rules = MAX_RULES; in test8()
[all …]