|WARNING| pw161344 [PATCH] drivers: disable comma warnings selective

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Feb 14 04:14:19 CET 2026


Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
https://dpdk.org/patch/161344

_Testing issues_

Submitter: Bruce Richardson <bruce.richardson at intel.com>
Date: Friday, February 13 2026 15:14:00 
DPDK git baseline: Repo:dpdk-next-net
  Branch: master
  CommitID:c218b21821a87ab5b86f98bee0c1ebc3b30e9e96

161344 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#414438

Test environment and result as below:

+-------------------------------+----------------+---------------------------+--------------+------------------------------+
|          Environment          | dpdk_unit_test | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest |
+===============================+================+===========================+==============+==============================+
| CentOS Stream 9               | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Debian GNU/Linux 12           | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora Linux 43               | WARN           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| CentOS Stream 10              | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 24.04                  | PASS           | SKIPPED                   | PASS         | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Red Hat Enterprise Linux 9.7  | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora Linux 41               | WARN           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 22.04                  | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Fedora Linux 42               | WARN           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Red Hat Enterprise Linux 10.1 | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Ubuntu 20.04                  | PASS           | SKIPPED                   | SKIPPED      | SKIPPED                      |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+
| Debian 12 (arm)               | SKIPPED        | PASS                      | SKIPPED      | PASS                         |
+-------------------------------+----------------+---------------------------+--------------+------------------------------+

==== 20 line log output for Fedora Linux 42 (dpdk_unit_test): ====
clang -Idrivers/libtmp_rte_net_i40e.a.p -Idrivers -I../drivers -Idrivers/net/intel/i40e -I../drivers/net/intel/i40e -Idrivers/net/intel/i40e/base -I../drivers/net/intel/i40e/base -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 -Xclang -fcolor-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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.i40e -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_ethdev.c.o -MF drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_ethdev.c.o.d -o drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_ethdev.c.o -c ../drivers/net/intel/i40e/i40e_ethdev.c
../drivers/net/intel/i40e/i40e_ethdev.c:5112:49: error: possible misuse of comma operator here [-Werror,-Wcomma]
5112 |                         entry && (next_entry = LIST_NEXT(entry, next), 1);
|                                                                      ^
../drivers/net/intel/i40e/i40e_ethdev.c:5112:14: note: cast expression to void to silence warning
5112 |                         entry && (next_entry = LIST_NEXT(entry, next), 1);
|                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|                                   (void)(                            )
../drivers/net/intel/i40e/i40e_ethdev.c:5119:49: error: possible misuse of comma operator here [-Werror,-Wcomma]
5119 |                         entry && (next_entry = LIST_NEXT(entry, next), 1);
|                                                                      ^
../drivers/net/intel/i40e/i40e_ethdev.c:5119:14: note: cast expression to void to silence warning
5119 |                         entry && (next_entry = LIST_NEXT(entry, next), 1);
|                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|                                   (void)(                            )
2 errors generated.
[1260/3815] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_fdir.c.o
[1261/3815] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_rxtx.c.o
[1262/3815] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_flow.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 43
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 9.7
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

Red Hat Enterprise Linux 10.1
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35216/

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