automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
       [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
@ 2024-10-03 12:58 ` qemudev
  2024-10-03 13:28 ` |SUCCESS| " checkpatch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-10-03 12:58 UTC (permalink / raw)
  To: test-report; +Cc: Vamsi Krishna, zhoumin

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

_ninja build failure_

Submitter: Vamsi Krishna <vattunuru@marvell.com>
Date: Thu, 3 Oct 2024 18:54:55 +0530
DPDK git baseline: Repo:dpdk-next-net-mrvl
  Branch: for-next-net
  CommitID: 51aa080ee3c36a5ec9a2737c1a46ddd5bb725159

144983 --> 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: drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
cc -Idrivers/libtmp_rte_dma_cnxk.a.p -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/dmadev -I../lib/dmadev -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 -Ilib/eal/common -I../lib/eal/common -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/
 timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -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 -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o -MF drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o.d -o drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o -c ../drivers/dma/cnxk/cnxk_dmadev.c
./drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
./drivers/dma/cnxk/cnxk_dmadev.c:24:25: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
^~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_DMA_CAPA_OPS_COPY_SG
./drivers/dma/cnxk/cnxk_dmadev.c:24:25: note: each undeclared identifier is reported only once for each function it appears in
./drivers/dma/cnxk/cnxk_dmadev.c:25:11: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
^~
./drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
./drivers/dma/cnxk/cnxk_dmadev.c:115:30: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
dpivf->rdpi.priority = conf->priority;
^~
[713/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ddm.c.o
[714/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen4.c.o
[715/2530] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[716/2530] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[717/2530] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[718/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_asym.c.o
[719/2530] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm_dmadev.c.o
[720/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o
[721/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen3.c.o
[722/2530] Generating rte_mempool_cnxk.pmd.c with a custom command
[723/2530] Generating rte_mempool_stack.pmd.c with a custom command
[724/2530] Compiling C object drivers/libtmp_rte_dma_dpaa.a.p/dma_dpaa_dpaa_qdma.c.o
[725/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev.c.o
[726/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_raw_dp.c.o
[727/2530] Generating rte_common_nitrox.sym_chk with a custom command (wrapped by meson to capture output)
[728/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_rx.c.o
[729/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec_raw_dp.c.o
[730/2530] Compiling C object drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
[731/2530] Generating rte_common_nfp.sym_chk with a custom command (wrapped by meson to capture output)
[732/2530] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[733/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_sym_pmd_gen1.c.o
[734/2530] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[735/2530] Compiling C object drivers/libtmp_rte_dma_dpaa2.a.p/dma_dpaa2_dpaa2_qdma.c.o
[736/2530] Generating rte_common_idpf.sym_chk with a custom command (wrapped by meson to capture output)
[737/2530] Compiling C object drivers/libtmp_rte_dma_skeleton.a.p/dma_skeleton_skeleton_dmadev.c.o
[738/2530] Generating rte_common_cnxk.pmd.c with a custom command
[739/2530] Generating rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[740/2530] Generating rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[741/2530] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[742/2530] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[743/2530] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[744/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[745/2530] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* |SUCCESS| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
       [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
  2024-10-03 12:58 ` |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration qemudev
@ 2024-10-03 13:28 ` checkpatch
  2024-10-03 13:48 ` |FAILURE| pw144983 [PATCH] [v0, " dpdklab
  2024-10-03 14:07 ` |FAILURE| pw144983 [PATCH v0 " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-10-03 13:28 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/144983

_coding style OK_



^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw144983 [PATCH] [v0, 1/1] dma/cnxk: support dma queue priority configuration
       [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
  2024-10-03 12:58 ` |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration qemudev
  2024-10-03 13:28 ` |SUCCESS| " checkpatch
@ 2024-10-03 13:48 ` dpdklab
  2024-10-03 14:07 ` |FAILURE| pw144983 [PATCH v0 " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-10-03 13:48 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/144983

_build patch failure_

Submitter: Vamsi Krishna <vattunuru@marvell.com>
Date: Thursday, October 03 2024 13:24:55 
Applied on: CommitID:fd1bcb6c58b0752f408beaedfdb83a2e82173129
Apply patch set 144983 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/31239/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
       [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
                   ` (2 preceding siblings ...)
  2024-10-03 13:48 ` |FAILURE| pw144983 [PATCH] [v0, " dpdklab
@ 2024-10-03 14:07 ` 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-10-03 14:07 UTC (permalink / raw)
  To: test-report; +Cc: vattunuru, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/144983/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11163308463
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
[1020/3028] Linking static target drivers/librte_mempool_stack.a.
[1021/3028] Linking target drivers/librte_mempool_stack.so.25.0.
[1022/3028] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
   24 |                 dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       RTE_DMA_CAPA_OPS_COPY_SG
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: note: each undeclared identifier is reported only once for each function it appears in
../drivers/dma/cnxk/cnxk_dmadev.c:25:25: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
   25 |                 dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
      |                         ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
../drivers/dma/cnxk/cnxk_dmadev.c:115:44: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
  115 |                 dpivf->rdpi.priority = conf->priority;
      |                                            ^~
[1023/3028] Generating rte_net_pfe.pmd.c with a custom command.
[1024/3028] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[1025/3028] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[1026/3028] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1027/3028] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
[1012/3028] Linking static target drivers/libtmp_rte_mempool_stack.a.
[1013/3028] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_ethdev.c.o'.
[1014/3028] Generating rte_mempool_stack.pmd.c with a custom command.
[1015/3028] Linking static target drivers/libtmp_rte_net_pfe.a.
[1016/3028] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[1017/3028] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c:24:25: error: use of undeclared identifier 'RTE_DMA_CAPA_PRI_POLICY_SP'
                dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
                                      ^
../drivers/dma/cnxk/cnxk_dmadev.c:25:13: error: no member named 'nb_priorities' in 'struct rte_dma_info'
                dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
                ~~~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:115:32: error: no member named 'priority' in 'struct rte_dma_conf'
                dpivf->rdpi.priority = conf->priority;
                                       ~~~~  ^
3 errors generated.
[1018/3028] Linking static target drivers/librte_mempool_stack.a.
[1019/3028] Generating rte_net_pfe.pmd.c with a custom command.
[1020/3028] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1021/3028] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[1022/3028] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
[1039/4113] Compiling C object 'drivers/a715181@@tmp_rte_net_pfe@sta/net_pfe_pfe_hif_lib.c.o'.
[1040/4113] Linking static target drivers/libtmp_rte_net_pfe.a.
[1041/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
   24 |                 dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       RTE_DMA_CAPA_OPS_COPY_SG
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: note: each undeclared identifier is reported only once for each function it appears in
../drivers/dma/cnxk/cnxk_dmadev.c:25:25: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
   25 |                 dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
      |                         ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
../drivers/dma/cnxk/cnxk_dmadev.c:115:44: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
  115 |                 dpivf->rdpi.priority = conf->priority;
      |                                            ^~
[1042/4113] Generating rte_net_pfe.pmd.c with a custom command.
[1043/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[1044/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[1045/4113] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[1046/4113] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1032/4113] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[1033/4113] Linking static target drivers/librte_mempool_stack.a.
[1034/4113] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx@sha/librte_common_sfc_efx.so.25.0.symbols'.
[1035/4113] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[1036/4113] Linking target drivers/librte_mempool_stack.so.25.0.
[1037/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c:24:25: error: use of undeclared identifier 'RTE_DMA_CAPA_PRI_POLICY_SP'
                dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
                                      ^
../drivers/dma/cnxk/cnxk_dmadev.c:25:13: error: no member named 'nb_priorities' in 'struct rte_dma_info'
                dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
                ~~~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:115:32: error: no member named 'priority' in 'struct rte_dma_conf'
                dpivf->rdpi.priority = conf->priority;
                                       ~~~~  ^
3 errors generated.
[1038/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[1039/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[1040/4113] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa2@sta/dma_dpaa2_dpaa2_qdma.c.o'.
[1041/4113] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
[1042/4113] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[975/4214] Compiling C object 'drivers/a715181@@rte_mempool_stack@sta/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[976/4214] Linking static target drivers/librte_mempool_stack.a.
[977/4214] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
   24 |                 dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       RTE_DMA_CAPA_OPS_COPY_SG
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: note: each undeclared identifier is reported only once for each function it appears in
../drivers/dma/cnxk/cnxk_dmadev.c:25:25: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
   25 |                 dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
      |                         ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
../drivers/dma/cnxk/cnxk_dmadev.c:115:44: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
  115 |                 dpivf->rdpi.priority = conf->priority;
      |                                            ^~
[978/4214] Compiling C object 'drivers/a715181@@tmp_rte_mempool_ring@sta/mempool_ring_rte_mempool_ring.c.o'.
[979/4214] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[980/4214] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[981/4214] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command.
[982/4214] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
[913/3506] Linking static target drivers/libtmp_rte_mempool_stack.a.
[914/3506] Generating symbol file 'drivers/a715181@@rte_mempool_dpaa2@sha/librte_mempool_dpaa2.so.25.0.symbols'.
[915/3506] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -Wno-psabi -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
   24 |                 dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       RTE_DMA_CAPA_OPS_COPY_SG
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: note: each undeclared identifier is reported only once for each function it appears in
../drivers/dma/cnxk/cnxk_dmadev.c:25:25: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
   25 |                 dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
      |                         ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
../drivers/dma/cnxk/cnxk_dmadev.c:115:44: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
  115 |                 dpivf->rdpi.priority = conf->priority;
      |                                            ^~
[916/3506] Generating rte_mempool_ring.pmd.c with a custom command.
[917/3506] Generating rte_mempool_stack.pmd.c with a custom command.
[918/3506] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[919/3506] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[920/3506] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
[906/3477] Linking static target drivers/librte_mempool_stack.a.
[907/3477] Compiling C object 'drivers/a715181@@rte_mempool_stack@sha/meson-generated_.._rte_mempool_stack.pmd.c.o'.
[908/3477] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o'.
FAILED: drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_dma_cnxk@sta -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Idrivers/dma/cnxk/../../event/cnxk -I../drivers/dma/cnxk/../../event/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/eventdev -I../lib/eventdev -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -MF 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o.d' -o 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev.c.o' -c ../drivers/dma/cnxk/cnxk_dmadev.c
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_info_get’:
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: error: ‘RTE_DMA_CAPA_PRI_POLICY_SP’ undeclared (first use in this function); did you mean ‘RTE_DMA_CAPA_OPS_COPY_SG’?
   24 |                 dev_info->dev_capa |= RTE_DMA_CAPA_PRI_POLICY_SP;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       RTE_DMA_CAPA_OPS_COPY_SG
../drivers/dma/cnxk/cnxk_dmadev.c:24:39: note: each undeclared identifier is reported only once for each function it appears in
../drivers/dma/cnxk/cnxk_dmadev.c:25:25: error: ‘struct rte_dma_info’ has no member named ‘nb_priorities’
   25 |                 dev_info->nb_priorities = CNXK_DPI_MAX_PRI;
      |                         ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_configure’:
../drivers/dma/cnxk/cnxk_dmadev.c:115:44: error: ‘const struct rte_dma_conf’ has no member named ‘priority’
  115 |                 dpivf->rdpi.priority = conf->priority;
      |                                            ^~
[909/3477] Generating symbol file 'drivers/a715181@@rte_mempool_octeontx@sha/librte_mempool_octeontx.so.25.0.symbols'.
[910/3477] Linking target drivers/librte_mempool_stack.so.25.0.
[911/3477] Generating rte_mempool_ring.pmd.c with a custom command.
[912/3477] Compiling C object 'drivers/a715181@@tmp_rte_dma_cnxk@sta/dma_cnxk_cnxk_dmadev_fp.c.o'.
[913/3477] Generating rte_common_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-03 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
2024-10-03 12:58 ` |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration qemudev
2024-10-03 13:28 ` |SUCCESS| " checkpatch
2024-10-03 13:48 ` |FAILURE| pw144983 [PATCH] [v0, " dpdklab
2024-10-03 14:07 ` |FAILURE| pw144983 [PATCH v0 " 0-day Robot

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).