Searched refs:rte_graph_create (Results 1 – 7 of 7) sorted by relevance
8 rte_graph_create;
229 rte_graph_t rte_graph_create(const char *name, struct rte_graph_param *prm);
261 rte_graph_create(const char *name, struct rte_graph_param *prm) in rte_graph_create() function
87 The callback function will be invoked by ``rte_graph_create()`` on when111 objects till ``rte_graph_create()`` invoked.180 The ``rte_graph_create()`` API shall be used to create the graph.
647 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()655 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
579 graph_id = rte_graph_create(gname, &gconf); in graph_init()
1056 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()