Re: [PATCH v2] doc: update parameters to use for mlx5 on Windows

2025-07-18 Thread Dariusz Sosnowski
On Tue, Jul 15, 2025 at 07:14:49AM -0700, Andre Muezerie wrote: > The linker parameters to use with MSVC and Clang differ. > Showing explicitly what to use with each in the documentation. > > Signed-off-by: Andre Muezerie > --- > doc/guides/platform/mlx5.rst | 27 +++ > 1

Re: [PATCH v2] doc: update parameters to use for mlx5 on Windows

2025-07-15 Thread Patrick Robb
+c...@dpdk.org +Manit Mahajan +Andrew Bailey Thank you for this we will modify our Clang and MSVC build pipelines at UNH. Acked-by: Patrick Robb On Tue, Jul 15, 2025 at 10:14 AM Andre Muezerie < andre...@linux.microsoft.com> wrote: > The linker parameters to use with MSVC and Clang differ.

[PATCH v2] doc: update parameters to use for mlx5 on Windows

2025-07-15 Thread Andre Muezerie
The linker parameters to use with MSVC and Clang differ. Showing explicitly what to use with each in the documentation. Signed-off-by: Andre Muezerie --- doc/guides/platform/mlx5.rst | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/guides/platf