|WARNING| pw161050-161056 [PATCH] [v2,7/7] net/ice: fix memory leak
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Feb 10 21:12:44 CET 2026
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
https://dpdk.org/patch/161056
_Testing issues_
Submitter: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Tuesday, February 10 2026 15:52:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:5b3ef932bee6da8b40ed54f41ef7185240833dde
161050-161056 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#413728
Test environment and result as below:
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+===============================+==============================+==============+===========================+================+
| Debian 12 (arm) | WARN | SKIPPED | WARN | SKIPPED |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 24.04 | SKIPPED | PASS | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 43 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 41 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 42 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 10.1 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
==== 20 line log output for Red Hat Enterprise Linux 9.7 (dpdk_unit_test): ====
8 |
../drivers/net/intel/ice/ice_dcf_sched.c:773:17: error: incompatible implicit declaration of built-in function 'calloc' [-Werror=builtin-declaration-mismatch]
773 | vf_bw = calloc(1, size);
| ^~~~~~
../drivers/net/intel/ice/ice_dcf_sched.c:773:17: note: include '<stdlib.h>' or provide a declaration of 'calloc'
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: error: implicit declaration of function 'free' [-Werror=implicit-function-declaration]
879 | free(vf_bw);
| ^~~~
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
../drivers/net/intel/ice/ice_dcf_sched.c:879:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../drivers/net/intel/ice/ice_dcf_sched.c:881:17: error: incompatible implicit declaration of built-in function 'free' [-Werror=builtin-declaration-mismatch]
881 | free(tc_bw);
| ^~~~
../drivers/net/intel/ice/ice_dcf_sched.c:881:17: note: include '<stdlib.h>' or provide a declaration of 'free'
cc1: all warnings being treated as errors
[1292/3815] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_bypass.c.o
[1293/3815] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1294/3815] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Fedora Linux 43
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Fedora Linux 41
Kernel: 5.4
Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 10.1
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35184/
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