|FAILURE| pw157501 [PATCH v2 1/1] lib/dma: add control-plane APIs for inter-domain DMA transfers
qemudev at loongson.cn
qemudev at loongson.cn
Mon Oct 13 19:43:09 CEST 2025
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157501
_ninja build failure_
Submitter: Vamsi Krishna <vattunuru at 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------------------------------
More information about the test-report
mailing list