|WARNING| pw149237-149241 [PATCH] [5/5] net/virtio: remove unneeded

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Dec 14 09:05:07 CET 2024


Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/149241

_Testing issues_

Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Friday, December 13 2024 21:48:18 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259

149237-149241 --> testing issues

Upstream job id: Generic-VM-Unit-Test-DPDK#26589

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Fedora 40           | WARN           |
+---------------------+----------------+
| CentOS Stream 9     | WARN           |
+---------------------+----------------+
| Debian 12           | WARN           |
+---------------------+----------------+
| Fedora 39           | WARN           |
+---------------------+----------------+
| RHEL8               | WARN           |
+---------------------+----------------+
| Fedora 40 (Clang)   | WARN           |
+---------------------+----------------+
| RHEL9               | WARN           |
+---------------------+----------------+
| Ubuntu 20.04        | WARN           |
+---------------------+----------------+
| Fedora 39 (Clang)   | WARN           |
+---------------------+----------------+
| Ubuntu 24.04        | WARN           |
+---------------------+----------------+
| Ubuntu 22.04        | WARN           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[1438/3135] Compiling C object drivers/librte_net_enetc.a.p/meson-generated_.._rte_net_enetc.pmd.c.o
[1439/3135] Linking static target drivers/librte_net_enetc.a
[1440/3135] Compiling C object drivers/librte_net_enetc.so.25.1.p/meson-generated_.._rte_net_enetc.pmd.c.o
[1441/3135] Linking target drivers/librte_net_enetc.so.25.1
[1442/3135] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
FAILED: drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
ccache cc -Idrivers/libtmp_rte_net_enetfec.a.p -Idrivers -I../drivers -Idrivers/net/enetfec -I../drivers/net/enetfec -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 -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -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/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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmiss
 ing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.enetfec -MD -MQ drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o -MF drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o.d -o drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o -c ../drivers/net/enetfec/enet_ethdev.c
../drivers/net/enetfec/enet_ethdev.c: In function 'enetfec_tx_queue_setup':
../drivers/net/enetfec/enet_ethdev.c:369:54: error: unused parameter 'tx_conf' [-Werror=unused-parameter]
369 |                         const struct rte_eth_txconf *tx_conf)
|                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
../drivers/net/enetfec/enet_ethdev.c: In function 'enetfec_rx_queue_setup':
../drivers/net/enetfec/enet_ethdev.c:440:54: error: unused parameter 'rx_conf' [-Werror=unused-parameter]
440 |                         const struct rte_eth_rxconf *rx_conf,
|                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
cc1: all warnings being treated as errors
[1443/3135] Generating rte_net_dpaa2.sym_chk with a custom command (wrapped by meson to capture output)
[1444/3135] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1445/3135] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

CentOS Stream 9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

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

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

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

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