automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: vattunuru@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw144983 [PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
Date: Thu,  3 Oct 2024 10:07:36 -0400	[thread overview]
Message-ID: <20241003140736.195037-1-robot@bytheb.org> (raw)
In-Reply-To: <20241003132455.1374860-1-vattunuru@marvell.com>

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

      parent reply	other threads:[~2024-10-03 14:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241003132455.1374860-1-vattunuru@marvell.com>
2024-10-03 12:58 ` qemudev
2024-10-03 13:28 ` |SUCCESS| " checkpatch
2024-10-03 13:48 ` |FAILURE| pw144983 [PATCH] [v0, " dpdklab
2024-10-03 14:07 ` 0-day Robot [this message]

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=20241003140736.195037-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --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).