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>
---
lib/mbuf/meson.build | 6 ------
1 file changed, 6 deletions(-)
Comments
On Mon, 10 Feb 2025 13:51:05 -0800
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>
> ---
Getting close to building test-pmd on Windows?
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote:
> On Mon, 10 Feb 2025 13:51:05 -0800
> 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>
> > ---
>
> Getting close to building test-pmd on Windows?
>
> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
We are getting closer, yes :-)
11/02/2025 03:19, Andre Muezerie:
> On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote:
> > On Mon, 10 Feb 2025 13:51:05 -0800
> > 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>
> > > ---
> >
> > Getting close to building test-pmd on Windows?
> >
> > Acked-by: Stephen Hemminger <stephen@networkplumber.org>
>
> We are getting closer, yes :-)
Good news
Applied, thanks.
Mer 12 févr 2025, à 15:23, Thomas Monjalon a écrit :
> 11/02/2025 03:19, Andre Muezerie:
>> On Mon, Feb 10, 2025 at 02:34:29PM -0800, Stephen Hemminger wrote:
>> > On Mon, 10 Feb 2025 13:51:05 -0800
>> > 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>
>> > > ---
>> >
>> > Getting close to building test-pmd on Windows?
>> >
>> > Acked-by: Stephen Hemminger <stephen@networkplumber.org>
>>
>> We are getting closer, yes :-)
>
> Good news
>
> Applied, thanks.
The patch has been removed from main because Andre reported a compilation issue.
@@ -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',