mirror of https://github.com/F-Stack/f-stack.git
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
|
DPDK_21 {
|
||
|
global:
|
||
|
|
||
|
rte_vdev_add_custom_scan;
|
||
|
rte_vdev_init;
|
||
|
rte_vdev_register;
|
||
|
rte_vdev_remove_custom_scan;
|
||
|
rte_vdev_uninit;
|
||
|
rte_vdev_unregister;
|
||
|
|
||
|
local: *;
|
||
|
};
|