Home
last modified time | relevance | path

Searched refs:graph_id (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c42 rte_graph_t graph_id; member
48 rte_graph_t graph_id; member
323 rte_graph_t graph_id; in graph_init() local
568 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() argument
620 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 …]
H A Dtest_graph.c55 static rte_graph_t graph_id; variable
629 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()
/f-stack/dpdk/lib/librte_graph/
H A Dgraph.c20 static rte_graph_t graph_id; variable
22 #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()
H A Drte_graph.h361 struct rte_node *rte_graph_node_get(rte_graph_t graph_id, rte_node_t node_id);
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c92 rte_graph_t graph_id; member
1008 rte_graph_t graph_id; in main() local
1032 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()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst247 graph_id = rte_graph_create(qconf->name, &graph_conf);