|FAILURE| pw161344 [PATCH] drivers: disable comma warnings selective
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Feb 13 17:20:03 CET 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
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-VM-DPDK-Compile-Meson#40943
Test environment and result as below:
+--------------+--------------------+
| Environment | dpdk_meson_compile |
+==============+====================+
| FreeBSD 14.2 | FAIL |
+--------------+--------------------+
==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
FAILED: drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_ethdev.c.o
cc -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/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -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/bsd -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 -O
3 -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 -D__BSD_VISIBLE -fPIC -march=native -mrtm -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 -DCC_AVX512_SUPPORT -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.
[1168/2122] Generating rte_net_e1000.pmd.c with a custom command
[1169/2122] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_i40e_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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