mirror of https://github.com/F-Stack/f-stack.git
24 lines
307 B
Plaintext
24 lines
307 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_kni_alloc;
|
|
rte_kni_close;
|
|
rte_kni_get;
|
|
rte_kni_get_name;
|
|
rte_kni_handle_request;
|
|
rte_kni_init;
|
|
rte_kni_register_handlers;
|
|
rte_kni_release;
|
|
rte_kni_rx_burst;
|
|
rte_kni_tx_burst;
|
|
rte_kni_unregister_handlers;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_kni_update_link;
|
|
};
|