Added eal functions used by ethdev lib to the export list under Windows.

Signed-off-by: Fady Bader <f...@mellanox.com>
---
 lib/librte_eal/rte_eal_exports.def | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/lib/librte_eal/rte_eal_exports.def 
b/lib/librte_eal/rte_eal_exports.def
index 69204a92c6..782e6fc721 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -28,6 +28,7 @@ EXPORTS
        rte_eal_tailq_register
        rte_eal_using_phys_addrs
        rte_free
+       rte_get_tsc_hz
        rte_hexdump
        rte_malloc
        rte_malloc_dump_stats
@@ -145,3 +146,13 @@ EXPORTS
        rte_mem_map
        rte_mem_page_size
        rte_mem_unmap
+
+       rte_class_register
+       rte_devargs_parse
+       rte_class_find_by_name
+       rte_socket_id
+       rte_strerror
+       rte_intr_rx_ctl
+       rte_log_register
+       rte_log_set_level
+       rte_log_register_type_and_pick_level
\ No newline at end of file
-- 
2.16.1.windows.4

Reply via email to