|FAILURE| pw163370-163392 [PATCH] [23/23] bus: add class device conv
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Apr 29 20:05:34 CEST 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/163392
_Testing issues_
Submitter: David Marchand <david.marchand at redhat.com>
Date: Wednesday, April 29 2026 11:44:56
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7baf81674a011ab8a2fe329566b6d43d7377244c
163370-163392 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#35397
Test environment and result as below:
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+===================+=========================+======================+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Windows Server 2025 | SKIPPED | FAIL | FAIL | PASS |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
==== 20 line log output for Windows Server 2025 (dpdk_llvm_clang_compile): ====
"clang" "-Idrivers\libtmp_rte_net_mlx5.a.p" "-Idrivers" "-I..\drivers" "-Idrivers\net\mlx5" "-I..\drivers\net\mlx5" "-Idrivers\net/mlx5\windows" "-I..\drivers\net\mlx5\windows" "-Ilib\ethdev" "-I..\lib\ethdev" "-Ilib\eal\common" "-I..\lib\eal\common" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal" "-I..\lib\eal" "-Ilib\argparse" "-I..\lib\argparse" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-Idr
ivers\common\mlx5" "-I..\drivers\common\mlx5" "-Idrivers\common/mlx5\windows" "-I..\drivers\common\mlx5\windows" "-Idrivers\bus\auxiliary" "-I..\drivers\bus\auxiliary" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-fdiagnostics-color=always" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wvla" "-Wcast-qual" "-Wcomma" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wshadow" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-address-of-packed-member" "-std=c11" "-Wno-strict-prototypes" "-D_BSD_SOURCE" "-D_DEFAULT_SOURCE" "-D_XOPEN_SOURCE=600" "-UPEDANTIC" "-Wno-shadow" "-DRTE_LOG_DEFAU
LT_LOGTYPE=pmd.net.mlx5" -MD -MQ drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_windows_mlx5_os.c.obj -MF "drivers\libtmp_rte_net_mlx5.a.p\net_mlx5_windows_mlx5_os.c.obj.d" -o drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_windows_mlx5_os.c.obj "-c" ../drivers/net/mlx5/windows/mlx5_os.c
../drivers/net/mlx5/windows/mlx5_os.c:171:66: error: too few arguments provided to function-like macro invocation
171 | sh->dev_cap.vf = mlx5_dev_is_vf_pci(RTE_BUS_DEVICE(sh->cdev->dev), struct rte_pci_device);
| ^
..\lib\eal\include\bus_driver.h:444:9: note: macro 'RTE_BUS_DEVICE' defined here
444 | #define RTE_BUS_DEVICE(dev, bus_dev_type) \
| ^
../drivers/net/mlx5/windows/mlx5_os.c:171:69: error: expected expression
171 | sh->dev_cap.vf = mlx5_dev_is_vf_pci(RTE_BUS_DEVICE(sh->cdev->dev), struct rte_pci_device);
| ^
../drivers/net/mlx5/windows/mlx5_os.c:171:38: error: use of undeclared identifier 'RTE_BUS_DEVICE'
171 | sh->dev_cap.vf = mlx5_dev_is_vf_pci(RTE_BUS_DEVICE(sh->cdev->dev), struct rte_pci_device);
| ^
3 errors generated.
[316/896] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_windows_mlx5_mp_os.c.obj
[317/896] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_windows_mlx5_ethdev_os.c.obj
[318/896] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.obj
[319/896] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.obj
[320/896] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35823/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list