fdaff83d1e
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>
21 lines
313 B
Plaintext
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: *;
|
|
};
|