|FAILURE| pw166689 [PATCH] net/mlx5: avoid wildcard drop flow in pri

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Jul 13 21:24:47 CEST 2026


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/166689

_Testing issues_

Submitter: Gavin Hu <gahu at nvidia.com>
Date: Monday, July 13 2026 04:18:55 
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: master
  CommitID:2e3889f4434c87704049ba7f97a05e9ee08347fd

166689 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#511807

Test environment and result as below:

+-------------------------------+--------------------+
|          Environment          | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 10.2 | PEND               |
+-------------------------------+--------------------+
| Ubuntu 22.04                  | PEND               |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 9.8  | PEND               |
+-------------------------------+--------------------+
| Fedora Linux 43               | PEND               |
+-------------------------------+--------------------+
| Ubuntu 24.04                  | PEND               |
+-------------------------------+--------------------+
| Debian GNU/Linux 12           | PEND               |
+-------------------------------+--------------------+
| Fedora Linux 42               | FAIL               |
+-------------------------------+--------------------+
| CentOS Stream 10              | PEND               |
+-------------------------------+--------------------+
| Fedora Linux 44               | PEND               |
+-------------------------------+--------------------+
| CentOS Stream 9               | PEND               |
+-------------------------------+--------------------+

==== 20 line log output for Fedora Linux 42 (dpdk_meson_compile): ====
[805/3506] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
[806/3506] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_quota.c.o
[807/3506] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o
FAILED: [code=1] drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o
ccache cc -Idrivers/libtmp_rte_net_mlx5.a.p -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -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 -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrive
 rs/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -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-packed-not-aligned -Wno-missing-field-initializers -fzero-init-padding-bits=all -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -Wno-shadow -Wno-vla -DRTE_COMPONENT_CLASS=pmd_net -DRTE_COMPONENT_NAME=mlx5 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5 -MD -MQ drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o -MF drive
 rs/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o.d -o drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o -c ../drivers/net/mlx5/mlx5_flow_verbs.c
../drivers/net/mlx5/mlx5_flow_verbs.c: In function 'flow_verbs_discover_priorities':
../drivers/net/mlx5/mlx5_flow_verbs.c:69:44: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
69 |                                 .dst_mac = "\xff\xff\xff\xff\xff\xff",
|                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_verbs.c:70:44: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
70 |                                 .src_mac = "\xff\xff\xff\xff\xff\xff",
|                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_verbs.c:73:44: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
73 |                                 .dst_mac = "\xff\xff\xff\xff\xff\xff",
|                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_verbs.c:74:44: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
74 |                                 .src_mac = "\xff\xff\xff\xff\xff\xff",
|                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Red Hat Enterprise Linux 10.2
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Ubuntu 22.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0

Red Hat Enterprise Linux 9.8
	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)

Ubuntu 24.04
	Kernel: 7.0
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.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)

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

Fedora Linux 44
	Kernel: 7.0
	Compiler: clang gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)

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

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

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