Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_fib6.c58 config.max_routes = MAX_ROUTES; in test_create_invalid()
79 config.max_routes = 0; in test_create_invalid()
83 config.max_routes = MAX_ROUTES; in test_create_invalid()
123 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
144 config.max_routes = MAX_ROUTES; in test_free_null()
172 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
362 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib.c56 config.max_routes = MAX_ROUTES; in test_create_invalid()
77 config.max_routes = 0; in test_create_invalid()
81 config.max_routes = MAX_ROUTES; in test_create_invalid()
121 config.max_routes = MAX_ROUTES - i; in test_multiple_create()
142 config.max_routes = MAX_ROUTES; in test_free_null()
169 config.max_routes = MAX_ROUTES; in test_add_del_invalid()
344 config.max_routes = MAX_ROUTES; in test_lookup()
H A Dtest_fib6_perf.c92 conf.max_routes = 1000000; in test_fib6_perf()
H A Dtest_fib_perf.c336 config.max_routes = 2000000; in test_fib_perf()
/dpdk/lib/fib/
H A Drte_fib.h81 int max_routes; member
H A Drte_fib6.h72 int max_routes; member
H A Drte_fib.c159 if ((name == NULL) || (conf == NULL) || (conf->max_routes < 0) || in rte_fib_create()
166 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
H A Drte_fib6.c160 if ((name == NULL) || (conf == NULL) || (conf->max_routes < 0) || in rte_fib6_create()
167 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_fib.c599 config_ipv4.max_routes = (1 << 16); in setup_fib()
654 config.max_routes = (1 << 16) - 1; in setup_fib()
/dpdk/app/test-fib/
H A Dmain.c863 conf.max_routes = config.nb_routes * 2; in run_v4()
1064 conf.max_routes = config.nb_routes * 2; in run_v6()