Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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()
/f-stack/dpdk/app/test/
H A Dtest_graph.c614 struct rte_graph_param gconf = { in test_create_graph()
H A Dtest_graph_perf.c316 struct rte_graph_param gconf; in graph_init()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c735 struct rte_graph_param graph_conf; in main()