Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_fib6.c28 #define MAX_TBL8 (1 << 15) macro
72 config.trie.num_tbl8 = MAX_TBL8; in test_create_invalid()
354 config.trie.num_tbl8 = MAX_TBL8 - 1; in test_lookup()
363 config.trie.num_tbl8 = MAX_TBL8; in test_lookup()
372 config.trie.num_tbl8 = MAX_TBL8; in test_lookup()
H A Dtest_fib.c26 #define MAX_TBL8 (1 << 15) macro
70 config.dir24_8.num_tbl8 = MAX_TBL8; in test_create_invalid()
345 config.dir24_8.num_tbl8 = MAX_TBL8 - 1; in test_lookup()
354 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()
363 config.dir24_8.num_tbl8 = MAX_TBL8; in test_lookup()