mem: introduce memzone freeing
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 7e850a9..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;
@@ -53,6 +55,7 @@ DPDK_2.0 {
        rte_eal_vdev_uninit;
        rte_eal_wait_lcore;
        rte_exit;
+       rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
        rte_get_tsc_hz;
@@ -68,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;
@@ -81,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;
@@ -94,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;