numam-dpdk/lib/librte_kni/rte_kni_version.map
Stephen Hemminger fc27caaafd kni: remove deprecated functions
These functions were tagged as deprecated in 2.0 so they can be
removed in 2.2.
The library version is incremented.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Helin Zhang <helin.zhang@intel.com>
[Thomas: update doc and version]
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2015-09-03 19:22:48 +02:00

18 lines
255 B
Plaintext

DPDK_2.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: *;
};