Home
last modified time | relevance | path

Searched refs:rte_graph_create (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/graph/
H A Dversion.map8 rte_graph_create;
H A Drte_graph.h229 rte_graph_t rte_graph_create(const char *name, struct rte_graph_param *prm);
H A Dgraph.c261 rte_graph_create(const char *name, struct rte_graph_param *prm) in rte_graph_create() function
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst87 The callback function will be invoked by ``rte_graph_create()`` on when
111 objects till ``rte_graph_create()`` invoked.
180 The ``rte_graph_create()`` API shall be used to create the graph.
/dpdk/app/test/
H A Dtest_graph.c647 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
655 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
H A Dtest_graph_perf.c579 graph_id = rte_graph_create(gname, &gconf); in graph_init()
/dpdk/examples/l3fwd-graph/
H A Dmain.c1056 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()