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