Searched refs:graph_conf (Results 1 – 1 of 1) sorted by relevance
751 struct rte_graph_param graph_conf; in main() local1028 memset(&graph_conf, 0, sizeof(graph_conf)); in main()1029 graph_conf.node_patterns = node_patterns; in main()1046 graph_conf.node_patterns[nb_patterns + i] = in main()1050 graph_conf.nb_node_patterns = nb_patterns + i; in main()1051 graph_conf.socket_id = rte_lcore_to_socket_id(lcore_id); in main()1056 graph_id = rte_graph_create(qconf->name, &graph_conf); in main()