numam-dpdk/lib/librte_power/rte_power_version.map
David Hunt db0dc9b32a power: add send channel msg function to map file
Adding new wrapper function to existing private (but unused 'till now)
function with an rte_power_ prefix.

The plan is to clean up all the header files in the next release so
that only the intended public functions are in the map file and only
the relevant headers have the rte_ prefix so that only they are
included in the documentation.

Signed-off-by: David Hunt <david.hunt@intel.com>
Reviewed-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2017-10-12 00:46:11 +01:00

28 lines
433 B
Plaintext

DPDK_2.0 {
global:
rte_power_exit;
rte_power_freq_down;
rte_power_freq_max;
rte_power_freq_min;
rte_power_freq_up;
rte_power_freqs;
rte_power_get_env;
rte_power_get_freq;
rte_power_init;
rte_power_set_env;
rte_power_set_freq;
rte_power_unset_env;
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;