numam-dpdk/lib/librte_kni/rte_kni_version.map
Bruce Richardson fdaff83d1e kni: query the name of an instance
When a KNI object is created, a name is assigned to it which is stored
internally. There is also an API function to look up a KNI object by
name, but there is no API to query the current name of an existing
KNI object. This patch adds just such an API.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
2015-06-16 16:15:39 +02:00

21 lines
313 B
Plaintext

DPDK_2.0 {
global:
rte_kni_alloc;
rte_kni_close;
rte_kni_create;
rte_kni_get;
rte_kni_get_name;
rte_kni_get_port_id;
rte_kni_handle_request;
rte_kni_info_get;
rte_kni_init;
rte_kni_register_handlers;
rte_kni_release;
rte_kni_rx_burst;
rte_kni_tx_burst;
rte_kni_unregister_handlers;
local: *;
};