xref: /dpdk/lib/graph/version.map (revision 070db97e017b7ed9a5320b2f624f05562a632bd3)
1cb9187bcSDavid MarchandDPDK_25 {
299a2dd95SBruce Richardson	global:
399a2dd95SBruce Richardson
41e2aed1aSZhirun Yan	__rte_graph_mcore_dispatch_sched_node_enqueue;
51e2aed1aSZhirun Yan	__rte_graph_mcore_dispatch_sched_wq_process;
699a2dd95SBruce Richardson	__rte_node_register;
799a2dd95SBruce Richardson	__rte_node_stream_alloc;
899a2dd95SBruce Richardson	__rte_node_stream_alloc_size;
9d6e2e9d8SZhirun Yan	rte_graph_clone;
108b674163SStephen Hemminger	rte_graph_cluster_stats_create;
118b674163SStephen Hemminger	rte_graph_cluster_stats_destroy;
128b674163SStephen Hemminger	rte_graph_cluster_stats_get;
138b674163SStephen Hemminger	rte_graph_cluster_stats_reset;
1499a2dd95SBruce Richardson	rte_graph_create;
1599a2dd95SBruce Richardson	rte_graph_destroy;
1699a2dd95SBruce Richardson	rte_graph_dump;
1799a2dd95SBruce Richardson	rte_graph_export;
1899a2dd95SBruce Richardson	rte_graph_from_name;
1999a2dd95SBruce Richardson	rte_graph_id_to_name;
2099a2dd95SBruce Richardson	rte_graph_list_dump;
218b674163SStephen Hemminger	rte_graph_lookup;
2299a2dd95SBruce Richardson	rte_graph_max_count;
230f8d9133SZhirun Yan	rte_graph_model_is_valid;
24ecb22a29SZhirun Yan	rte_graph_model_mcore_dispatch_core_bind;
25ecb22a29SZhirun Yan	rte_graph_model_mcore_dispatch_core_unbind;
261d08f290SZhirun Yan	rte_graph_model_mcore_dispatch_node_lcore_affinity_set;
2799a2dd95SBruce Richardson	rte_graph_node_get;
2899a2dd95SBruce Richardson	rte_graph_node_get_by_name;
2999a2dd95SBruce Richardson	rte_graph_obj_dump;
3099a2dd95SBruce Richardson	rte_graph_walk;
310f8d9133SZhirun Yan	rte_graph_worker_model_get;
320f8d9133SZhirun Yan	rte_graph_worker_model_no_check_get;
330f8d9133SZhirun Yan	rte_graph_worker_model_set;
3499a2dd95SBruce Richardson	rte_node_clone;
3599a2dd95SBruce Richardson	rte_node_dump;
3699a2dd95SBruce Richardson	rte_node_edge_count;
3799a2dd95SBruce Richardson	rte_node_edge_get;
3899a2dd95SBruce Richardson	rte_node_edge_shrink;
3999a2dd95SBruce Richardson	rte_node_edge_update;
4099a2dd95SBruce Richardson	rte_node_enqueue;
418b674163SStephen Hemminger	rte_node_enqueue_next;
4299a2dd95SBruce Richardson	rte_node_enqueue_x1;
4399a2dd95SBruce Richardson	rte_node_enqueue_x2;
4499a2dd95SBruce Richardson	rte_node_enqueue_x4;
4599a2dd95SBruce Richardson	rte_node_from_name;
4699a2dd95SBruce Richardson	rte_node_id_to_name;
4799a2dd95SBruce Richardson	rte_node_list_dump;
4899a2dd95SBruce Richardson	rte_node_max_count;
4999a2dd95SBruce Richardson	rte_node_next_stream_get;
5099a2dd95SBruce Richardson	rte_node_next_stream_move;
518b674163SStephen Hemminger	rte_node_next_stream_put;
5299a2dd95SBruce Richardson
5399a2dd95SBruce Richardson	local: *;
5499a2dd95SBruce Richardson};
55*070db97eSPavan Nikhilesh
56*070db97eSPavan NikhileshEXPERIMENTAL {
57*070db97eSPavan Nikhilesh	global:
58*070db97eSPavan Nikhilesh
59*070db97eSPavan Nikhilesh	# added in 24.11
60*070db97eSPavan Nikhilesh	rte_node_xstat_increment;
61*070db97eSPavan Nikhilesh};
62