git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/ice/base: fix NVGRE switch rule programming
[dpdk.git]
/
drivers
/
bus
/
vdev
/
rte_bus_vdev_version.map
1
DPDK_17.11 {
2
global:
3
4
rte_vdev_init;
5
rte_vdev_register;
6
rte_vdev_uninit;
7
rte_vdev_unregister;
8
9
local: *;
10
};
11
12
DPDK_18.02 {
13
global:
14
15
rte_vdev_add_custom_scan;
16
rte_vdev_remove_custom_scan;
17
18
} DPDK_17.11;