Home
last modified time | relevance | path

Searched refs:get_max_nh (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_fib6_perf.c72 get_max_nh(uint8_t nh_sz) in get_max_nh() function
95 conf.trie.num_tbl8 = RTE_MIN(get_max_nh(conf.trie.nh_sz), 1000000U); in test_fib6_perf()
/dpdk/app/test-fib/
H A Dmain.c146 get_max_nh(uint8_t nh_sz) in get_max_nh() function
330 rt[k++].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_4()
343 rt[k].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_4()
368 rt[k++].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_6()
385 rt[k].nh = rte_rand() & get_max_nh(nh_sz); in gen_random_rt_6()
868 get_max_nh(conf.dir24_8.nh_sz)); in run_v4()
1069 get_max_nh(conf.trie.nh_sz)); in run_v6()
/dpdk/lib/fib/
H A Ddir24_8.c424 if (next_hop > get_max_nh(dp->nh_sz)) in dir24_8_modify()
508 get_max_nh(fib_conf->dir24_8.nh_sz)) || in dir24_8_create()
511 get_max_nh(fib_conf->dir24_8.nh_sz))) { in dir24_8_create()
H A Dtrie.h64 get_max_nh(uint8_t nh_sz) in get_max_nh() function
H A Dtrie.c465 if (next_hop > get_max_nh(dp->nh_sz)) in modify_dp()
617 get_max_nh(conf->trie.nh_sz)) || in trie_create()
620 get_max_nh(conf->trie.nh_sz))) { in trie_create()
H A Ddir24_8.h52 get_max_nh(uint8_t nh_sz) in get_max_nh() function