Re: [PATCH v4 1/1] mbuf: enable to be compiled with MSVC

2025-04-11 Thread Andre Muezerie
On Wed, Apr 09, 2025 at 06:42:10AM -0700, Andre Muezerie wrote: > On Wed, Apr 09, 2025 at 01:39:36PM +0200, David Marchand wrote: > > On Tue, Apr 8, 2025 at 11:24 PM Andre Muezerie > > wrote: > > > diff --git a/lib/net/meson.build b/lib/net/meson.build > > > index 7a6c419f40..c528fcc9a2 100644 > >

Re: [PATCH v4 1/1] mbuf: enable to be compiled with MSVC

2025-04-10 Thread David Marchand
On Tue, Apr 8, 2025 at 11:24 PM Andre Muezerie wrote: > > Now that the issues preventing this lib from being 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 ful

Re: [PATCH v4 1/1] mbuf: enable to be compiled with MSVC

2025-04-09 Thread Andre Muezerie
On Wed, Apr 09, 2025 at 01:39:36PM +0200, David Marchand wrote: > On Tue, Apr 8, 2025 at 11:24 PM Andre Muezerie > wrote: > > diff --git a/lib/net/meson.build b/lib/net/meson.build > > index 7a6c419f40..c528fcc9a2 100644 > > --- a/lib/net/meson.build > > +++ b/lib/net/meson.build > > @@ -43,7 +43,

Re: [PATCH v4 1/1] mbuf: enable to be compiled with MSVC

2025-04-09 Thread David Marchand
On Tue, Apr 8, 2025 at 11:24 PM Andre Muezerie wrote: > diff --git a/lib/net/meson.build b/lib/net/meson.build > index 7a6c419f40..c528fcc9a2 100644 > --- a/lib/net/meson.build > +++ b/lib/net/meson.build > @@ -43,7 +43,12 @@ use_function_versioning = true > > if dpdk_conf.has('RTE_ARCH_X86_64')

[PATCH v4 1/1] mbuf: enable to be compiled with MSVC

2025-04-08 Thread Andre Muezerie
Now that the issues preventing this lib from being 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 Acked-by: Bruce Richardson