DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] mldev: enable to be compiled with msvc
@ 2025-04-11 19:59 Andre Muezerie
  2025-04-15  4:05 ` [EXTERNAL] " Srikanth Yalavarthi
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Muezerie @ 2025-04-11 19:59 UTC (permalink / raw)
  To: Srikanth Yalavarthi; +Cc: dev, Andre Muezerie

Now that the issues preventing this lib from being compiled with MSVC
are solved, it can be enabled.

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

diff --git a/lib/mldev/meson.build b/lib/mldev/meson.build
index 2c933baad6..0079ccd205 100644
--- a/lib/mldev/meson.build
+++ b/lib/mldev/meson.build
@@ -1,12 +1,6 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (c) 2022 Marvell.
 
-if is_ms_compiler
-    build = false
-    reason = 'not supported building with Visual Studio Toolset'
-    subdir_done()
-endif
-
 sources = files(
         'rte_mldev_pmd.c',
         'rte_mldev.c',
-- 
2.49.0.vfs.0.0


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

* RE: [EXTERNAL] [PATCH] mldev: enable to be compiled with msvc
  2025-04-11 19:59 [PATCH] mldev: enable to be compiled with msvc Andre Muezerie
@ 2025-04-15  4:05 ` Srikanth Yalavarthi
  0 siblings, 0 replies; 2+ messages in thread
From: Srikanth Yalavarthi @ 2025-04-15  4:05 UTC (permalink / raw)
  To: Andre Muezerie; +Cc: dev, Srikanth Yalavarthi

> Now that the issues preventing this lib from being compiled with MSVC
> are solved, it can be enabled.
> 
> Signed-off-by: Andre Muezerie <mailto:andremue@linux.microsoft.com>
Acked-by: Srikanth Yalavarthi <syalavarthi@marvell.com>



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

end of thread, other threads:[~2025-04-15  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-11 19:59 [PATCH] mldev: enable to be compiled with msvc Andre Muezerie
2025-04-15  4:05 ` [EXTERNAL] " Srikanth Yalavarthi

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