New upstream version 18.11-rc1
[deb_dpdk.git] / lib / librte_pipeline / rte_pipeline_version.map
1 DPDK_2.0 {
2         global:
3
4         rte_pipeline_check;
5         rte_pipeline_create;
6         rte_pipeline_flush;
7         rte_pipeline_free;
8         rte_pipeline_port_in_connect_to_table;
9         rte_pipeline_port_in_create;
10         rte_pipeline_port_in_disable;
11         rte_pipeline_port_in_enable;
12         rte_pipeline_port_out_create;
13         rte_pipeline_port_out_packet_insert;
14         rte_pipeline_run;
15         rte_pipeline_table_create;
16         rte_pipeline_table_default_entry_add;
17         rte_pipeline_table_default_entry_delete;
18         rte_pipeline_table_entry_add;
19         rte_pipeline_table_entry_delete;
20
21         local: *;
22 };
23
24 DPDK_2.1 {
25         global:
26
27         rte_pipeline_port_in_stats_read;
28         rte_pipeline_port_out_stats_read;
29         rte_pipeline_table_stats_read;
30
31 } DPDK_2.0;
32
33 DPDK_2.2 {
34         global:
35
36         rte_pipeline_table_entry_add_bulk;
37         rte_pipeline_table_entry_delete_bulk;
38
39 } DPDK_2.1;
40
41 DPDK_16.04 {
42         global:
43
44         rte_pipeline_ah_packet_hijack;
45         rte_pipeline_ah_packet_drop;
46
47 } DPDK_2.2;
48
49 EXPERIMENTAL {
50         global:
51
52         rte_port_in_action_apply;
53         rte_port_in_action_create;
54         rte_port_in_action_free;
55         rte_port_in_action_params_get;
56         rte_port_in_action_profile_action_register;
57         rte_port_in_action_profile_create;
58         rte_port_in_action_profile_free;
59         rte_port_in_action_profile_freeze;
60         rte_table_action_apply;
61         rte_table_action_create;
62         rte_table_action_dscp_table_update;
63         rte_table_action_free;
64         rte_table_action_meter_profile_add;
65         rte_table_action_meter_profile_delete;
66         rte_table_action_meter_read;
67         rte_table_action_profile_action_register;
68         rte_table_action_profile_create;
69         rte_table_action_profile_free;
70         rte_table_action_profile_freeze;
71         rte_table_action_table_params_get;
72         rte_table_action_stats_read;
73         rte_table_action_time_read;
74         rte_table_action_ttl_read;
75         rte_table_action_crypto_sym_session_get;
76 };