Re: [dpdk-dev] [PATCH v1 63/72] drivers/net: enable Windows net/mlx5 compilation

2020-10-28 Thread Thomas Monjalon
28/10/2020 00:23, Ophir Munk: > Add mlx5 as the first driver to be compiled under Windows (file > drivers/net/meson.build). It would be more interesting to have this patch earlier, probably merged with the addition of the exports file. I think the series should start with fixes and stubs, then co

[dpdk-dev] [PATCH v1 63/72] drivers/net: enable Windows net/mlx5 compilation

2020-10-27 Thread Ophir Munk
Add mlx5 as the first driver to be compiled under Windows (file drivers/net/meson.build). Signed-off-by: Ophir Munk --- drivers/net/meson.build | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 4e4c2c9..a341962 10