[dpdk-dev] [PATCH 2/5] eal: updated export list for Windows
Fady Bader
fady at mellanox.com
Thu Jun 25 15:30:35 CEST 2020
Added eal functions used by ethdev lib to the export list under Windows.
Signed-off-by: Fady Bader <fady at mellanox.com>
---
lib/librte_eal/rte_eal_exports.def | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/lib/librte_eal/rte_eal_exports.def b/lib/librte_eal/rte_eal_exports.def
index 20f7346962..3b96bbc10d 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -29,6 +29,7 @@ EXPORTS
rte_eal_tailq_register
rte_eal_using_phys_addrs
rte_free
+ rte_get_tsc_hz
rte_hexdump
rte_log
rte_malloc
@@ -148,3 +149,12 @@ EXPORTS
rte_mem_page_size
rte_mem_unmap
rte_rand
+
+ 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
\ No newline at end of file
--
2.16.1.windows.4
More information about the dev
mailing list