From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Frank Du <frank.du@intel.com>
Subject: |FAILURE| pw141413 [PATCH] [v5] net/af_xdp: parse umem map info from
Date: Thu, 20 Jun 2024 07:57:06 -0700 (PDT) [thread overview]
Message-ID: <66744342.170a0220.afcfd.8f05SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240620032523.440117-1-frank.du@intel.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141413
_Testing issues_
Submitter: Frank Du <frank.du@intel.com>
Date: Thursday, June 20 2024 03:25:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fbba6db3640f9f623c29c452e1a6b057073e81d2
141413 --> testing issues
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| RHEL9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[1060/3200] Linking static target drivers/librte_net_af_packet.a.
[1061/3200] Compiling C object 'drivers/a715181@@rte_net_af_packet@sha/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[1062/3200] Linking target drivers/librte_net_af_packet.so.24.2.
[1063/3200] Compiling C object 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_af_xdp@sta -Idrivers -I../drivers -Idrivers/net/af_xdp -I../drivers/net/af_xdp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declara
tions -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_NET_AF_XDP_SHARED_UMEM -DETH_AF_XDP_UPDATE_XSKMAP -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_xdp -MD -MQ 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -MF 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o.d' -o 'drivers/a715181@@tmp_rte_net_af_xdp@sta/net_af_xdp_rte_eth_af_xdp.c.o' -c ../drivers/net/af_xdp/rte_eth_af_xdp.c
../drivers/net/af_xdp/rte_eth_af_xdp.c: In function 'xdp_umem_configure':
../drivers/net/af_xdp/rte_eth_af_xdp.c:1143:36: error: storage size of 'range' isn't known
1143 | struct rte_mempool_mem_range_info range;
| ^~~~~
../drivers/net/af_xdp/rte_eth_af_xdp.c:1175:9: error: implicit declaration of function 'rte_mempool_get_mem_range'; did you mean 'rte_mempool_get_trailer'? [-Werror=implicit-function-declaration]
1175 | ret = rte_mempool_get_mem_range(mb_pool, &range);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| rte_mempool_get_trailer
../drivers/net/af_xdp/rte_eth_af_xdp.c:1175:9: error: nested extern declaration of 'rte_mempool_get_mem_range' [-Werror=nested-externs]
../drivers/net/af_xdp/rte_eth_af_xdp.c:1143:36: error: unused variable 'range' [-Werror=unused-variable]
1143 | struct rte_mempool_mem_range_info range;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang 10.0.0-4ubuntu1
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30259/
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-06-20 14:57 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240620032523.440117-1-frank.du@intel.com>
2024-06-20 2:59 ` |SUCCESS| pw141413 [PATCH v5] net/af_xdp: parse umem map info from mempool range api qemudev
2024-06-20 3:04 ` qemudev
2024-06-20 3:27 ` checkpatch
2024-06-20 4:25 ` 0-day Robot
2024-06-20 6:34 ` |SUCCESS| pw141413 [PATCH] [v5] net/af_xdp: parse umem map info from dpdklab
2024-06-20 7:06 ` dpdklab
2024-06-20 7:07 ` dpdklab
2024-06-20 7:09 ` dpdklab
2024-06-20 7:09 ` |WARNING| " dpdklab
2024-06-20 7:10 ` |SUCCESS| " dpdklab
2024-06-20 7:11 ` dpdklab
2024-06-20 7:14 ` dpdklab
2024-06-20 7:14 ` |WARNING| " dpdklab
2024-06-20 7:23 ` |SUCCESS| " dpdklab
2024-06-20 7:31 ` |WARNING| " dpdklab
2024-06-20 7:31 ` |SUCCESS| " dpdklab
2024-06-20 7:32 ` |WARNING| " dpdklab
2024-06-20 7:33 ` dpdklab
2024-06-20 7:35 ` dpdklab
2024-06-20 7:37 ` dpdklab
2024-06-20 7:38 ` dpdklab
2024-06-20 7:40 ` dpdklab
2024-06-20 7:40 ` dpdklab
2024-06-20 7:42 ` |SUCCESS| " dpdklab
2024-06-20 7:42 ` |WARNING| " dpdklab
2024-06-20 7:42 ` |SUCCESS| " dpdklab
2024-06-20 7:48 ` dpdklab
2024-06-20 7:48 ` |WARNING| " dpdklab
2024-06-20 8:01 ` |SUCCESS| " dpdklab
2024-06-20 8:03 ` |WARNING| " dpdklab
2024-06-20 8:10 ` |SUCCESS| " dpdklab
2024-06-20 8:14 ` |WARNING| " dpdklab
2024-06-20 8:20 ` dpdklab
2024-06-20 8:22 ` |SUCCESS| " dpdklab
2024-06-20 8:25 ` dpdklab
2024-06-20 8:38 ` |WARNING| " dpdklab
2024-06-20 8:46 ` |SUCCESS| " dpdklab
2024-06-20 9:11 ` dpdklab
2024-06-20 9:14 ` dpdklab
2024-06-20 9:15 ` dpdklab
2024-06-20 9:16 ` dpdklab
2024-06-20 9:22 ` dpdklab
2024-06-20 9:23 ` dpdklab
2024-06-20 9:30 ` dpdklab
2024-06-20 9:46 ` dpdklab
2024-06-20 12:00 ` |FAILURE| " dpdklab
2024-06-20 12:04 ` dpdklab
2024-06-20 12:11 ` dpdklab
2024-06-20 12:13 ` dpdklab
2024-06-20 12:19 ` dpdklab
2024-06-20 12:23 ` dpdklab
2024-06-20 12:24 ` dpdklab
2024-06-20 12:44 ` dpdklab
2024-06-20 12:45 ` dpdklab
2024-06-20 12:46 ` dpdklab
2024-06-20 12:46 ` dpdklab
2024-06-20 12:47 ` dpdklab
2024-06-20 12:51 ` dpdklab
2024-06-20 12:52 ` dpdklab
2024-06-20 12:56 ` dpdklab
2024-06-20 12:57 ` dpdklab
2024-06-20 12:58 ` dpdklab
2024-06-20 12:59 ` dpdklab
2024-06-20 12:59 ` dpdklab
2024-06-20 13:00 ` dpdklab
2024-06-20 14:07 ` dpdklab
2024-06-20 14:08 ` dpdklab
2024-06-20 14:11 ` dpdklab
2024-06-20 14:12 ` dpdklab
2024-06-20 14:14 ` dpdklab
2024-06-20 14:14 ` dpdklab
2024-06-20 14:15 ` dpdklab
2024-06-20 14:15 ` dpdklab
2024-06-20 14:16 ` dpdklab
2024-06-20 14:16 ` dpdklab
2024-06-20 14:17 ` dpdklab
2024-06-20 14:18 ` dpdklab
2024-06-20 14:19 ` dpdklab
2024-06-20 14:19 ` dpdklab
2024-06-20 14:20 ` dpdklab
2024-06-20 14:23 ` dpdklab
2024-06-20 14:25 ` dpdklab
2024-06-20 14:25 ` dpdklab
2024-06-20 14:26 ` dpdklab
2024-06-20 14:28 ` dpdklab
2024-06-20 14:31 ` dpdklab
2024-06-20 14:34 ` dpdklab
2024-06-20 14:35 ` dpdklab
2024-06-20 14:37 ` dpdklab
2024-06-20 14:37 ` dpdklab
2024-06-20 14:37 ` dpdklab
2024-06-20 14:38 ` dpdklab
2024-06-20 14:39 ` dpdklab
2024-06-20 14:39 ` dpdklab
2024-06-20 14:40 ` dpdklab
2024-06-20 14:41 ` dpdklab
2024-06-20 14:41 ` dpdklab
2024-06-20 14:42 ` dpdklab
2024-06-20 14:43 ` dpdklab
2024-06-20 14:43 ` dpdklab
2024-06-20 14:44 ` dpdklab
2024-06-20 14:45 ` dpdklab
2024-06-20 14:46 ` dpdklab
2024-06-20 14:47 ` dpdklab
2024-06-20 14:48 ` dpdklab
2024-06-20 14:48 ` dpdklab
2024-06-20 14:54 ` dpdklab
2024-06-20 14:57 ` dpdklab [this message]
2024-06-20 14:58 ` dpdklab
2024-06-20 14:58 ` dpdklab
2024-06-20 15:00 ` dpdklab
2024-06-20 15:06 ` dpdklab
2024-06-20 15:07 ` dpdklab
2024-06-20 18:22 ` dpdklab
2024-06-20 19:52 ` dpdklab
2024-06-22 2:25 ` |WARNING| " 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=66744342.170a0220.afcfd.8f05SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=frank.du@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).