git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
version: 20.11-rc0
[dpdk.git]
/
lib
/
librte_kvargs
/
rte_kvargs_version.map
1
DPDK_21 {
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
};