git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test/cycles: restore default delay callback
[dpdk.git]
/
lib
/
librte_kni
/
rte_kni_version.map
1
DPDK_20.0 {
2
global:
3
4
rte_kni_alloc;
5
rte_kni_close;
6
rte_kni_get;
7
rte_kni_get_name;
8
rte_kni_handle_request;
9
rte_kni_init;
10
rte_kni_register_handlers;
11
rte_kni_release;
12
rte_kni_rx_burst;
13
rte_kni_tx_burst;
14
rte_kni_unregister_handlers;
15
16
local: *;
17
};
18
19
EXPERIMENTAL {
20
global:
21
22
rte_kni_update_link;
23
};