From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Bruce Richardson <bruce.richardson@intel.com>,
Shaiq Wani <shaiq.wani@intel.com>
Subject: |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
Date: Tue, 30 Sep 2025 23:05:01 -0700 (PDT) [thread overview]
Message-ID: <68dcc48d.050a0220.13f02b.41fcSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250930090709.2521114-3-shaiq.wani@intel.com>
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157113
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157112-157113 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#376589
Test environment and result as below:
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Environment | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04 | PASS | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41 | SKIPPED | PEND | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm) | SKIPPED | SKIPPED | WARN | WARN |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] 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 ====
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 40
Kernel: 5.4
Compiler: clang gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/
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-10-01 6:05 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
2025-09-30 8:33 ` |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
2025-09-30 9:08 ` |SUCCESS| pw157113 " checkpatch
2025-09-30 9:33 ` |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30 9:33 ` dpdklab
2025-09-30 9:34 ` |SUCCESS| " dpdklab
2025-09-30 9:40 ` |PENDING| " dpdklab
2025-09-30 9:46 ` |FAILURE| " dpdklab
2025-09-30 9:51 ` |SUCCESS| " dpdklab
2025-09-30 9:53 ` dpdklab
2025-09-30 9:55 ` dpdklab
2025-09-30 9:56 ` dpdklab
2025-09-30 9:59 ` dpdklab
2025-09-30 10:09 ` dpdklab
2025-09-30 10:12 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:23 ` dpdklab
2025-09-30 10:26 ` |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
2025-09-30 15:59 ` |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30 17:13 ` |SUCCESS| " dpdklab
2025-09-30 17:34 ` dpdklab
2025-09-30 18:38 ` dpdklab
2025-09-30 18:45 ` |FAILURE| " dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 20:59 ` dpdklab
2025-09-30 21:04 ` dpdklab
2025-09-30 22:46 ` dpdklab
2025-09-30 23:01 ` dpdklab
2025-10-01 5:23 ` dpdklab
2025-10-01 5:36 ` dpdklab
2025-10-01 5:40 ` dpdklab
2025-10-01 5:42 ` dpdklab
2025-10-01 5:45 ` dpdklab
2025-10-01 5:46 ` dpdklab
2025-10-01 5:46 ` dpdklab
2025-10-01 5:48 ` dpdklab
2025-10-01 5:51 ` dpdklab
2025-10-01 5:51 ` dpdklab
2025-10-01 5:55 ` dpdklab
2025-10-01 5:58 ` dpdklab
2025-10-01 6:01 ` dpdklab
2025-10-01 6:05 ` dpdklab [this message]
2025-10-01 6:06 ` dpdklab
2025-10-01 9:26 ` |SUCCESS| " 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=68dcc48d.050a0220.13f02b.41fcSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=bruce.richardson@intel.com \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=shaiq.wani@intel.com \
--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).