Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_rib.c55 config.max_nodes = MAX_RULES; in test_create_invalid()
74 config.max_nodes = 0; in test_create_invalid()
78 config.max_nodes = MAX_RULES; in test_create_invalid()
97 config.max_nodes = MAX_RULES - i; in test_multiple_create()
118 config.max_nodes = MAX_RULES; in test_free_null()
141 config.max_nodes = MAX_RULES; in test_insert_invalid()
190 config.max_nodes = MAX_RULES; in test_get_fn()
268 config.max_nodes = MAX_RULES; in test_basic()
321 config.max_nodes = MAX_RULES; in test_tree_traversal()
H A Dtest_rib6.c55 config.max_nodes = MAX_RULES; in test_create_invalid()
74 config.max_nodes = 0; in test_create_invalid()
78 config.max_nodes = MAX_RULES; in test_create_invalid()
97 config.max_nodes = MAX_RULES - i; in test_multiple_create()
118 config.max_nodes = MAX_RULES; in test_free_null()
142 config.max_nodes = MAX_RULES; in test_insert_invalid()
192 config.max_nodes = MAX_RULES; in test_get_fn()
271 config.max_nodes = MAX_RULES; in test_basic()
328 config.max_nodes = MAX_RULES; in test_tree_traversal()
/dpdk/lib/graph/
H A Dgraph_stats.c34 rte_node_t max_nodes; member
126 stats->max_nodes = 0; in stats_mem_init()
148 for (count = 0; count < stats->max_nodes; count++) { in stats_mem_populate()
183 stats->max_nodes++; in stats_mem_populate()
374 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_get()
377 rc = stat->fn(!count, (count == stat->max_nodes - 1), in rte_graph_cluster_stats_get()
394 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_reset()
/dpdk/lib/rib/
H A Drte_rib.c47 uint32_t max_nodes; member
402 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib_create()
408 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib_create()
455 rib->max_nodes = conf->max_nodes; in rte_rib_create()
H A Drte_rib6.c46 int max_nodes; member
474 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib6_create()
480 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib6_create()
527 rib->max_nodes = conf->max_nodes; in rte_rib6_create()
H A Drte_rib.h47 int max_nodes; member
H A Drte_rib6.h48 int max_nodes; member
/dpdk/lib/fib/
H A Drte_fib.c166 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
H A Drte_fib6.c167 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()