On Tue, 9 Sept 2025 at 17:51, Andre Muezerie <andre...@linux.microsoft.com> wrote: > > This patchset solves the last issues preventing drivers from being > compiled with MSVC and enables drivers to be built with it. > > -v6: > - Remove temporary workaround for bug > (https://bugs.dpdk.org/show_bug.cgi?id=1758) > introduced in an earlier iteration. > > v5: > - Remove unnecessary parentheses from macros > > v4: > - Add explicit casts to avoid warnings in mlx5 driver > (https://bugs.dpdk.org/show_bug.cgi?id=1758). > - Add cast to drivers\net\mlx5\mlx5_rx.c to avoid warnings > about signed/unsigned comparison. > > v3: > - Add a patch to enable drivers to be compiled with MSVC. > > v2: > - Rebase on top of latest main. > > Andre Muezerie (3): > app/test: remove use of non-standard array range initialization > drivers/net: make code compatible with MSVC > drivers: enable drivers to be compiled with MSVC > > app/test/test_cryptodev_zuc_test_vectors.h | 156 ++++++++++++++++++++- > drivers/common/mlx5/mlx5_malloc.h | 4 +- > drivers/meson.build | 4 - > drivers/net/mlx5/mlx5_rx.c | 4 +- > drivers/net/mlx5/mlx5_utils.c | 4 +- > drivers/net/octeon_ep/otx_ep_mbox.c | 24 +++- > 6 files changed, 179 insertions(+), 17 deletions(-)
Series applied. Thanks Andre. -- David Marchand