]> git.droids-corp.org - dpdk.git/commitdiff
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 cda3e0c79fe3725db8775536d281bebe62649e0d..7b35beb702c6bb50a62a23f873bc1708c0eb1149 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 d8b358e5f49b6afa49638e2053ae12329db866a0..e5597f174c177541a2243413e7022237b1bcfd6a 100644 (file)
@@ -42,6 +42,7 @@ if is_windows
                'eal',
                'ring',
                'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
+               'hash',
        ] # only supported libraries for windows
 endif