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 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 your > patience. > > On Fri, Jun 13, 2025 at 5:42 AM David Marchand <david.march...@redhat.com> > wrote: > > > On Fri, Jun 13, 2025 at 10:10 AM David Marchand > > <david.march...@redhat.com> 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: ERROR: C shared or > > static library 'mlx5devx' not found > > > > > > > > Fixes: 85c51a4ffab8 ("common/mlx5: get Windows dependency from standard > > variables") > > > > > > Signed-off-by: David Marchand <david.march...@redhat.com>