|WARNING| pw149266-149277 [PATCH] [v3,15/15] net/zxdh: mtu update op
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Dec 17 16:21:02 CET 2024
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/149277
_Testing issues_
Submitter: Junlong Wang <wang.junlong1 at zte.com.cn>
Date: Tuesday, December 17 2024 11:41:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac
149266-149277 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#299864
Test environment and result as below:
+-------------------+----------------+
| Environment | dpdk_unit_test |
+===================+================+
| CentOS Stream 9 | PASS |
+-------------------+----------------+
| Fedora 39 | PASS |
+-------------------+----------------+
| Debian 12 | PASS |
+-------------------+----------------+
| Fedora 39 (Clang) | PASS |
+-------------------+----------------+
| Fedora 40 | WARN |
+-------------------+----------------+
| Fedora 40 (Clang) | PASS |
+-------------------+----------------+
| RHEL8 | PASS |
+-------------------+----------------+
| RHEL9 | PASS |
+-------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------+----------------+
==== 20 line log output for Fedora 40 (dpdk_unit_test): ====
[2269/3144] Linking static target drivers/librte_net_virtio.a
[2270/3144] Linking target drivers/librte_net_virtio.so.25.1
[2271/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_common.c.o
[2272/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_msg.c.o
[2273/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_ethdev.c.o
[2274/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_pci.c.o
[2275/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_queue.c.o
[2276/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o
FAILED: drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o
ccache cc -Idrivers/libtmp_rte_net_zxdh.a.p -Idrivers -I../drivers -Idrivers/net/zxdh -I../drivers/net/zxdh -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 -Wmissing-proto
types -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.zxdh -MD -MQ drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o -MF drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o.d -o drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o -c ../drivers/net/zxdh/zxdh_np.c
../drivers/net/zxdh/zxdh_np.c: In function 'zxdh_np_dtb_table_entry_delete':
../drivers/net/zxdh/zxdh_np.c:1511:50: error: 'rte_calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
1511 | p_data_buff_ex = rte_calloc(NULL, sizeof(uint8_t), ZXDH_DTB_TABLE_DATA_BUFF_SIZE, 0);
| ^~~~~~~
../drivers/net/zxdh/zxdh_np.c:1511:50: note: earlier argument should specify number of elements, later size of each element
cc1: all warnings being treated as errors
[2277/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_tables.c.o
[2278/3144] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2279/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
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
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32152/
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