From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Vamsi Krishna <vattunuru@marvell.com>, maobibo@loongson.cn
Subject: |FAILURE| pw157806 [PATCH v3 1/1] lib/dma: add control-plane APIs for inter-domain DMA transfers
Date: Fri, 17 Oct 2025 19:58:30 +0800 [thread overview]
Message-ID: <202510171158.59HBwUSS1631857@localhost.localdomain> (raw)
In-Reply-To: <20251017122610.3126992-1-vattunuru@marvell.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157806
_ninja build failure_
Submitter: Vamsi Krishna <vattunuru@marvell.com>
Date: Fri, 17 Oct 2025 17:56:10 +0530
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 438491733c2d8a109574449d3d6de9b25a05c07c
157806 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o
cc -Ilib/librte_dmadev.a.p -Ilib -I../lib -Ilib/dmadev -I../lib/dmadev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE
_LOG_DEFAULT_LOGTYPE=lib.dmadev -MD -MQ lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o -MF lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o.d -o lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o -c ../lib/dmadev/rte_dmadev.c
./lib/dmadev/rte_dmadev.c: In function ‘rte_dma_access_pair_group_create’:
./lib/dmadev/rte_dmadev.c:814:29: error: ‘RTE_DMA_CAPA_INTER_PROCESS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
if (!((dev_info.dev_capa & RTE_DMA_CAPA_INTER_PROCESS_DOMAIN) ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c:814:29: note: each undeclared identifier is reported only once for each function it appears in
./lib/dmadev/rte_dmadev.c:815:27: error: ‘RTE_DMA_CAPA_INTER_OS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
(dev_info.dev_capa & RTE_DMA_CAPA_INTER_OS_DOMAIN))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c: In function ‘rte_dma_access_pair_group_destroy’:
./lib/dmadev/rte_dmadev.c:841:29: error: ‘RTE_DMA_CAPA_INTER_PROCESS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
if (!((dev_info.dev_capa & RTE_DMA_CAPA_INTER_PROCESS_DOMAIN) ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c:842:27: error: ‘RTE_DMA_CAPA_INTER_OS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
(dev_info.dev_capa & RTE_DMA_CAPA_INTER_OS_DOMAIN))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c: In function ‘rte_dma_access_pair_group_join’:
./lib/dmadev/rte_dmadev.c:869:29: error: ‘RTE_DMA_CAPA_INTER_PROCESS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
if (!((dev_info.dev_capa & RTE_DMA_CAPA_INTER_PROCESS_DOMAIN) ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c:870:27: error: ‘RTE_DMA_CAPA_INTER_OS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
(dev_info.dev_capa & RTE_DMA_CAPA_INTER_OS_DOMAIN))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c: In function ‘rte_dma_access_pair_group_leave’:
./lib/dmadev/rte_dmadev.c:896:29: error: ‘RTE_DMA_CAPA_INTER_PROCESS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
if (!((dev_info.dev_capa & RTE_DMA_CAPA_INTER_PROCESS_DOMAIN) ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c:897:27: error: ‘RTE_DMA_CAPA_INTER_OS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
(dev_info.dev_capa & RTE_DMA_CAPA_INTER_OS_DOMAIN))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c: In function ‘rte_dma_access_pair_group_handler_get’:
./lib/dmadev/rte_dmadev.c:924:29: error: ‘RTE_DMA_CAPA_INTER_PROCESS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
if (!((dev_info.dev_capa & RTE_DMA_CAPA_INTER_PROCESS_DOMAIN) ||
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
./lib/dmadev/rte_dmadev.c:925:27: error: ‘RTE_DMA_CAPA_INTER_OS_DOMAIN’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_MEM_TO_DEV’?
(dev_info.dev_capa & RTE_DMA_CAPA_INTER_OS_DOMAIN))) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_MEM_TO_DEV
[209/2981] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor_match_generic.c.o
[210/2981] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[211/2981] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
[212/2981] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o
[213/2981] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev_trace_points.c.o
[214/2981] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[215/2981] Compiling C object lib/librte_bpf.a.p/bpf_bpf_load_elf.c.o
[216/2981] Compiling C object lib/librte_cfgfile.a.p/cfgfile_rte_cfgfile.c.o
[217/2981] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[218/2981] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.o
[219/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_private.c.o
[220/2981] Generating metrics.sym_chk with a custom command (wrapped by meson to capture output)
[221/2981] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor_single.c.o
[222/2981] Generating timer.sym_chk with a custom command (wrapped by meson to capture output)
[223/2981] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
[224/2981] Generating bitratestats.sym_chk with a custom command (wrapped by meson to capture output)
[225/2981] Generating symbol file lib/librte_kvargs.so.26.0.p/librte_kvargs.so.26.0.symbols
[226/2981] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[227/2981] Compiling C object lib/librte_bpf.a.p/bpf_bpf_pkt.c.o
[228/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_trace_points.c.o
[229/2981] Compiling C object lib/librte_bbdev.a.p/bbdev_rte_bbdev.c.o
[230/2981] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor.c.o
[231/2981] Generating cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[232/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_dma_adapter.c.o
[233/2981] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[234/2981] Compiling C object lib/librte_efd.a.p/efd_rte_efd.c.o
[235/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_crypto_adapter.c.o
[236/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_tx_adapter.c.o
[237/2981] Compiling C object lib/librte_ring.a.p/ring_soring.c.o
[238/2981] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.o
[239/2981] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[240/2981] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[241/2981] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2025-10-17 12:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20251017122610.3126992-1-vattunuru@marvell.com>
2025-10-17 11:58 ` qemudev [this message]
2025-10-17 12:26 ` |WARNING| " checkpatch
2025-10-17 12:43 ` |FAILURE| pw157806 [PATCH] [v3, " dpdklab
2025-10-17 13:35 ` |FAILURE| pw157806 [PATCH v3 " 0-day Robot
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=202510171158.59HBwUSS1631857@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=maobibo@loongson.cn \
--cc=test-report@dpdk.org \
--cc=vattunuru@marvell.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).