c671b62cc5
Adding support for graph specific API implementation like Graph lookup to get graph object, retrieving graph ID From name and graph name from ID. 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>
30 lines
493 B
Plaintext
30 lines
493 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
__rte_node_register;
|
|
__rte_node_stream_alloc;
|
|
|
|
rte_graph_create;
|
|
rte_graph_destroy;
|
|
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_node_clone;
|
|
rte_node_dump;
|
|
rte_node_edge_count;
|
|
rte_node_edge_get;
|
|
rte_node_edge_shrink;
|
|
rte_node_edge_update;
|
|
rte_node_from_name;
|
|
rte_node_id_to_name;
|
|
rte_node_list_dump;
|
|
rte_node_max_count;
|
|
|
|
local: *;
|
|
};
|