3ed7fc039a
Add in APIs for extended stats so that eventdev implementations can report out information on their internal state. The APIs are based on, but not identical to, the equivalent ethdev functions. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
45 lines
910 B
Plaintext
45 lines
910 B
Plaintext
DPDK_17.05 {
|
|
global:
|
|
|
|
rte_eventdevs;
|
|
|
|
rte_event_dev_count;
|
|
rte_event_dev_get_dev_id;
|
|
rte_event_dev_socket_id;
|
|
rte_event_dev_info_get;
|
|
rte_event_dev_configure;
|
|
rte_event_dev_start;
|
|
rte_event_dev_stop;
|
|
rte_event_dev_close;
|
|
rte_event_dev_dump;
|
|
rte_event_dev_xstats_by_name_get;
|
|
rte_event_dev_xstats_get;
|
|
rte_event_dev_xstats_names_get;
|
|
rte_event_dev_xstats_reset;
|
|
|
|
rte_event_port_default_conf_get;
|
|
rte_event_port_setup;
|
|
rte_event_port_dequeue_depth;
|
|
rte_event_port_enqueue_depth;
|
|
rte_event_port_count;
|
|
rte_event_port_link;
|
|
rte_event_port_unlink;
|
|
rte_event_port_links_get;
|
|
|
|
rte_event_queue_default_conf_get;
|
|
rte_event_queue_setup;
|
|
rte_event_queue_count;
|
|
rte_event_queue_priority;
|
|
|
|
rte_event_dequeue_timeout_ticks;
|
|
|
|
rte_event_pmd_allocate;
|
|
rte_event_pmd_release;
|
|
rte_event_pmd_vdev_init;
|
|
rte_event_pmd_vdev_uninit;
|
|
rte_event_pmd_pci_probe;
|
|
rte_event_pmd_pci_remove;
|
|
|
|
local: *;
|
|
};
|