Home
last modified time | relevance | path

Searched refs:max_routes (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_fib6.c40 config.max_routes = MAX_ROUTES; in test_create_invalid()
60 config.max_routes = 0; in test_create_invalid()
64 config.max_routes = MAX_ROUTES; in test_create_invalid()
103 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
124 config.max_routes = MAX_ROUTES; in test_free_null()
151 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
340 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib.c38 config.max_routes = MAX_ROUTES; in test_create_invalid()
58 config.max_routes = 0; in test_create_invalid()
62 config.max_routes = MAX_ROUTES; in test_create_invalid()
101 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
122 config.max_routes = MAX_ROUTES; in test_free_null()
148 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
322 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib6_perf.c80 conf.max_routes = 1000000; in test_fib6_perf()
H A Dtest_fib_perf.c325 config.max_routes = 2000000; in test_fib_perf()
/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.h84 int max_routes; member
H A Drte_fib6.h75 int max_routes; member
H A Drte_fib.c161 if ((name == NULL) || (conf == NULL) || (conf->max_routes < 0) || in rte_fib_create()
168 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
H A Drte_fib6.c162 if ((name == NULL) || (conf == NULL) || (conf->max_routes < 0) || in rte_fib6_create()
169 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()
/f-stack/dpdk/app/test-fib/
H A Dmain.c859 conf.max_routes = config.nb_routes * 2; in run_v4()
1059 conf.max_routes = config.nb_routes * 2; in run_v6()