DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] hash: build on Windows
@ 2020-10-01 15:30 Tal Shnaiderman
  2020-10-02  4:28 ` Kadam, Pallavi
  0 siblings, 1 reply; 3+ messages in thread
From: Tal Shnaiderman @ 2020-10-01 15:30 UTC (permalink / raw)
  To: dev
  Cc: thomas, pallavi.kadam, dmitry.kozliuk, ranjit.menon, navasile,
	dmitrym, yipeng1.wang, sameh.gobriel, bruce.richardson,
	Ophir Munk

From: Ophir Munk <ophirmu@nvidia.com>

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>
---
 lib/librte_eal/rte_eal_exports.def | 2 ++
 lib/meson.build                    | 1 +
 2 files changed, 3 insertions(+)

diff --git a/lib/librte_eal/rte_eal_exports.def b/lib/librte_eal/rte_eal_exports.def
index cda3e0c79f..7b35beb702 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -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
diff --git a/lib/meson.build b/lib/meson.build
index d8b358e5f4..e5597f174c 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -42,6 +42,7 @@ if is_windows
 		'eal',
 		'ring',
 		'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
+		'hash',
 	] # only supported libraries for windows
 endif
 
-- 
2.16.1.windows.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-05  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 15:30 [dpdk-dev] [PATCH] hash: build on Windows Tal Shnaiderman
2020-10-02  4:28 ` Kadam, Pallavi
2020-10-05  7:54   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).