|FAILURE| pw142397 [PATCH] app/testpmd: improve sse based macswap

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Jul 13 18:43:06 CEST 2024


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142397

_Testing issues_

Submitter: Vipin Varghese <vipin.varghese at 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     | PASS               | PASS             | PASS              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 38           | PASS               | PASS             | PASS              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39 (Clang)   | FAIL               | WARN             | WARN              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 39           | PASS               | PASS             | PASS              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40 (Clang)   | FAIL               | WARN             | WARN              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| Fedora 40           | PASS               | PASS             | PASS              | SKIPPED              | SKIPPED           |
+---------------------+--------------------+------------------+-------------------+----------------------+-------------------+
| openSUSE Leap 15    | PASS               | PASS             | 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/


More information about the test-report mailing list