3b792ed9c8
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>
19 lines
210 B
Plaintext
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;
|