xref: /dpdk/lib/graph/version.map (revision 99a2dd95)
1*99a2dd95SBruce RichardsonEXPERIMENTAL {
2*99a2dd95SBruce Richardson	global:
3*99a2dd95SBruce Richardson
4*99a2dd95SBruce Richardson	__rte_node_register;
5*99a2dd95SBruce Richardson	__rte_node_stream_alloc;
6*99a2dd95SBruce Richardson	__rte_node_stream_alloc_size;
7*99a2dd95SBruce Richardson
8*99a2dd95SBruce Richardson	rte_graph_create;
9*99a2dd95SBruce Richardson	rte_graph_destroy;
10*99a2dd95SBruce Richardson	rte_graph_dump;
11*99a2dd95SBruce Richardson	rte_graph_export;
12*99a2dd95SBruce Richardson	rte_graph_from_name;
13*99a2dd95SBruce Richardson	rte_graph_id_to_name;
14*99a2dd95SBruce Richardson	rte_graph_lookup;
15*99a2dd95SBruce Richardson	rte_graph_list_dump;
16*99a2dd95SBruce Richardson	rte_graph_max_count;
17*99a2dd95SBruce Richardson	rte_graph_node_get;
18*99a2dd95SBruce Richardson	rte_graph_node_get_by_name;
19*99a2dd95SBruce Richardson	rte_graph_obj_dump;
20*99a2dd95SBruce Richardson	rte_graph_walk;
21*99a2dd95SBruce Richardson
22*99a2dd95SBruce Richardson	rte_graph_cluster_stats_create;
23*99a2dd95SBruce Richardson	rte_graph_cluster_stats_destroy;
24*99a2dd95SBruce Richardson	rte_graph_cluster_stats_get;
25*99a2dd95SBruce Richardson	rte_graph_cluster_stats_reset;
26*99a2dd95SBruce Richardson
27*99a2dd95SBruce Richardson	rte_node_clone;
28*99a2dd95SBruce Richardson	rte_node_dump;
29*99a2dd95SBruce Richardson	rte_node_edge_count;
30*99a2dd95SBruce Richardson	rte_node_edge_get;
31*99a2dd95SBruce Richardson	rte_node_edge_shrink;
32*99a2dd95SBruce Richardson	rte_node_edge_update;
33*99a2dd95SBruce Richardson	rte_node_enqueue;
34*99a2dd95SBruce Richardson	rte_node_enqueue_x1;
35*99a2dd95SBruce Richardson	rte_node_enqueue_x2;
36*99a2dd95SBruce Richardson	rte_node_enqueue_x4;
37*99a2dd95SBruce Richardson	rte_node_enqueue_next;
38*99a2dd95SBruce Richardson	rte_node_from_name;
39*99a2dd95SBruce Richardson	rte_node_id_to_name;
40*99a2dd95SBruce Richardson	rte_node_list_dump;
41*99a2dd95SBruce Richardson	rte_node_max_count;
42*99a2dd95SBruce Richardson	rte_node_next_stream_get;
43*99a2dd95SBruce Richardson	rte_node_next_stream_put;
44*99a2dd95SBruce Richardson	rte_node_next_stream_move;
45*99a2dd95SBruce Richardson
46*99a2dd95SBruce Richardson	local: *;
47*99a2dd95SBruce Richardson};
48