Searched refs:gconf (Results 1 – 2 of 2) sorted by relevance
632 struct rte_graph_param gconf = { in test_create_graph() local647 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()653 gconf.nb_node_patterns = 5; in test_create_graph()654 gconf.node_patterns = node_patterns; in test_create_graph()655 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
327 struct rte_graph_param gconf; in graph_init() local575 gconf.socket_id = SOCKET_ID_ANY; in graph_init()576 gconf.nb_node_patterns = graph_data->nb_nodes; in graph_init()577 gconf.node_patterns = (const char **)(uintptr_t)node_patterns; in graph_init()579 graph_id = rte_graph_create(gname, &gconf); in graph_init()