git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/virtio: fix incorrect cast of void *
[dpdk.git]
/
kvargs
/
version.map
1
DPDK_22 {
2
global:
3
4
rte_kvargs_count;
5
rte_kvargs_free;
6
rte_kvargs_parse;
7
rte_kvargs_process;
8
9
local: *;
10
};
11
12
EXPERIMENTAL {
13
global:
14
15
rte_kvargs_parse_delim;
16
rte_kvargs_strcmp;
17
18
# added in 21.05
19
rte_kvargs_get;
20
};