2b5c7409ec
The caps API allows application to retrieve capability information needed to configure the ethernet Rx adapter for the eventdev and ethdev pair. For e.g., the ethdev, eventdev pairing maybe such that all of the ethdev Rx queues can only be connected to a single event queue, in this case the application is required to pass in -1 as the queue id when adding a receive queue to the adapter. Signed-off-by: Nikhil Rao <nikhil.rao@intel.com> Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
60 lines
1.0 KiB
Plaintext
60 lines
1.0 KiB
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_link;
|
|
rte_event_port_unlink;
|
|
rte_event_port_links_get;
|
|
|
|
rte_event_queue_default_conf_get;
|
|
rte_event_queue_setup;
|
|
|
|
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: *;
|
|
};
|
|
|
|
DPDK_17.08 {
|
|
global:
|
|
|
|
rte_event_ring_create;
|
|
rte_event_ring_free;
|
|
rte_event_ring_init;
|
|
rte_event_ring_lookup;
|
|
} DPDK_17.05;
|
|
|
|
DPDK_17.11 {
|
|
global:
|
|
|
|
rte_event_dev_attr_get;
|
|
rte_event_port_attr_get;
|
|
rte_event_queue_attr_get;
|
|
|
|
rte_event_eth_rx_adapter_caps_get;
|
|
|
|
} DPDK_17.08;
|