pipeline: add SWX pipeline output port
[dpdk.git] / lib / librte_pipeline / rte_pipeline_version.map
1 DPDK_21 {
2         global:
3
4         rte_pipeline_ah_packet_drop;
5         rte_pipeline_ah_packet_hijack;
6         rte_pipeline_check;
7         rte_pipeline_create;
8         rte_pipeline_flush;
9         rte_pipeline_free;
10         rte_pipeline_port_in_connect_to_table;
11         rte_pipeline_port_in_create;
12         rte_pipeline_port_in_disable;
13         rte_pipeline_port_in_enable;
14         rte_pipeline_port_in_stats_read;
15         rte_pipeline_port_out_create;
16         rte_pipeline_port_out_packet_insert;
17         rte_pipeline_port_out_stats_read;
18         rte_pipeline_run;
19         rte_pipeline_table_create;
20         rte_pipeline_table_default_entry_add;
21         rte_pipeline_table_default_entry_delete;
22         rte_pipeline_table_entry_add;
23         rte_pipeline_table_entry_add_bulk;
24         rte_pipeline_table_entry_delete;
25         rte_pipeline_table_entry_delete_bulk;
26         rte_pipeline_table_stats_read;
27
28         local: *;
29 };
30
31 EXPERIMENTAL {
32         global:
33
34         # added in 18.05
35         rte_port_in_action_apply;
36         rte_port_in_action_create;
37         rte_port_in_action_free;
38         rte_port_in_action_params_get;
39         rte_port_in_action_profile_action_register;
40         rte_port_in_action_profile_create;
41         rte_port_in_action_profile_free;
42         rte_port_in_action_profile_freeze;
43         rte_table_action_apply;
44         rte_table_action_create;
45         rte_table_action_dscp_table_update;
46         rte_table_action_free;
47         rte_table_action_meter_profile_add;
48         rte_table_action_meter_profile_delete;
49         rte_table_action_meter_read;
50         rte_table_action_profile_action_register;
51         rte_table_action_profile_create;
52         rte_table_action_profile_free;
53         rte_table_action_profile_freeze;
54         rte_table_action_stats_read;
55         rte_table_action_table_params_get;
56         rte_table_action_time_read;
57         rte_table_action_ttl_read;
58
59         # added in 18.11
60         rte_table_action_crypto_sym_session_get;
61
62         # added in 20.11
63         rte_swx_pipeline_build;
64         rte_swx_pipeline_config;
65         rte_swx_pipeline_free;
66         rte_swx_pipeline_port_in_config;
67         rte_swx_pipeline_port_in_type_register;
68         rte_swx_pipeline_port_out_config;
69         rte_swx_pipeline_port_out_type_register;
70 };