Searched refs:graph_id (Results 1 – 6 of 6) sorted by relevance
42 rte_graph_t graph_id; member48 rte_graph_t graph_id; member323 rte_graph_t graph_id; in graph_init() local568 graph_id = rte_graph_create(gname, &gconf); in graph_init()569 if (graph_id == RTE_GRAPH_ID_INVALID) { in graph_init()573 graph_data->graph_id = graph_id; in graph_init()618 measure_perf_get(rte_graph_t graph_id) in measure_perf_get() argument620 const char *pattern = rte_graph_id_to_name(graph_id); in measure_perf_get()628 data->graph_id = graph_id; in measure_perf_get()672 rte_graph_destroy(graph_data->graph_id); in graph_fini()[all …]
55 static rte_graph_t graph_id; variable629 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()630 if (graph_id != RTE_GRAPH_ID_INVALID) { in test_create_graph()637 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()638 if (graph_id == RTE_GRAPH_ID_INVALID) { in test_create_graph()669 node = rte_graph_node_get(graph_id, tm->test_node[i].idx); in test_graph_lookup_functions()
20 static rte_graph_t graph_id; variable22 #define GRAPH_ID_CHECK(id) ID_CHECK(id, graph_id)329 graph->id = graph_id; in rte_graph_create()340 graph_id++; in rte_graph_create()380 graph_id--; in rte_graph_destroy()578 return graph_id; in rte_graph_max_count()
361 struct rte_node *rte_graph_node_get(rte_graph_t graph_id, rte_node_t node_id);
92 rte_graph_t graph_id; member1008 rte_graph_t graph_id; in main() local1032 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()1033 if (graph_id == RTE_GRAPH_ID_INVALID) in main()1038 qconf->graph_id = graph_id; in main()
247 graph_id = rte_graph_create(qconf->name, &graph_conf);