]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/bus/vdev/rte_bus_vdev_version.map
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / 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;