2020-04-11 14:14:00 +00:00
|
|
|
EXPERIMENTAL {
|
2020-04-11 14:14:01 +00:00
|
|
|
global:
|
2020-04-11 14:14:00 +00:00
|
|
|
|
2020-04-11 14:14:01 +00:00
|
|
|
__rte_node_register;
|
2020-04-11 14:14:05 +00:00
|
|
|
__rte_node_stream_alloc;
|
2020-04-11 14:14:11 +00:00
|
|
|
__rte_node_stream_alloc_size;
|
2020-04-11 14:14:01 +00:00
|
|
|
|
2020-04-11 14:14:06 +00:00
|
|
|
rte_graph_create;
|
|
|
|
rte_graph_destroy;
|
2020-04-11 14:14:09 +00:00
|
|
|
rte_graph_dump;
|
2020-04-11 14:14:08 +00:00
|
|
|
rte_graph_export;
|
2020-04-11 14:14:07 +00:00
|
|
|
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;
|
2020-04-11 14:14:09 +00:00
|
|
|
rte_graph_obj_dump;
|
2020-04-11 14:14:11 +00:00
|
|
|
rte_graph_walk;
|
2020-04-11 14:14:07 +00:00
|
|
|
|
2020-04-11 14:14:10 +00:00
|
|
|
rte_graph_cluster_stats_create;
|
|
|
|
rte_graph_cluster_stats_destroy;
|
|
|
|
rte_graph_cluster_stats_get;
|
|
|
|
rte_graph_cluster_stats_reset;
|
|
|
|
|
2020-04-11 14:14:02 +00:00
|
|
|
rte_node_clone;
|
2020-04-11 14:14:03 +00:00
|
|
|
rte_node_dump;
|
2020-04-11 14:14:02 +00:00
|
|
|
rte_node_edge_count;
|
|
|
|
rte_node_edge_get;
|
|
|
|
rte_node_edge_shrink;
|
|
|
|
rte_node_edge_update;
|
2020-04-11 14:14:11 +00:00
|
|
|
rte_node_enqueue;
|
|
|
|
rte_node_enqueue_x1;
|
|
|
|
rte_node_enqueue_x2;
|
|
|
|
rte_node_enqueue_x4;
|
|
|
|
rte_node_enqueue_next;
|
2020-04-11 14:14:02 +00:00
|
|
|
rte_node_from_name;
|
|
|
|
rte_node_id_to_name;
|
|
|
|
rte_node_list_dump;
|
|
|
|
rte_node_max_count;
|
2020-04-11 14:14:11 +00:00
|
|
|
rte_node_next_stream_get;
|
|
|
|
rte_node_next_stream_put;
|
|
|
|
rte_node_next_stream_move;
|
2020-04-11 14:14:02 +00:00
|
|
|
|
2020-04-11 14:14:01 +00:00
|
|
|
local: *;
|
2020-04-11 14:14:00 +00:00
|
|
|
};
|