numam-dpdk/lib/librte_graph
Jerin Jacob 40d4f51403 graph: implement fastpath routines
Adding implementation for rte_graph_walk() API. This will perform a walk
on the circular buffer and call the process function of each node
and collect the stats if stats collection is enabled.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
2020-05-05 23:32:02 +02:00
..
graph_debug.c graph: implement debug routines 2020-05-05 23:31:47 +02:00
graph_ops.c graph: implement internal operation helpers 2020-05-05 23:28:13 +02:00
graph_populate.c graph: populate fastpath memory for graph reel 2020-05-05 23:28:24 +02:00
graph_private.h graph: implement debug routines 2020-05-05 23:31:47 +02:00
graph_stats.c graph: implement stats 2020-05-05 23:31:53 +02:00
graph.c graph: implement fastpath routines 2020-05-05 23:32:02 +02:00
Makefile graph: implement stats 2020-05-05 23:31:53 +02:00
meson.build graph: implement stats 2020-05-05 23:31:53 +02:00
node.c graph: populate fastpath memory for graph reel 2020-05-05 23:28:24 +02:00
rte_graph_version.map graph: implement fastpath routines 2020-05-05 23:32:02 +02:00
rte_graph_worker.h graph: implement fastpath routines 2020-05-05 23:32:02 +02:00
rte_graph.h graph: define API 2020-05-05 23:27:49 +02:00