|FAILURE| pw159632 [PATCH] [v2,1/1] net: optimize raw checksum compu
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jan 8 22:55:50 CET 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/159632
_Testing issues_
Submitter: Scott Mitchell <scott.k.mitch1 at gmail.com>
Date: Tuesday, January 06 2026 21:03:03
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f
159632 --> testing issues
Test environment and result as below:
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_meson_compile | dpdk_compile_ovs | dpdk_mingw64_compile |
+===============================+=========================+====================+==================+======================+
| Windows Server 2025 | PASS | SKIPPED | SKIPPED | PASS |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| FreeBSD 14.2 | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Alpine Linux 3.23.0 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| openSUSE Leap 15.6 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| CentOS Stream 9 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Fedora Linux 42 | SKIPPED | FAIL | WARN | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Ubuntu 22.04 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| CentOS Stream 10 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Ubuntu 24.04 | SKIPPED | FAIL | WARN | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Debian GNU/Linux 12 | SKIPPED | FAIL | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
| Ubuntu 20.04 | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------------+--------------------+------------------+----------------------+
==== 20 line log output for Debian GNU/Linux 12 (dpdk_meson_compile): ====
In file included from ../lib/net/rte_ip.h:10,
from ../lib/ethdev/rte_flow.h:25,
from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1503,
from ../lib/ethdev/ethdev_driver.h:21,
from ../drivers/net/atlantic/atl_rxtx.c:6:
../lib/net/rte_ip6.h: In function 'rte_ipv6_phdr_cksum':
../lib/net/rte_ip6.h:578:15: error: 'psd_hdr' may be used uninitialized [-Werror=maybe-uninitialized]
578 | sum = __rte_raw_cksum(&psd_hdr, sizeof(psd_hdr), sum);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/net/rte_ip4.h:32,
from ../lib/net/rte_ip.h:9:
../lib/net/rte_cksum.h:43:1: note: by argument 1 of type 'const void *' to '__rte_raw_cksum' declared here
43 | __rte_raw_cksum(const void *buf, size_t len, uint32_t sum)
| ^~~~~~~~~~~~~~~
../lib/net/rte_ip6.h:567:11: note: 'psd_hdr' declared here
567 | } psd_hdr;
| ^~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.2.0
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)
Fedora Linux 42
Kernel: 5.15
Compiler: clang gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34791/
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