|WARNING| pw150205-150206 [PATCH] [v14,3/3] drivers/net: add diagnos
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Jan 20 02:02:07 CET 2025
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/150206
_Testing issues_
Submitter: Andre Muezerie <andremue at linux.microsoft.com>
Date: Saturday, January 18 2025 02:46:13
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d
150205-150206 --> testing issues
Upstream job id: Aarch32-Unit-Test#4974
Test environment and result as below:
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| CentOS Stream 9 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 12 (arm) | WARN | SKIPPED | WARN | WARN |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 41 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 40 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| RHEL9 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 41 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 22.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 24.04 (ARM) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
==== 20 line log output for Ubuntu 24.04 (ARM) (dpdk_unit_test): ====
140 | rte_prefetch0((volatile void *), cq + mcqe_n);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:140:17: error: too many arguments to function 'rte_prefetch0'
140 | rte_prefetch0((volatile void *), cq + mcqe_n);
| ^~~~~~~~~~~~~
In file included from ../lib/eal/arm/include/rte_prefetch.h:9,
from ../lib/mbuf/rte_mbuf.h:39,
from ../drivers/net/mlx5/mlx5_rxtx_vec.c:10:
../lib/eal/arm/include/rte_prefetch_64.h:16:20: note: declared here
16 | static inline void rte_prefetch0(const volatile void *p)
| ^~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h: In function 'rxq_cq_process_v':
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:664:20: error: assignment discards 'volatile' qualifier from pointer target type [-Werror=discarded-qualifiers]
664 | p0 = &cq[pos].pkt_info;
| ^
cc1: all warnings being treated as errors
[1978/3371] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_socket.c.o
[1979/3371] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1980/3371] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
32-bit Ubuntu 22.04.4 (ARM)
Kernel: 5.15.83+ aarch64
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32364/
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