mem: introduce memzone freeing
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index e42ea74..e537b42 100644 (file)
@@ -10,6 +10,8 @@ DPDK_2.0 {
        pci_driver_list;
        per_lcore__lcore_id;
        per_lcore__rte_errno;
+       rte_calloc;
+       rte_calloc_socket;
        rte_cpu_check_supported;
        rte_cpu_get_flag_enabled;
        rte_cycles_vmware_tsc_map;
@@ -37,17 +39,23 @@ DPDK_2.0 {
        rte_eal_lcore_role;
        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;
        rte_eal_pci_register;
+       rte_eal_pci_scan;
        rte_eal_pci_unregister;
        rte_eal_process_type;
        rte_eal_remote_launch;
        rte_eal_tailq_lookup;
-       rte_eal_tailq_lookup_by_idx;
        rte_eal_tailq_register;
+       rte_eal_vdev_init;
+       rte_eal_vdev_uninit;
        rte_eal_wait_lcore;
        rte_exit;
+       rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
        rte_get_tsc_hz;
@@ -63,6 +71,13 @@ DPDK_2.0 {
        rte_log_dump_history;
        rte_log_set_history;
        rte_logs;
+       rte_malloc;
+       rte_malloc_dump_stats;
+       rte_malloc_get_socket_stats;
+       rte_malloc_set_limit;
+       rte_malloc_socket;
+       rte_malloc_validate;
+       rte_malloc_virt2phy;
        rte_mem_lock_page;
        rte_mem_phy2mch;
        rte_mem_virt2phy;
@@ -76,6 +91,7 @@ DPDK_2.0 {
        rte_memzone_reserve_bounded;
        rte_memzone_walk;
        rte_openlog_stream;
+       rte_realloc;
        rte_set_application_usage_hook;
        rte_set_log_level;
        rte_set_log_type;
@@ -89,7 +105,15 @@ DPDK_2.0 {
        rte_vlog;
        rte_xen_dom0_memory_attach;
        rte_xen_dom0_memory_init;
+       rte_zmalloc;
+       rte_zmalloc_socket;
        test_mp_secondary;
 
        local: *;
 };
+
+DPDK_2.1 {
+       global:
+
+       rte_memzone_free;
+} DPDK_2.0;