From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
by inbox.dpdk.org (Postfix) with ESMTP id 5F19341E1E
for ; Wed, 8 Mar 2023 11:58:25 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id 483EA40FAE;
Wed, 8 Mar 2023 11:58:25 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id C302C40ED6
for ; Wed, 8 Mar 2023 11:58:23 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id B09EE41E20; Wed, 8 Mar 2023 11:58:23 +0100 (CET)
From: bugzilla@dpdk.org
To: ci@dpdk.org
Subject: [Bug 1174] Adding compilation flags to continue compiling mlx5 in
iol-x86_64-unit-testing over Windows/clang
Date: Wed, 08 Mar 2023 10:58:23 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: lab
X-Bugzilla-Component: job scripts
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: talshn@nvidia.com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: ci@dpdk.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
op_sys bug_status bug_severity priority component assigned_to reporter cc
target_milestone
Message-ID:
Content-Type: multipart/alternative; boundary=16782731031.C8FbDa.2937812
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
X-BeenThere: ci@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK CI discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: ci-bounces@dpdk.org
--16782731031.C8FbDa.2937812
Date: Wed, 8 Mar 2023 11:58:23 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
https://bugs.dpdk.org/show_bug.cgi?id=3D1174
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 f=
or
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
-L
"C:\Program Files\Meson\meson.exe" setup --buildtype debug
"-Dc_args=3D-I\"%DEVX_INC_PATH%\"" "-Dc_link_args=3D-L\"%DEVX_LIB_PATH%\"" =
build
Another option is to Use CFLAGS/LDFLAGS
Please change your compilations scripts in iol-x86_64-unit-testing to conti=
nue
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/
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--16782731031.C8FbDa.2937812
Date: Wed, 8 Mar 2023 11:58:23 +0100
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
Adding compilation flags to continue compiling mlx5 in iol-x8=
6_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 f=
or
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=3D-I\"%DEVX_INC_PATH%\"" "-Dc_link_args=
=3D-L\"%DEVX_LIB_PATH%\"" build
Another option is to Use CFLAGS/LDFLAGS
Please change your compilations scripts in iol-x86_64-unit-testing to conti=
nue
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] - h=
ttps://lab.dpdk.org/results/dashboard/patchsets/25595/