* [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
* Re: [dpdk-dev] [PATCH] hash: build on Windows
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
0 siblings, 1 reply; 3+ messages in thread
From: Kadam, Pallavi @ 2020-10-02 4:28 UTC (permalink / raw)
To: Tal Shnaiderman, dev
Cc: thomas, dmitry.kozliuk, ranjit.menon, navasile, dmitrym,
yipeng1.wang, sameh.gobriel, bruce.richardson, Ophir Munk
On 10/1/2020 8:30 AM, Tal Shnaiderman wrote:
> 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>
> ---
Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] hash: build on Windows
2020-10-02 4:28 ` Kadam, Pallavi
@ 2020-10-05 7:54 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-10-05 7:54 UTC (permalink / raw)
To: Tal Shnaiderman, Ophir Munk
Cc: dev, dmitry.kozliuk, ranjit.menon, navasile, dmitrym,
yipeng1.wang, sameh.gobriel, bruce.richardson, Kadam, Pallavi
02/10/2020 06:28, Kadam, Pallavi:
>
> On 10/1/2020 8:30 AM, Tal Shnaiderman wrote:
> > 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>
> > ---
> Tested-by: Pallavi Kadam <pallavi.kadam@intel.com>
> Acked-by: Pallavi Kadam <pallavi.kadam@intel.com>
Applied, thanks
^ 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).