numam-dpdk/drivers/bus/vdev/rte_bus_vdev_version.map
Thomas Monjalon 3b792ed9c8 bus/vdev: add custom scan hook
The scan callback allows to spawn a vdev automatically
given some custom scan rules.
It is especially useful to create a TAP device automatically
connected to a netdevice as remote.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Jianfeng Tan <jianfeng.tan@intel.com>
2018-01-12 00:39:20 +01:00

19 lines
210 B
Plaintext

DPDK_17.11 {
global:
rte_vdev_init;
rte_vdev_register;
rte_vdev_uninit;
rte_vdev_unregister;
local: *;
};
DPDK_18.02 {
global:
rte_vdev_add_custom_scan;
rte_vdev_remove_custom_scan;
} DPDK_17.11;