[v4,2/5] eal: updated export list for Windows

Message ID 20200804062947.6176-3-fady@mellanox.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series compiling ethdev lib under windows |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Fady Bader Aug. 4, 2020, 6:29 a.m. UTC
  Added eal functions used by ethdev lib to the export list under Windows.

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

Comments

Narcisa Ana Maria Vasile Aug. 4, 2020, 6:46 p.m. UTC | #1
On Tue, Aug 04, 2020 at 09:29:44AM +0300, Fady Bader wrote:
> Added eal functions used by ethdev lib to the export list under Windows.
> 
> Signed-off-by: Fady Bader <fady@mellanox.com>
> ---
>  lib/librte_eal/rte_eal_exports.def | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
  

Patch

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