automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Vamsi Krishna <vattunuru@marvell.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw157501 [PATCH v2 1/1] lib/dma: add control-plane APIs for inter-domain DMA transfers
Date: Tue, 14 Oct 2025 01:43:09 +0800	[thread overview]
Message-ID: <202510131743.59DHh9WT3527858@localhost.localdomain> (raw)
In-Reply-To: <20251013181049.2396041-1-vattunuru@marvell.com>

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157501

_ninja build failure_

Submitter: Vamsi Krishna <vattunuru@marvell.com>
Date: Mon, 13 Oct 2025 23:40:49 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 2b403dd8fb37d0ba13723e44ffc7ee2c2795f838

157501 --> 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 -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:808: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:808:29: note: each undeclared identifier is reported only once for each function it appears in
./lib/dmadev/rte_dmadev.c:809: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:834: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:835: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:862: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:863: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:889: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:890: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_handle_get’:
./lib/dmadev/rte_dmadev.c:917: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:918: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
[217/2979] Generating cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[218/2979] Compiling C object lib/librte_bpf.a.p/bpf_bpf_pkt.c.o
[219/2979] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.o
[220/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_private.c.o
[221/2979] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev_trace_points.c.o
[222/2979] Generating rte_eventdev_map with a custom command
[223/2979] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o
[224/2979] Generating timer.sym_chk with a custom command (wrapped by meson to capture output)
[225/2979] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor_single.c.o
[226/2979] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[227/2979] Generating bitratestats.sym_chk with a custom command (wrapped by meson to capture output)
[228/2979] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output)
[229/2979] Generating symbol file lib/librte_kvargs.so.26.0.p/librte_kvargs.so.26.0.symbols
[230/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_ring.c.o
[231/2979] Compiling C object lib/librte_bpf.a.p/bpf_bpf_validate.c.o
[232/2979] Generating metrics.sym_chk with a custom command (wrapped by meson to capture output)
[233/2979] Compiling C object lib/librte_port.a.p/port_rte_port_ethdev.c.o
[234/2979] Generating symbol file lib/librte_telemetry.so.26.0.p/librte_telemetry.so.26.0.symbols
[235/2979] Generating mbuf.sym_chk with a custom command (wrapped by meson to capture output)
[236/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_trace_points.c.o
[237/2979] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor.c.o
[238/2979] Compiling C object lib/librte_bbdev.a.p/bbdev_rte_bbdev.c.o
[239/2979] Generating cfgfile.sym_chk with a custom command (wrapped by meson to capture output)
[240/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_dma_adapter.c.o
[241/2979] Compiling C object lib/librte_efd.a.p/efd_rte_efd.c.o
[242/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_crypto_adapter.c.o
[243/2979] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[244/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_tx_adapter.c.o
[245/2979] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.o
[246/2979] Compiling C object lib/librte_ring.a.p/ring_soring.c.o
[247/2979] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[248/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[249/2979] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


       reply	other threads:[~2025-10-13 18:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251013181049.2396041-1-vattunuru@marvell.com>
2025-10-13 17:43 ` qemudev [this message]
2025-10-13 18:12 ` |SUCCESS| " checkpatch
2025-10-13 18:33 ` |FAILURE| pw157501 [PATCH] [v2, " dpdklab
2025-10-14  0:29 ` |FAILURE| pw157501 [PATCH v2 " 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=202510131743.59DHh9WT3527858@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=test-report@dpdk.org \
    --cc=vattunuru@marvell.com \
    --cc=zhoumin@loongson.cn \
    /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).