|WARNING| pw164906-164909 [PATCH] [4/4] net/bnxt: fix RSS hash mode

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jun 4 02:02:58 CEST 2026


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

_Testing issues_

Submitter: Mohammad Shuab Siddique <Mohammad-shuab.siddique at broadcom.com>
Date: Wednesday, June 03 2026 17:51:37 
DPDK git baseline: Repo:dpdk-next-net-brcm
  Branch: master
  CommitID:af40a93fa21f94a3a41b9953918a0937ad7e4599

164906-164909 --> testing issues

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

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 (lpm_autotest): ====
[8/406] Linking static target lib/librte_log.a
[9/406] Generating rte_argparse_map with a custom command
[10/406] Compiling C object lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.o
[11/406] Linking static target lib/librte_kvargs.a
[12/406] Compiling C object lib/librte_argparse.a.p/argparse_rte_argparse.c.o
[13/406] Linking static target lib/librte_argparse.a
[14/406] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[15/406] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[16/406] Linking target lib/librte_log.so.26.1
[17/406] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_data.c.o
FAILED: lib/librte_telemetry.a.p/telemetry_telemetry_data.c.o
gcc-10 -Ilib/librte_telemetry.a.p -Ilib -I../lib -Ilib/eal/common -I../lib/eal/common -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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/log -I../lib/log -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 -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ lib/librte_telemetry.a.p/telemetry_telemetry_data.c.o -MF lib/librte_telemetry.a.
 p/telemetry_telemetry_data.c.o.d -o lib/librte_telemetry.a.p/telemetry_telemetry_data.c.o -c ../lib/telemetry/telemetry_data.c
gcc-10: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.
[18/406] Generating symbol file lib/librte_log.so.26.1.p/librte_log.so.26.1.symbols
[19/406] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.o
[20/406] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

Fedora Linux 43
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)

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

Fedora Linux 44
	Kernel: 5.4
	Compiler: gcc 16.0.1-0.10.fc44

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

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

Ubuntu 20.04
	Kernel: 7.0
	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/36133/

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