Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/app/test/
H A Dtest_graph.c629 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
637 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
H A Dtest_graph_perf.c568 graph_id = rte_graph_create(gname, &gconf); in graph_init()
/f-stack/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.
181 The ``rte_graph_create()`` API shall be used to create the graph.
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c1032 graph_id = rte_graph_create(qconf->name, &graph_conf); 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);