fdab8f2e17
Start a new release cycle with empty release notes. The ABI version becomes 22.0. The map files are updated to the new ABI major number (22). The ABI exceptions are dropped and CI ABI checks are disabled because compatibility is not preserved. Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: David Marchand <david.marchand@redhat.com>
42 lines
839 B
Plaintext
42 lines
839 B
Plaintext
DPDK_22 {
|
|
global:
|
|
|
|
rte_power_exit;
|
|
rte_power_freq_disable_turbo;
|
|
rte_power_freq_down;
|
|
rte_power_freq_enable_turbo;
|
|
rte_power_freq_max;
|
|
rte_power_freq_min;
|
|
rte_power_freq_up;
|
|
rte_power_freqs;
|
|
rte_power_get_capabilities;
|
|
rte_power_get_env;
|
|
rte_power_get_freq;
|
|
rte_power_guest_channel_send_msg;
|
|
rte_power_init;
|
|
rte_power_set_env;
|
|
rte_power_set_freq;
|
|
rte_power_turbo_status;
|
|
rte_power_unset_env;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_empty_poll_detection;
|
|
rte_power_check_env_supported;
|
|
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_guest_channel_receive_msg;
|
|
rte_power_poll_stat_fetch;
|
|
rte_power_poll_stat_update;
|
|
|
|
# added in 21.02
|
|
rte_power_ethdev_pmgmt_queue_disable;
|
|
rte_power_ethdev_pmgmt_queue_enable;
|
|
};
|