Re: [PATCH] common/mlx5: fix dependency detection on Windows

2025-06-18 Thread David Marchand
On Fri, Jun 13, 2025 at 10:10 AM David Marchand wrote: > > Don't *require* mlx5dev library when testing its presence. > > Fixes: 85c51a4ffab8 ("common/mlx5: get Windows dependency from standard > variables") > > Signed-off-by: David Marchand Applied with updated commitlog. -- David Marchand

Re: [PATCH] common/mlx5: fix dependency detection on Windows

2025-06-16 Thread Thomas Monjalon
This is the documentation to prepare mlx5 on Windows: https://docs.nvidia.com/networking/display/winof2v290/devx+interface 13/06/2025 23:48, Patrick Robb: > Good catch David on this system having a partial install of mlx5dev > header/library. > > NVIDIA guys, do any of you have a link to the cur

Re: [PATCH] common/mlx5: fix dependency detection on Windows

2025-06-13 Thread Patrick Robb
Good catch David on this system having a partial install of mlx5dev header/library. NVIDIA guys, do any of you have a link to the current install procedure or package? If not I can probably find whatever is correct. Thanks. Either way we'll update devx on the Windows system Monday - thanks for yo

Re: [PATCH] common/mlx5: fix dependency detection on Windows

2025-06-13 Thread David Marchand
On Fri, Jun 13, 2025 at 10:10 AM David Marchand wrote: > > Don't *require* mlx5dev library when testing its presence. For the record, this was seen in a UNH env that seems to have partially installed mlx5 dependencies. Has header "mlx5devx.h" : YES drivers\common\mlx5\windows\meson.build:10:0: E

[PATCH] common/mlx5: fix dependency detection on Windows

2025-06-13 Thread David Marchand
Don't *require* mlx5dev library when testing its presence. Fixes: 85c51a4ffab8 ("common/mlx5: get Windows dependency from standard variables") Signed-off-by: David Marchand --- drivers/common/mlx5/windows/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/c