From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw155852-155853 [PATCH] [v5,2/2] net/zxdh: add support flo
Date: Wed, 13 Aug 2025 23:51:12 -0700 (PDT) [thread overview]
Message-ID: <689d8760.170a0220.10ecaa.1ef9SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250814025248.2194951-3-chen.bingbin@zte.com.cn>
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/155853
_Testing issues_
Submitter: Bingbin Chen <chen.bingbin@zte.com.cn>
Date: Thursday, August 14 2025 02:52:42
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:6df5b211fae053219163a3eb301b26198974fb73
155852-155853 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#362698
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | WARN |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
../drivers/net/zxdh/zxdh_flow.c:641:36: note: returned from 'calloc'
641 | key_mask = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:689:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
689 | rte_free(key);
| ^~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:640:31: note: returned from 'calloc'
640 | key = calloc(1, sizeof(struct fd_flow_key) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:690:9: error: 'rte_free' called on pointer returned from a mismatched allocation function [-Werror=mismatched-dealloc]
690 | rte_free(fd_entry);
| ^~~~~~~~~~~~~~~~~~
../drivers/net/zxdh/zxdh_flow.c:639:36: note: returned from 'calloc'
639 | fd_entry = calloc(1, sizeof(ZXDH_DTB_ACL_ENTRY_INFO_T) * ZXDH_MAX_FLOW_NUM);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2587/3540] Linking target drivers/librte_raw_cnxk_bphy.so.26.0
[2588/3540] Linking target drivers/librte_raw_cnxk_gpio.so.26.0
[2589/3540] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: clang gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/33873/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2025-08-14 6:51 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250814025248.2194951-3-chen.bingbin@zte.com.cn>
2025-08-14 2:29 ` |SUCCESS| pw155852-155853 [PATCH v5 2/2] net/zxdh: add support flow director ops qemudev
2025-08-14 2:34 ` qemudev
2025-08-14 3:02 ` |WARNING| pw155853 " checkpatch
2025-08-14 5:55 ` |FAILURE| pw155852-155853 [PATCH] [v5,2/2] net/zxdh: add support flo dpdklab
2025-08-14 6:00 ` |SUCCESS| " dpdklab
2025-08-14 6:00 ` |FAILURE| " dpdklab
2025-08-14 6:03 ` |PENDING| " dpdklab
2025-08-14 6:08 ` |SUCCESS| " dpdklab
2025-08-14 6:12 ` |FAILURE| " dpdklab
2025-08-14 6:15 ` |SUCCESS| " dpdklab
2025-08-14 6:16 ` |FAILURE| " dpdklab
2025-08-14 6:18 ` |SUCCESS| " dpdklab
2025-08-14 6:18 ` |FAILURE| " dpdklab
2025-08-14 6:19 ` dpdklab
2025-08-14 6:21 ` dpdklab
2025-08-14 6:38 ` |PENDING| " dpdklab
2025-08-14 6:51 ` dpdklab [this message]
2025-08-14 7:00 ` |FAILURE| " dpdklab
2025-08-14 7:02 ` |WARNING| " dpdklab
2025-08-14 7:58 ` |FAILURE| " dpdklab
2025-08-14 8:01 ` |SUCCESS| " dpdklab
2025-08-14 8:08 ` |FAILURE| " dpdklab
2025-08-14 8:19 ` |SUCCESS| " dpdklab
2025-08-14 13:55 ` |FAILURE| " dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=689d8760.170a0220.10ecaa.1ef9SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).