numam-dpdk/lib/librte_graph/rte_graph_version.map
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

48 lines
919 B
Plaintext

EXPERIMENTAL {
global:
__rte_node_register;
__rte_node_stream_alloc;
__rte_node_stream_alloc_size;
rte_graph_create;
rte_graph_destroy;
rte_graph_dump;
rte_graph_export;
rte_graph_from_name;
rte_graph_id_to_name;
rte_graph_lookup;
rte_graph_list_dump;
rte_graph_max_count;
rte_graph_node_get;
rte_graph_node_get_by_name;
rte_graph_obj_dump;
rte_graph_walk;
rte_graph_cluster_stats_create;
rte_graph_cluster_stats_destroy;
rte_graph_cluster_stats_get;
rte_graph_cluster_stats_reset;
rte_node_clone;
rte_node_dump;
rte_node_edge_count;
rte_node_edge_get;
rte_node_edge_shrink;
rte_node_edge_update;
rte_node_enqueue;
rte_node_enqueue_x1;
rte_node_enqueue_x2;
rte_node_enqueue_x4;
rte_node_enqueue_next;
rte_node_from_name;
rte_node_id_to_name;
rte_node_list_dump;
rte_node_max_count;
rte_node_next_stream_get;
rte_node_next_stream_put;
rte_node_next_stream_move;
local: *;
};