From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Vipin Varghese <vipin.varghese@amd.com>
Subject: |FAILURE| pw142397 [PATCH] app/testpmd: improve sse based macswap
Date: Sat, 13 Jul 2024 09:38:59 -0700 (PDT) [thread overview]
Message-ID: <6692ada3.050a0220.703b7.55deSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240713151949.832-1-vipin.varghese@amd.com>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142397
_Testing issues_
Submitter: Vipin Varghese <vipin.varghese@amd.com>
Date: Saturday, July 13 2024 15:19:49
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fa8d2f7f28524a6c8defa3dcd94f5aa131aae084
142397 --> testing issues
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+==================+===================+======================+===================+
| CentOS Stream 9 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| CentOS Stream 8 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 37 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian 12 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Debian Bullseye | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang) | FAIL | WARN | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang) | FAIL | WARN | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2019 | FAIL | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL8 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Windows Server 2022 | FAIL | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| RHEL9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 13.3 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| FreeBSD 14.1 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
==== 20 line log output for FreeBSD 14.1 (dpdk_meson_compile): ====
| ^~~~~~~
../app/test-pmd/macswap_sse.h:58:18: error: address of register variable requested
58 | mbuf_field_set(mb[1], ol_flags);
| ^~
../app/test-pmd/macswap_sse.h:60:38: error: address of register variable requested
60 | addr2 = _mm_loadu_si128((__m128i *)eth_hdr[2]);
| ^~~~~~~
../app/test-pmd/macswap_sse.h:61:18: error: address of register variable requested
61 | mbuf_field_set(mb[2], ol_flags);
| ^~
../app/test-pmd/macswap_sse.h:63:38: error: address of register variable requested
63 | addr3 = _mm_loadu_si128((__m128i *)eth_hdr[3]);
| ^~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1657/1853] Compiling C object app/dpdk-testpmd.p/test-pmd_config.c.o
[1658/1853] Compiling C object app/dpdk-testpmd.p/test-pmd_parameters.c.o
[1659/1853] Compiling C object app/dpdk-testpmd.p/test-pmd_rxonly.c.o
[1660/1853] Compiling C object app/dpdk-testpmd.p/test-pmd_shared_rxq_fwd.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30512/
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:[~2024-07-13 16:39 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240713151949.832-1-vipin.varghese@amd.com>
2024-07-13 14:53 ` |SUCCESS| " qemudev
2024-07-13 14:57 ` qemudev
2024-07-13 15:21 ` checkpatch
2024-07-13 15:49 ` dpdklab
2024-07-13 15:50 ` |PENDING| " dpdklab
2024-07-13 15:50 ` dpdklab
2024-07-13 15:53 ` dpdklab
2024-07-13 15:54 ` |SUCCESS| " dpdklab
2024-07-13 15:55 ` |FAILURE| " dpdklab
2024-07-13 15:55 ` dpdklab
2024-07-13 15:57 ` |SUCCESS| " dpdklab
2024-07-13 15:58 ` dpdklab
2024-07-13 15:58 ` dpdklab
2024-07-13 15:58 ` |PENDING| " dpdklab
2024-07-13 15:58 ` |FAILURE| " dpdklab
2024-07-13 15:59 ` dpdklab
2024-07-13 16:01 ` |PENDING| " dpdklab
2024-07-13 16:01 ` |FAILURE| " dpdklab
2024-07-13 16:01 ` dpdklab
2024-07-13 16:03 ` |PENDING| " dpdklab
2024-07-13 16:04 ` dpdklab
2024-07-13 16:04 ` |FAILURE| " dpdklab
2024-07-13 16:05 ` |PENDING| " dpdklab
2024-07-13 16:06 ` |WARNING| " dpdklab
2024-07-13 16:06 ` |FAILURE| " dpdklab
2024-07-13 16:06 ` |PENDING| " dpdklab
2024-07-13 16:07 ` |SUCCESS| " dpdklab
2024-07-13 16:07 ` |FAILURE| " dpdklab
2024-07-13 16:07 ` |PENDING| " dpdklab
2024-07-13 16:08 ` dpdklab
2024-07-13 16:08 ` |FAILURE| " dpdklab
2024-07-13 16:09 ` |PENDING| " dpdklab
2024-07-13 16:09 ` dpdklab
2024-07-13 16:09 ` |WARNING| " dpdklab
2024-07-13 16:09 ` dpdklab
2024-07-13 16:10 ` |FAILURE| " dpdklab
2024-07-13 16:10 ` |PENDING| " dpdklab
2024-07-13 16:10 ` |SUCCESS| " dpdklab
2024-07-13 16:11 ` |WARNING| " dpdklab
2024-07-13 16:11 ` dpdklab
2024-07-13 16:11 ` |PENDING| " dpdklab
2024-07-13 16:14 ` |WARNING| " dpdklab
2024-07-13 16:15 ` |SUCCESS| " dpdklab
2024-07-13 16:16 ` |WARNING| " dpdklab
2024-07-13 16:16 ` |PENDING| " dpdklab
2024-07-13 16:16 ` |WARNING| " dpdklab
2024-07-13 16:19 ` |PENDING| " dpdklab
2024-07-13 16:19 ` |WARNING| " dpdklab
2024-07-13 16:19 ` dpdklab
2024-07-13 16:20 ` dpdklab
2024-07-13 16:20 ` |PENDING| " dpdklab
2024-07-13 16:21 ` |FAILURE| " dpdklab
2024-07-13 16:21 ` |PENDING| " dpdklab
2024-07-13 16:22 ` |FAILURE| " dpdklab
2024-07-13 16:22 ` dpdklab
2024-07-13 16:23 ` 0-day Robot
2024-07-13 16:24 ` dpdklab
2024-07-13 16:25 ` |PENDING| " dpdklab
2024-07-13 16:25 ` |FAILURE| " dpdklab
2024-07-13 16:26 ` |PENDING| " dpdklab
2024-07-13 16:26 ` dpdklab
2024-07-13 16:27 ` |FAILURE| " dpdklab
2024-07-13 16:29 ` |PENDING| " dpdklab
2024-07-13 16:29 ` |WARNING| " dpdklab
2024-07-13 16:30 ` |PENDING| " dpdklab
2024-07-13 16:34 ` dpdklab
2024-07-13 16:35 ` |FAILURE| " dpdklab
2024-07-13 16:36 ` dpdklab
2024-07-13 16:37 ` |PENDING| " dpdklab
2024-07-13 16:37 ` dpdklab
2024-07-13 16:38 ` |FAILURE| " dpdklab
2024-07-13 16:38 ` dpdklab [this message]
2024-07-13 16:40 ` dpdklab
2024-07-13 16:40 ` dpdklab
2024-07-13 16:41 ` dpdklab
2024-07-13 16:41 ` |PENDING| " dpdklab
2024-07-13 16:41 ` |FAILURE| " dpdklab
2024-07-13 16:41 ` dpdklab
2024-07-13 16:42 ` dpdklab
2024-07-13 16:42 ` |PENDING| " dpdklab
2024-07-13 16:42 ` |FAILURE| " dpdklab
2024-07-13 16:42 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:43 ` dpdklab
2024-07-13 16:45 ` dpdklab
2024-07-13 16:46 ` |PENDING| " dpdklab
2024-07-13 16:46 ` |FAILURE| " dpdklab
2024-07-13 16:47 ` |PENDING| " dpdklab
2024-07-13 16:48 ` |FAILURE| " dpdklab
2024-07-13 16:49 ` |PENDING| " dpdklab
2024-07-13 16:49 ` |SUCCESS| " dpdklab
2024-07-13 16:49 ` |PENDING| " dpdklab
2024-07-13 16:49 ` |FAILURE| " dpdklab
2024-07-13 16:51 ` |PENDING| " dpdklab
2024-07-13 16:51 ` |FAILURE| " dpdklab
2024-07-13 16:52 ` dpdklab
2024-07-13 16:53 ` |PENDING| " dpdklab
2024-07-13 16:53 ` dpdklab
2024-07-13 16:53 ` |FAILURE| " dpdklab
2024-07-13 16:55 ` |PENDING| " dpdklab
2024-07-13 16:55 ` |FAILURE| " dpdklab
2024-07-13 16:55 ` dpdklab
2024-07-13 16:55 ` |SUCCESS| " dpdklab
2024-07-13 16:55 ` |FAILURE| " dpdklab
2024-07-13 16:59 ` dpdklab
2024-07-13 17:23 ` |PENDING| " dpdklab
2024-07-13 17:24 ` dpdklab
2024-07-13 17:27 ` |SUCCESS| " dpdklab
2024-07-15 23:57 ` dpdklab
2024-07-16 0:01 ` dpdklab
2024-07-16 0:05 ` dpdklab
2024-07-16 0:25 ` dpdklab
2024-07-16 0:30 ` 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=6692ada3.050a0220.703b7.55deSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
--cc=vipin.varghese@amd.com \
/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).