Home
last modified time | relevance | path

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

/dpdk/lib/graph/
H A Dversion.map14 rte_graph_lookup;
H A Drte_graph.h298 struct rte_graph *rte_graph_lookup(const char *name);
H A Dgraph.c248 rte_graph_lookup(const char *name) in rte_graph_lookup() function
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst203 gets the fast-path graph object using ``rte_graph_lookup()``
208 struct rte_graph *graph = rte_graph_lookup("worker0");
/dpdk/app/test/
H A Dtest_graph.c666 struct rte_graph *graph = rte_graph_lookup("worker0"); in test_graph_walk()
H A Dtest_graph_perf.c619 graph = rte_graph_lookup(rte_graph_id_to_name(data->graph_id)); in _graph_perf_wrapper()
/dpdk/examples/l3fwd-graph/
H A Dmain.c1063 qconf->graph = rte_graph_lookup(qconf->name); in main()