Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_graph/
H A Dversion.map20 rte_graph_walk;
H A Drte_graph_worker.h132 rte_graph_walk(struct rte_graph *graph) in rte_graph_walk() function
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_graph.rst25 graph using ``rte_graph_walk()`` with graph objects created one per worker lcore.
302 continuously call a non-blocking API ``rte_graph_walk()`` with it's lcore
307 rte_graph_walk() will walk over all the sources nodes i.e ``ethdev_rx-X-Y``
332 rte_graph_walk(graph);
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst74 ``rte_graph_walk()`` function when there is data to be processed by the node.
196 ``rte_graph_walk()`` and ``rte_node_enqueue*`` fast path API functions
205 on the worker thread and run the ``rte_graph_walk()`` in a tight loop.
212 rte_graph_walk(graph);
334 such as ``rte_graph_walk()`` and ``rte_node_enqueue_*`` use this memory
/f-stack/dpdk/app/test/
H A Dtest_graph.c657 rte_graph_walk(graph); in test_graph_walk()
H A Dtest_graph_perf.c612 rte_graph_walk(graph); in _graph_perf_wrapper()
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c719 rte_graph_walk(graph); in graph_main_loop()