85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
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;
|
|
};
|