Home
last modified time | relevance | path

Searched refs:gconf (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_graph.c632 struct rte_graph_param gconf = { in test_create_graph() local
647 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()
H A Dtest_graph_perf.c327 struct rte_graph_param gconf; in graph_init() local
575 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()