]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/dpdk/lib/librte_power/rte_power_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_power / rte_power_version.map
index db75ff3e705abb284eae0cc444e8c52534c8fa47..042917360e40490de6143361463dc8630a2f6d50 100644 (file)
@@ -16,3 +16,32 @@ DPDK_2.0 {
 
        local: *;
 };
+
+DPDK_17.11 {
+       global:
+
+       rte_power_guest_channel_send_msg;
+       rte_power_freq_disable_turbo;
+       rte_power_freq_enable_turbo;
+       rte_power_turbo_status;
+
+} DPDK_2.0;
+
+DPDK_18.08 {
+       global:
+
+       rte_power_get_capabilities;
+
+} DPDK_17.11;
+
+EXPERIMENTAL {
+       global:
+
+       rte_empty_poll_detection;
+       rte_power_empty_poll_stat_fetch;
+       rte_power_empty_poll_stat_free;
+       rte_power_empty_poll_stat_init;
+       rte_power_empty_poll_stat_update;
+       rte_power_poll_stat_fetch;
+       rte_power_poll_stat_update;
+};