Re: [dpdk-dev] [PATCH v4] drivers/common: enable Windows common mlx5 compilation

2021-01-13 Thread Thomas Monjalon
12/01/2021 13:58, Tal Shnaiderman: > From: Ophir Munk > > Prior to this commit meson did not progress beyond directory > drivers/common for Windows compilations. This commit enables drivers > compilation under this directory. This commit is not changing compilation of drivers/common/* Changing

[dpdk-dev] [PATCH v4] drivers/common: enable Windows common mlx5 compilation

2021-01-12 Thread Tal Shnaiderman
From: Ophir Munk Prior to this commit meson did not progress beyond directory drivers/common for Windows compilations. This commit enables drivers compilation under this directory. Signed-off-by: Ophir Munk Signed-off-by: Tal Shnaiderman Acked-by: Matan Azrad --- v3: change commit place with