|FAILURE| pw114867-114878 [PATCH] [v6, 12/12] net/nfp: add flower PF rxtx logic

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Aug 15 20:54:13 CEST 2022


Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/114878

_Testing issues_

Submitter: Chaoyong He <chaoyong.he at corigine.com>
Date: Friday, August 12 2022 09:22:13 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:72206323a5dd3182b13f61b25a64abdddfee595c

114867-114878 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Fedora 31           | FAIL           |
+---------------------+----------------+
| Fedora 32           | FAIL           |
+---------------------+----------------+
| Fedora 34           | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | FAIL           |
+---------------------+----------------+
| Ubuntu 18.04        | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| Fedora 33           | FAIL           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | FAIL           |
+---------------------+----------------+

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
[1887/3332] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_cpp_bridge.c.o'.
[1888/3332] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mbx.c.o'.
[1889/3332] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o
clang -Idrivers/a715181@@tmp_rte_net_nfp at sta -Idrivers -I../drivers -Idrivers/net/nfp -I../drivers/net/nfp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.nfp  -MD -MQ 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o' -c ../drivers/net/nfp/nfp_ethdev.c
../drivers/net/nfp/nfp_ethdev.c:940:2: error: variable 'ret' is used uninitialized whenever switch default is taken [-Werror,-Wsometimes-uninitialized]
default:
^~~~~~~
../drivers/net/nfp/nfp_ethdev.c:1009:9: note: uninitialized use occurs here
return ret;
^~~
../drivers/net/nfp/nfp_ethdev.c:845:9: note: initialize the variable 'ret' to silence this warning
int ret;
^
= 0
1 error generated.
[1890/3332] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_rtl.c.o'.
[1891/3332] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o'.
[1892/3332] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_hw.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

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