eal: add hotplug operations for PCI and vdev
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index 980e008..fa8a138 100644 (file)
@@ -40,7 +40,6 @@ DPDK_2.0 {
        rte_eal_mp_remote_launch;
        rte_eal_mp_wait_lcore;
        rte_eal_parse_devargs_str;
-       rte_eal_pci_close_one;
        rte_eal_pci_dump;
        rte_eal_pci_probe;
        rte_eal_pci_probe_one;
@@ -58,6 +57,8 @@ DPDK_2.0 {
        rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
+       rte_get_log_level;
+       rte_get_log_type;
        rte_get_tsc_hz;
        rte_hexdump;
        rte_intr_callback_register;
@@ -95,7 +96,6 @@ DPDK_2.0 {
        rte_set_application_usage_hook;
        rte_set_log_level;
        rte_set_log_type;
-       rte_snprintf;
        rte_socket_id;
        rte_strerror;
        rte_strsplit;
@@ -107,7 +107,6 @@ DPDK_2.0 {
        rte_xen_dom0_memory_init;
        rte_zmalloc;
        rte_zmalloc_socket;
-       test_mp_secondary;
 
        local: *;
 };
@@ -118,6 +117,58 @@ DPDK_2.1 {
        rte_eal_pci_detach;
        rte_eal_pci_read_config;
        rte_eal_pci_write_config;
+       rte_intr_allow_others;
+       rte_intr_dp_is_en;
+       rte_intr_efd_disable;
+       rte_intr_efd_enable;
+       rte_intr_rx_ctl;
        rte_memzone_free;
 
 } DPDK_2.0;
+
+DPDK_2.2 {
+       global:
+
+       rte_intr_cap_multiple;
+       rte_keepalive_create;
+       rte_keepalive_dispatch_pings;
+       rte_keepalive_mark_alive;
+       rte_keepalive_register_core;
+       rte_xen_dom0_supported;
+
+} DPDK_2.1;
+
+DPDK_16.04 {
+       global:
+
+       rte_cpu_get_flag_name;
+       rte_eal_pci_ioport_map;
+       rte_eal_pci_ioport_read;
+       rte_eal_pci_ioport_unmap;
+       rte_eal_pci_ioport_write;
+       rte_eal_pci_map_device;
+       rte_eal_pci_unmap_device;
+       rte_eal_primary_proc_alive;
+
+} DPDK_2.2;
+
+DPDK_16.07 {
+       global:
+
+       pci_get_sysfs_path;
+       rte_keepalive_mark_sleep;
+       rte_keepalive_register_relay_callback;
+       rte_rtm_supported;
+       rte_thread_setname;
+
+} DPDK_16.04;
+
+DPDK_16.11 {
+       global:
+
+       rte_delay_us_block;
+       rte_delay_us_callback_register;
+       rte_eal_dev_attach;
+       rte_eal_dev_detach;
+
+} DPDK_16.07;