|FAILURE| pw164773-164789 [PATCH] [v5,20/20] net/sxe2: update sxe2 f
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jun 2 14:03:19 CEST 2026
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/164789
_Testing issues_
Submitter: liujie5 at linkdatatechnology.com <liujie5 at linkdatatechnology.com>
Date: Tuesday, June 02 2026 05:54:13
DPDK git baseline: Repo:dpdk-next-net
Branch: master
CommitID:b0cb35815c1e44b4807231e8652c0b5d394e422a
164773-164789 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#496507
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 9.7 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.1 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 24.04 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 42 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 9 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 43 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 10 | PEND |
+-------------------------------+--------------------+
==== 20 line log output for Fedora Linux 43 (dpdk_meson_compile): ====
[848/3529] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec_neon.c.o
FAILED: [code=1] drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec_neon.c.o
clang -Idrivers/libtmp_rte_net_sxe2.a.p -Idrivers -I../drivers -Idrivers/net/sxe2 -I../drivers/net/sxe2 -Idrivers/common/sxe2 -I../drivers/common/sxe2 -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/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/cmdline -I../lib/cmdline -Xclang -fcolo
r-diagnostics -pipe -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 -fPIC -march=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -g -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe2 -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec_neon.c.o -MF drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec_neon.c.o.d -o drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec_neon.c.o -c ../drivers/net/sxe2/sxe2_txrx_vec_neon.c
../drivers/net/sxe2/sxe2_txrx_vec_neon.c:349:3: error: call to undeclared function 'PMD_LOG_RX_INFO'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
349 | PMD_LOG_RX_INFO("Rx mbuf vec alloc failed port_id=%u "
| ^
../drivers/net/sxe2/sxe2_txrx_vec_neon.c:351:10: error: no member named 'idx_in_pf' in 'struct sxe2_rx_queue'
351 | rxq->idx_in_pf);
| ~~~ ^
../drivers/net/sxe2/sxe2_txrx_vec_neon.c:356:27: error: cast from 'volatile struct sxe2_rx_32b_desc::(unnamed at ../drivers/net/sxe2/sxe2_txrx_common.h:270:2) *' to 'unsigned long *' drops volatile qualifier [-Werror,-Wcast-qual]
356 | vst1q_u64((uint64_t *)&desc[i].read, zero);
| ^
../drivers/net/sxe2/sxe2_txrx_vec_neon.c:385:25: error: cast from 'volatile struct sxe2_rx_32b_desc::(unnamed at ../drivers/net/sxe2/sxe2_txrx_common.h:270:2) *' to 'unsigned long *' drops volatile qualifier [-Werror,-Wcast-qual]
385 | vst1q_u64((uint64_t *)&desc++->read, dma_addr0);
| ^
../drivers/net/sxe2/sxe2_txrx_vec_neon.c:386:25: error: cast from 'volatile struct sxe2_rx_32b_desc::(unnamed at ../drivers/net/sxe2/sxe2_txrx_common.h:270:2) *' to 'unsigned long *' drops volatile qualifier [-Werror,-Wcast-qual]
386 | vst1q_u64((uint64_t *)&desc++->read, dma_addr1);
| ^
5 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Red Hat Enterprise Linux 9.7
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Red Hat Enterprise Linux 10.1
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Ubuntu 24.04
Kernel: 7.0
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian GNU/Linux 12
Kernel: 7.0
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 42
Kernel: 7.0
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Ubuntu 22.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Fedora Linux 43
Kernel: 7.0
Compiler: gcc gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
CentOS Stream 10
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36102/
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