git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/bnxt: use first completion ring for fwd and async event
[dpdk.git]
/
lib
/
librte_power
/
rte_power_version.map
1
DPDK_2.0 {
2
global:
3
4
rte_power_exit;
5
rte_power_freq_down;
6
rte_power_freq_max;
7
rte_power_freq_min;
8
rte_power_freq_up;
9
rte_power_freqs;
10
rte_power_get_env;
11
rte_power_get_freq;
12
rte_power_init;
13
rte_power_set_env;
14
rte_power_set_freq;
15
rte_power_unset_env;
16
17
local: *;
18
};
19
20
DPDK_17.11 {
21
global:
22
23
rte_power_guest_channel_send_msg;
24
rte_power_freq_disable_turbo;
25
rte_power_freq_enable_turbo;
26
rte_power_turbo_status;
27
28
} DPDK_2.0;