Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst204 gets the fast-path graph object using ``rte_graph_lookup()``
209 struct rte_graph *graph = rte_graph_lookup("worker0");
/f-stack/dpdk/app/test/
H A Dtest_graph.c648 struct rte_graph *graph = rte_graph_lookup("worker0"); in test_graph_walk()
H A Dtest_graph_perf.c608 graph = rte_graph_lookup(rte_graph_id_to_name(data->graph_id)); in _graph_perf_wrapper()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c1039 qconf->graph = rte_graph_lookup(qconf->name); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst251 qconf->graph = rte_graph_lookup(qconf->name);