Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Drte_graph.h162 struct rte_graph_param { struct
229 rte_graph_t rte_graph_create(const char *name, struct rte_graph_param *prm);
H A Dgraph.c261 rte_graph_create(const char *name, struct rte_graph_param *prm) in rte_graph_create()
/dpdk/app/test/
H A Dtest_graph.c632 struct rte_graph_param gconf = { in test_create_graph()
H A Dtest_graph_perf.c327 struct rte_graph_param gconf; in graph_init()
/dpdk/examples/l3fwd-graph/
H A Dmain.c751 struct rte_graph_param graph_conf; in main()