Re: [dpdk-dev] [PATCH v1 72/72] mlx5: build pmd only with the clang compiler

2020-10-28 Thread Thomas Monjalon
28/10/2020 00:23, Ophir Munk: > From: Tal Shnaiderman > > Currently the mlx5 PMD is supported on Windows for clang > compiler only, adding restriction in meson.build files > until mingw support will be added as well. I should be squashed with the patch adding Windows compilation.

[dpdk-dev] [PATCH v1 72/72] mlx5: build pmd only with the clang compiler

2020-10-27 Thread Ophir Munk
From: Tal Shnaiderman Currently the mlx5 PMD is supported on Windows for clang compiler only, adding restriction in meson.build files until mingw support will be added as well. Signed-off-by: Tal Shnaiderman --- drivers/common/mlx5/meson.build | 4 ++-- drivers/net/mlx5/meson.build| 4 ++--