Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-graph/
H A Dmain.c751 struct rte_graph_param graph_conf; in main() local
1028 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()