f-stack/dpdk/drivers/bus/vdev/version.map

18 lines
193 B
Plaintext
Raw Normal View History

2023-09-13 12:21:49 +00:00
DPDK_23 {
2021-02-05 08:48:47 +00:00
global:
rte_vdev_add_custom_scan;
rte_vdev_init;
rte_vdev_remove_custom_scan;
rte_vdev_uninit;
local: *;
};
2023-09-13 12:21:49 +00:00
INTERNAL {
global:
rte_vdev_register;
rte_vdev_unregister;
};