DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] dmadev: enable lib to be compiled with MSVC
@ 2025-03-04  1:55 Andre Muezerie
  2025-03-04  2:40 ` fengchengwen
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Muezerie @ 2025-03-04  1:55 UTC (permalink / raw)
  To: Chengwen Feng, Kevin Laatz, Bruce Richardson; +Cc: dev, Andre Muezerie

With the outstanding issues preventing dmadev from being compiled
with MSVC being fixed, the lib can be enabled to be compiled with MSVC.

Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
---
 lib/dmadev/meson.build | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/dmadev/meson.build b/lib/dmadev/meson.build
index e66dcb66b0..62b0650b9b 100644
--- a/lib/dmadev/meson.build
+++ b/lib/dmadev/meson.build
@@ -1,12 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2021 HiSilicon Limited.
 
-if is_ms_compiler
-    build = false
-    reason = 'not supported building with Visual Studio Toolset'
-    subdir_done()
-endif
-
 sources = files('rte_dmadev.c', 'rte_dmadev_trace_points.c')
 headers = files('rte_dmadev.h')
 indirect_headers += files('rte_dmadev_core.h', 'rte_dmadev_trace_fp.h')
-- 
2.48.1.vfs.0.0


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

* Re: [PATCH] dmadev: enable lib to be compiled with MSVC
  2025-03-04  1:55 [PATCH] dmadev: enable lib to be compiled with MSVC Andre Muezerie
@ 2025-03-04  2:40 ` fengchengwen
  0 siblings, 0 replies; 2+ messages in thread
From: fengchengwen @ 2025-03-04  2:40 UTC (permalink / raw)
  To: Andre Muezerie, Kevin Laatz, Bruce Richardson; +Cc: dev

Acked-by: Chengwen Feng <fengchengwen@huawei.com>

Thanks

On 2025/3/4 9:55, Andre Muezerie wrote:
> With the outstanding issues preventing dmadev from being compiled
> with MSVC being fixed, the lib can be enabled to be compiled with MSVC.
> 
> Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
> ---
>  lib/dmadev/meson.build | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/lib/dmadev/meson.build b/lib/dmadev/meson.build
> index e66dcb66b0..62b0650b9b 100644
> --- a/lib/dmadev/meson.build
> +++ b/lib/dmadev/meson.build
> @@ -1,12 +1,6 @@
>  # SPDX-License-Identifier: BSD-3-Clause
>  # Copyright(c) 2021 HiSilicon Limited.
>  
> -if is_ms_compiler
> -    build = false
> -    reason = 'not supported building with Visual Studio Toolset'
> -    subdir_done()
> -endif
> -
>  sources = files('rte_dmadev.c', 'rte_dmadev_trace_points.c')
>  headers = files('rte_dmadev.h')
>  indirect_headers += files('rte_dmadev_core.h', 'rte_dmadev_trace_fp.h')


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

end of thread, other threads:[~2025-03-04  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-04  1:55 [PATCH] dmadev: enable lib to be compiled with MSVC Andre Muezerie
2025-03-04  2:40 ` fengchengwen

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).