From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw159636 [PATCH] [v3] net: optimize raw checksum computati
Date: Fri, 09 Jan 2026 09:48:41 -0800 (PST) [thread overview]
Message-ID: <69613f79.050a0220.3a331d.c5f3SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20260107170415.80275-1-scott.k.mitch1@gmail.com>
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/159636
_Testing issues_
Submitter: Scott Mitchell <scott.k.mitch1@gmail.com>
Date: Wednesday, January 07 2026 17:04:15
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f
159636 --> testing issues
Upstream job id: Generic-VM-Unit-Test-DPDK#33308
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| Fedora Linux 40 | WARN |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | WARN |
+-------------------------------+----------------+
| Ubuntu 22.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
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:44:1: note: by argument 1 of type 'const void *' to '__rte_raw_cksum' declared here
44 | __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 = {0}; /* Empty initializer avoids false-positive maybe-uninitialized warning */
| ^~~~~~~
cc1: all warnings being treated as errors
[1237/3611] Compiling C object drivers/librte_net_ark.so.26.1.p/meson-generated_.._rte_net_ark.pmd.c.o
[1238/3611] Generating rte_net_ark.sym_chk with a custom command (wrapped by meson to capture output)
[1239/3611] Compiling C object drivers/libtmp_rte_net_atlantic.a.p/net_atlantic_hw_atl_hw_atl_b0.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 40
Kernel: 5.15
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: clang gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
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
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
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/34860/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
prev parent reply other threads:[~2026-01-09 17:48 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260107170415.80275-1-scott.k.mitch1@gmail.com>
2026-01-07 17:01 ` |SUCCESS| pw159636 [PATCH v3] net: optimize raw checksum computation qemudev
2026-01-07 17:05 ` |WARNING| " checkpatch
2026-01-07 17:06 ` |SUCCESS| " qemudev
2026-01-07 18:07 ` |FAILURE| " 0-day Robot
2026-01-08 6:09 ` |SUCCESS| pw159636 [PATCH] [v3] net: optimize raw checksum computati dpdklab
2026-01-08 6:24 ` dpdklab
2026-01-08 6:38 ` dpdklab
2026-01-08 8:18 ` dpdklab
2026-01-08 8:44 ` dpdklab
2026-01-08 17:06 ` dpdklab
2026-01-08 20:50 ` dpdklab
2026-01-08 21:05 ` dpdklab
2026-01-08 21:12 ` dpdklab
2026-01-08 21:14 ` dpdklab
2026-01-08 21:19 ` dpdklab
2026-01-09 0:38 ` |PENDING| " dpdklab
2026-01-09 1:42 ` |FAILURE| " dpdklab
2026-01-09 1:45 ` dpdklab
2026-01-09 2:24 ` |WARNING| " dpdklab
2026-01-09 2:24 ` dpdklab
2026-01-09 2:37 ` dpdklab
2026-01-09 2:39 ` dpdklab
2026-01-09 2:45 ` dpdklab
2026-01-09 2:50 ` dpdklab
2026-01-09 17:48 ` dpdklab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=69613f79.050a0220.3a331d.c5f3SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).