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

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114675

_coding style issues_


ERROR:GERRIT_CHANGE_ID: Remove Gerrit Change-Id's before submitting upstream
#76: 
Change-Id: Ib119b3ceab0810724820e9af1d29fdd3f95d5cc9

total: 1 errors, 0 warnings, 355 lines checked

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

* |FAILURE| pw114675 [PATCH] dma/cnxk: add support for CN10K DMA engine
       [not found] <20220805185035.22084-1-radhac@marvell.com>
  2022-08-05 18:51 ` |WARNING| pw114675 [PATCH] dma/cnxk: add support for CN10K DMA engine checkpatch
@ 2022-08-05 19:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-05 19:19 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/114675/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2805676844
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++) {
      |                        ^~
[978/4451] Linking static target drivers/librte_mempool_stack.a.
[979/4451] 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-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++) {
      |                        ^~
[984/4631] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[985/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.
[1003/4451] Linking target drivers/librte_dma_dpaa.so.23.0.
[1004/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.
[980/4631] Generating symbol file 'drivers/a715181@@rte_mempool_stack@sha/librte_mempool_stack.so.23.0.symbols'.
[981/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++) {
      |                        ^~
[951/4071] Generating rte_dma_dpaa.pmd.c with a custom command.
[952/4071] 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-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++) {
      |                        ^~
[946/4248] Compiling C object 'drivers/a715181@@tmp_rte_dma_dpaa@sta/dma_dpaa_dpaa_qdma.c.o'.
[947/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++) {
      |                        ^~
[885/3912] Generating rte_dma_dpaa2_def with a custom command.
[886/3912] 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-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++) {
      |                        ^~
[880/4089] Generating rte_dma_dpaa_def with a custom command.
[881/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++) {
      |                        ^~
[873/4059] Generating rte_dma_dpaa.pmd.c with a custom command.
[874/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:19 UTC | newest]

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