* [Bug 1174] Adding compilation flags to continue compiling mlx5 in iol-x86_64-unit-testing over Windows/clang
@ 2023-03-08 10:58 bugzilla
2023-03-09 18:01 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2023-03-08 10:58 UTC (permalink / raw)
To: ci
[-- Attachment #1: Type: text/plain, Size: 1730 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1174
Bug ID: 1174
Summary: Adding compilation flags to continue compiling mlx5 in
iol-x86_64-unit-testing over Windows/clang
Product: lab
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: job scripts
Assignee: ci@dpdk.org
Reporter: talshn@nvidia.com
CC: dpdklab@iol.unh.edu
Target Milestone: ---
Hi,
A community patch [1] is about to be merged to main which will change the
detection of the MLX5 DevX libraries in Windows, DPDK will no longer look for
the lib and inc folders using the env variables DEVX_INC_PATH/DEVX_LIB_PATH.
Instead the user will provide the path to those folders either in the build
command line using -Dc_args and -Dc_link_args, see example below:
-I<include_directory>
-L<library_directory>
"C:\Program Files\Meson\meson.exe" setup --buildtype debug
"-Dc_args=-I\"%DEVX_INC_PATH%\"" "-Dc_link_args=-L\"%DEVX_LIB_PATH%\"" build
Another option is to Use CFLAGS/LDFLAGS
Please change your compilations scripts in iol-x86_64-unit-testing to continue
compiling mlx5 as part of the supported PMDs on Windows by using one of the
ways stated above, not changing it will skip mlx5 as seen in the said patch CI
results on Windows/clang [2].
[1] -
https://patches.dpdk.org/project/dpdk/patch/20230302132150.3330288-2-thomas@monjalon.net/
[2] - https://lab.dpdk.org/results/dashboard/patchsets/25595/
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 3947 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-09 18:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08 10:58 [Bug 1174] Adding compilation flags to continue compiling mlx5 in iol-x86_64-unit-testing over Windows/clang bugzilla
2023-03-09 18:01 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).