Some eal functions were used by mempool lib but not exported on Windows.
The function was exported.

Signed-off-by: Fady Bader <f...@mellanox.com>
---
 lib/librte_eal/rte_eal_exports.def | 6 ++++++
 lib/librte_eal/rte_eal_version.map | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/lib/librte_eal/rte_eal_exports.def 
b/lib/librte_eal/rte_eal_exports.def
index cbb6b8cfe..70d5e26b3 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -1,6 +1,11 @@
 EXPORTS
        __rte_panic
+       __rte_trace_mem_per_thread_alloc
+       __rte_trace_point_emit_field
+       __rte_trace_point_register
        per_lcore__rte_errno
+       per_lcore_trace_mem
+       per_lcore_trace_point_sz
        rte_calloc
        rte_calloc_socket
        rte_eal_get_configuration
@@ -49,6 +54,7 @@ EXPORTS
        rte_memzone_walk
        rte_vlog
        rte_realloc
+       rte_strscpy
        rte_zmalloc
        rte_zmalloc_socket
 
diff --git a/lib/librte_eal/rte_eal_version.map 
b/lib/librte_eal/rte_eal_version.map
index 8937bdfea..b96b21220 100644
--- a/lib/librte_eal/rte_eal_version.map
+++ b/lib/librte_eal/rte_eal_version.map
@@ -393,4 +393,7 @@ EXPERIMENTAL {
        rte_mem_map;
        rte_mem_unmap;
        __emutls_v.per_lcore__rte_errno;
+       __emutls_v.per_lcore_trace_mem;
+       __emutls_v.per_lcore_trace_point_sz;
+       __rte_trace_mem_per_thread_alloc;
 };
-- 
2.16.1.windows.4

Reply via email to