From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw149564 [PATCH] lib/gro: use hash function for flow looku
Date: Thu, 02 Jan 2025 19:07:36 -0800 (PST) [thread overview]
Message-ID: <67775478.050a0220.214719.7a70SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250101093735.95271-1-kumaraparamesh92@gmail.com>
Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/149564
_Testing issues_
Submitter: kumaraparameshwaran rathinavel <kumaraparamesh92@gmail.com>
Date: Wednesday, January 01 2025 09:37:35
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
149564 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#347923
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_win_llvm_compile |
+=====================+====================+==================+===================+===================+=======================+
| Fedora 40 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Fedora 40 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Ubuntu 22.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| CentOS Stream 9 | PASS | PEND | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Debian Bullseye | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Debian 12 | PASS | PASS | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Fedora 41 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| RHEL9 | PASS | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| RHEL8 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Ubuntu 20.04 | PASS | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Alpine | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | FAIL |
+---------------------+--------------------+------------------+-------------------+-------------------+-----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_win_llvm_compile): ====
~~~ ^
../lib/gro/gro_tcp4.c:118:29: error: use of undeclared identifier 'next'
&(tbl->flows[flow_idx]), next);
^
../lib/gro/gro_tcp4.c:129:2: error: call to undeclared function 'STAILQ_FOREACH'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
STAILQ_FOREACH(flow, &tbl->collision_list[flow_hash], next) {
^
../lib/gro/gro_tcp4.c:129:29: error: no member named 'collision_list' in 'struct gro_tcp4_tbl'
STAILQ_FOREACH(flow, &tbl->collision_list[flow_hash], next) {
~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[34/867] Compiling C object lib/librte_mldev.a.p/mldev_mldev_utils.c.obj
[35/867] Compiling C object lib/librte_mldev.a.p/mldev_rte_mldev_pmd.c.obj
[36/867] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[37/867] Compiling C object lib/librte_mldev.a.p/mldev_rte_mldev.c.obj
[38/867] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.obj
[39/867] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj
[40/867] Compiling C object lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
FreeBSD 13.4
Kernel: 13.4-RELEASE-p1
Compiler: clang 18.1.6
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.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/32234/
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-01-03 3:07 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250101093735.95271-1-kumaraparamesh92@gmail.com>
2025-01-01 9:07 ` |SUCCESS| pw149564 [PATCH] lib/gro: use hash function for flow lookup qemudev
2025-01-01 9:11 ` qemudev
2025-01-01 9:37 ` checkpatch
2025-01-01 10:24 ` |FAILURE| " 0-day Robot
2025-01-02 21:45 ` |SUCCESS| pw149564 [PATCH] lib/gro: use hash function for flow looku dpdklab
2025-01-02 22:18 ` dpdklab
2025-01-02 22:20 ` dpdklab
2025-01-02 22:42 ` dpdklab
2025-01-02 23:17 ` dpdklab
2025-01-02 23:38 ` dpdklab
2025-01-02 23:49 ` dpdklab
2025-01-03 0:03 ` |PENDING| " dpdklab
2025-01-03 0:29 ` |SUCCESS| " dpdklab
2025-01-03 2:13 ` |FAILURE| " dpdklab
2025-01-03 3:07 ` dpdklab [this message]
2025-01-03 5:50 ` |SUCCESS| " dpdklab
2025-01-06 19:37 ` |PENDING| " dpdklab
2025-01-06 20:37 ` |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=67775478.050a0220.214719.7a70SMTPIN_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).