Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_rib.c38 config.max_nodes = MAX_RULES; in test_create_invalid()
57 config.max_nodes = 0; in test_create_invalid()
61 config.max_nodes = MAX_RULES; in test_create_invalid()
80 config.max_nodes = MAX_RULES - i; in test_multiple_create()
101 config.max_nodes = MAX_RULES; in test_free_null()
124 config.max_nodes = MAX_RULES; in test_insert_invalid()
173 config.max_nodes = MAX_RULES; in test_get_fn()
251 config.max_nodes = MAX_RULES; in test_basic()
304 config.max_nodes = MAX_RULES; in test_tree_traversal()
H A Dtest_rib6.c38 config.max_nodes = MAX_RULES; in test_create_invalid()
57 config.max_nodes = 0; in test_create_invalid()
61 config.max_nodes = MAX_RULES; in test_create_invalid()
80 config.max_nodes = MAX_RULES - i; in test_multiple_create()
101 config.max_nodes = MAX_RULES; in test_free_null()
125 config.max_nodes = MAX_RULES; in test_insert_invalid()
175 config.max_nodes = MAX_RULES; in test_get_fn()
254 config.max_nodes = MAX_RULES; in test_basic()
311 config.max_nodes = MAX_RULES; in test_tree_traversal()
/f-stack/dpdk/lib/librte_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()
182 stats->max_nodes++; in stats_mem_populate()
372 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_get()
375 rc = stat->fn(!count, (count == stat->max_nodes - 1), in rte_graph_cluster_stats_get()
392 for (count = 0; count < stat->max_nodes; count++) { in rte_graph_cluster_stats_reset()
/f-stack/dpdk/lib/librte_rib/
H A Drte_rib.c49 uint32_t max_nodes; member
404 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib_create()
410 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib_create()
457 rib->max_nodes = conf->max_nodes; in rte_rib_create()
H A Drte_rib6.c48 int max_nodes; member
463 if (name == NULL || conf == NULL || conf->max_nodes <= 0) { in rte_rib6_create()
469 node_pool = rte_mempool_create(mem_name, conf->max_nodes, in rte_rib6_create()
516 rib->max_nodes = conf->max_nodes; in rte_rib6_create()
H A Drte_rib.h49 int max_nodes; member
H A Drte_rib6.h52 int max_nodes; member
/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.c168 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib_create()
H A Drte_fib6.c169 rib_conf.max_nodes = conf->max_routes * 2; in rte_fib6_create()