RE: [EXT] Re: [PATCH] mldev: remove weak symbols use in type conversions

2023-03-13 Thread Srikanth Yalavarthi
> -Original Message- > From: David Marchand > Sent: 13 March 2023 16:22 > To: Srikanth Yalavarthi > Cc: dev@dpdk.org; Shivah Shankar Shankar Narayan Rao > > Subject: [EXT] Re: [PATCH] mldev: remove weak symbols use in type > convers

Re: [PATCH] mldev: remove weak symbols use in type conversions

2023-03-13 Thread David Marchand
Hello, On Sat, Mar 11, 2023 at 3:51 PM Srikanth Yalavarthi wrote: > > Drop use of weak symbols to select the type conversion > functions. Select NEON implementation only on Aarch64 > builds. Enable windows build. > > Fixes: 3c54f91ad8c9 ("mldev: disable build on Windows") Strictly speaking we ar

[PATCH] mldev: remove weak symbols use in type conversions

2023-03-11 Thread Srikanth Yalavarthi
Drop use of weak symbols to select the type conversion functions. Select NEON implementation only on Aarch64 builds. Enable windows build. Fixes: 3c54f91ad8c9 ("mldev: disable build on Windows") Signed-off-by: Srikanth Yalavarthi --- lib/mldev/meson.build | 9 ++--- lib/mldev/mlde