Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_fib6.c46 #define MAX_TBL8 (1 << 15) macro
91 config.trie.num_tbl8 = MAX_TBL8; in test_create_invalid()
377 config.trie.num_tbl8 = MAX_TBL8 - 1; in test_lookup()
386 config.trie.num_tbl8 = MAX_TBL8; in test_lookup()
395 config.trie.num_tbl8 = MAX_TBL8; in test_lookup()
H A Dtest_fib.c44 #define MAX_TBL8 (1 << 15) macro
89 config.dir24_8.num_tbl8 = MAX_TBL8; in test_create_invalid()
368 config.dir24_8.num_tbl8 = MAX_TBL8 - 1; in test_lookup()
377 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()
386 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()