Searched refs:rte_graph_create (Results 1 – 8 of 8) 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
629 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()637 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
568 graph_id = rte_graph_create(gname, &gconf); in graph_init()
87 The callback function will be invoked by ``rte_graph_create()`` on when111 objects till ``rte_graph_create()`` invoked.181 The ``rte_graph_create()`` API shall be used to create the graph.
1032 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()
247 graph_id = rte_graph_create(qconf->name, &graph_conf);