hash: build on Windows
authorOphir Munk <ophirmu@nvidia.com>
Thu, 1 Oct 2020 15:30:59 +0000 (18:30 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 5 Oct 2020 07:49:55 +0000 (09:49 +0200)
Build the lib for Windows.
Export the needed function from eal.

Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
lib/librte_eal/rte_eal_exports.def
lib/meson.build

index cda3e0c..7b35beb 100644 (file)
@@ -6,6 +6,7 @@ EXPORTS
        rte_bus_register
        rte_calloc
        rte_calloc_socket
+       rte_cpu_get_flag_enabled
        rte_dev_is_probed
        rte_devargs_insert
        rte_devargs_next
@@ -69,6 +70,7 @@ EXPORTS
        rte_vfio_container_dma_unmap
        rte_vlog
        rte_realloc
+       rte_rtm_supported
        rte_strscpy
        rte_zmalloc
        rte_zmalloc_socket
index d8b358e..e5597f1 100644 (file)
@@ -42,6 +42,7 @@ if is_windows
                'eal',
                'ring',
                'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
+               'hash',
        ] # only supported libraries for windows
 endif