[v3,6/6] mbuf: enable to be compiled with MSVC
Checks
Commit Message
Now that the issues preventing this lib from be compiled with MSVC
are fixed it can be included in the compilation.
The "net" library will automatically get compiled as well as it
has a dependency on "mbuf" which will now get fulfilled.
Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
---
lib/mbuf/meson.build | 6 ------
1 file changed, 6 deletions(-)
Comments
Hello Andre,
On Thu, Feb 20, 2025 at 9:32 PM Andre Muezerie
<andremue@linux.microsoft.com> wrote:
>
> Now that the issues preventing this lib from be compiled with MSVC
> are fixed it can be included in the compilation.
>
> The "net" library will automatically get compiled as well as it
> has a dependency on "mbuf" which will now get fulfilled.
>
> Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
I just merged the symbol export / versioning rework series.
Could you please resend this patch only, for the CI to have a go?
Thank you.
On Mon, Apr 07, 2025 at 03:53:06PM +0200, David Marchand wrote:
> Hello Andre,
>
> On Thu, Feb 20, 2025 at 9:32 PM Andre Muezerie
> <andremue@linux.microsoft.com> wrote:
> >
> > Now that the issues preventing this lib from be compiled with MSVC
> > are fixed it can be included in the compilation.
> >
> > The "net" library will automatically get compiled as well as it
> > has a dependency on "mbuf" which will now get fulfilled.
> >
> > Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
>
> I just merged the symbol export / versioning rework series.
> Could you please resend this patch only, for the CI to have a go?
>
That's great news!
I'll send out the updated patch, and also review the other patches to
see if they need changes.
> Thank you.
>
>
> --
> David Marchand
@@ -1,12 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-if is_ms_compiler
- build = false
- reason = 'not supported building with Visual Studio Toolset'
- subdir_done()
-endif
-
sources = files(
'rte_mbuf.c',
'rte_mbuf_ptype.c',