automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw114676 [PATCH v2] dma/cnxk: add support for CN10K DMA engine
       [not found] <20220805185715.22862-1-radhac@marvell.com>
@ 2022-08-05 18:58 ` checkpatch
  2022-08-05 19:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-05 18:58 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw114676 [PATCH v2] dma/cnxk: add support for CN10K DMA engine
       [not found] <20220805185715.22862-1-radhac@marvell.com>
  2022-08-05 18:58 ` |SUCCESS| pw114676 [PATCH v2] dma/cnxk: add support for CN10K DMA engine checkpatch
@ 2022-08-05 19:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-05 19:39 UTC (permalink / raw)
  To: test-report; +Cc: radhac, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[984/4451] Generating rte_mempool_stack.pmd.c with a custom command.
[985/4451] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[979/4631] Linking static target drivers/librte_mempool_stack.a.
[980/4631] 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-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:95:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.xtype = DPI_XTYPE_EXTERNAL_ONLY;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:96:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.lport = conf->src_port.pcie.coreid;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:97:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.fport = conf->dst_port.pcie.coreid;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:129:10: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
        header->cn10k.pt = DPI_HDR_PT_ZBW_CA;
        ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:133:11: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
                header->cn10k.xtype = DPI_XTYPE_INBOUND;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:134:11: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
                header->cn10k.lport = conf->src_port.pcie.coreid;
                ~~~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[999/4451] Compiling C object 'drivers/a715181@@rte_dma_dpaa@sta/meson-generated_.._rte_dma_dpaa.pmd.c.o'.
[1000/4451] Generating rte_dma_dpaa2.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:95:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.xtype = DPI_XTYPE_EXTERNAL_ONLY;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:96:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.lport = conf->src_port.pcie.coreid;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:97:11: error: no member named 'cn9k' in 'union dpi_instr_hdr_s'
                header->cn9k.fport = conf->dst_port.pcie.coreid;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:129:10: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
        header->cn10k.pt = DPI_HDR_PT_ZBW_CA;
        ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:133:11: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
                header->cn10k.xtype = DPI_XTYPE_INBOUND;
                ~~~~~~  ^
../drivers/dma/cnxk/cnxk_dmadev.c:134:11: error: no member named 'cn10k' in 'union dpi_instr_hdr_s'
                header->cn10k.lport = conf->src_port.pcie.coreid;
                ~~~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[973/4631] Generating rte_mempool_ring.pmd.c with a custom command.
[974/4631] 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-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[949/4071] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa2@sta/dma_dpaa2_dpaa2_qdma.c.o'.
[950/4071] Generating rte_dma_dpaa.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[947/4248] Linking static target drivers/libtmp_rte_dma_dpaa.a.
[948/4248] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.23.0.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[876/3912] Generating rte_dma_dpaa_mingw with a custom command.
[877/3912] Generating rte_dma_dpaa.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[877/4089] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.23.0.symbols'.
[878/4089] Generating rte_dma_dpaa.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
  423 |  header->cn10k.nfst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:424:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  424 |  header->cn10k.nlst = 1;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cn10k_dmadev_copy_sg’:
../drivers/dma/cnxk/cnxk_dmadev.c:470:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  470 |  header->cn10k.ptr = (uint64_t)comp_ptr;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:473:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  473 |  header->cn10k.nfst = nb_src & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:474:8: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  474 |  header->cn10k.nlst = nb_dst & 0xf;
      |        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:483:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  483 |  for (i = 0; i < header->cn10k.nfst; i++) {
      |                        ^~
../drivers/dma/cnxk/cnxk_dmadev.c:489:24: error: ‘union dpi_instr_hdr_s’ has no member named ‘cn10k’
  489 |  for (i = 0; i < header->cn10k.nlst; i++) {
      |                        ^~
[868/4059] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.23.0.symbols'.
[869/4059] 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-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




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




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




####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################




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

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

end of thread, other threads:[~2022-08-05 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220805185715.22862-1-radhac@marvell.com>
2022-08-05 18:58 ` |SUCCESS| pw114676 [PATCH v2] dma/cnxk: add support for CN10K DMA engine checkpatch
2022-08-05 19:39 ` |FAILURE| " 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).