automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw106665 [PATCH v6 2/2] net/cnxk: support priority flow control
       [not found] <20220128132900.1949615-2-skori@marvell.com>
@ 2022-01-28 13:30 ` checkpatch
  2022-01-28 14:59 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-01-28 13:30 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw106665 [PATCH v6 2/2] net/cnxk: support priority flow control
       [not found] <20220128132900.1949615-2-skori@marvell.com>
  2022-01-28 13:30 ` |SUCCESS| pw106665 [PATCH v6 2/2] net/cnxk: support priority flow control checkpatch
@ 2022-01-28 14:59 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-01-28 14:59 UTC (permalink / raw)
  To: test-report; +Cc: skori, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1761802791
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.c:1554:5: note: (near initialization for ‘cnxk_eth_dev_ops.priority_flow_ctrl_set’)
../drivers/net/cnxk/cnxk_ethdev.c:1555:3: error: ‘struct eth_dev_ops’ has no member named ‘priority_flow_ctrl_queue_info_get’; did you mean ‘priority_flow_ctrl_set’?
  .priority_flow_ctrl_queue_info_get =
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   priority_flow_ctrl_set
../drivers/net/cnxk/cnxk_ethdev.c:1556:5: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     cnxk_nix_priority_flow_ctrl_queue_info_get,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.c:1556:5: note: (near initialization for ‘cnxk_eth_dev_ops.uc_hash_table_set’)
../drivers/net/cnxk/cnxk_ethdev.c: In function ‘cnxk_eth_dev_uninit’:
../drivers/net/cnxk/cnxk_ethdev.c:1730:9: error: variable ‘pfc_conf’ has initializer but incomplete type
  struct rte_eth_pfc_queue_conf pfc_conf = {0};
         ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.c:1730:44: error: excess elements in struct initializer [-Werror]
  struct rte_eth_pfc_queue_conf pfc_conf = {0};
                                            ^
../drivers/net/cnxk/cnxk_ethdev.c:1730:44: note: (near initialization for ‘pfc_conf’)
../drivers/net/cnxk/cnxk_ethdev.c:1730:32: error: storage size of ‘pfc_conf’ isn’t known
  struct rte_eth_pfc_queue_conf pfc_conf = {0};
                                ^~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.c:1730:32: error: unused variable ‘pfc_conf’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                   RTE_ETH_FC_RX_PAUSE
../drivers/net/cnxk/cnxk_ethdev_ops.c:336:19: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cnxk/cnxk_ethdev_ops.c:337:5: error: ‘RTE_ETH_PFC_QUEUE_CAPA_TX_PAUSE’ undeclared (first use in this function); did you mean ‘RTE_ETH_PFC_QUEUE_CAPA_RX_PAUSE’?
     RTE_ETH_PFC_QUEUE_CAPA_TX_PAUSE;
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     RTE_ETH_PFC_QUEUE_CAPA_RX_PAUSE
../drivers/net/cnxk/cnxk_ethdev_ops.c: At top level:
../drivers/net/cnxk/cnxk_ethdev_ops.c:343:14: error: ‘struct rte_eth_pfc_queue_conf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
       struct rte_eth_pfc_queue_conf *pfc_conf)
              ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_ops.c:342:1: error: conflicting types for ‘cnxk_nix_priority_flow_ctrl_queue_config’
 cnxk_nix_priority_flow_ctrl_queue_config(struct rte_eth_dev *eth_dev,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/net/cnxk/cnxk_ethdev_ops.c:5:0:
../drivers/net/cnxk/cnxk_ethdev.h:484:5: note: previous declaration of ‘cnxk_nix_priority_flow_ctrl_queue_config’ was here
 int cnxk_nix_priority_flow_ctrl_queue_config(struct rte_eth_dev *eth_dev,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_ops.c: In function ‘cnxk_nix_priority_flow_ctrl_queue_config’:
../drivers/net/cnxk/cnxk_ethdev_ops.c:348:29: error: dereferencing pointer to incomplete type ‘struct rte_eth_pfc_queue_conf’
  conf.fc_cfg.mode = pfc_conf->mode;
                             ^~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
../drivers/net/cnxk/cnxk_ethdev_ops.c:343:14: note: forward declaration of 'struct rte_eth_pfc_queue_conf'
                                         struct rte_eth_pfc_queue_conf *pfc_conf)
                                                ^
../drivers/net/cnxk/cnxk_ethdev_ops.c:352:24: error: incomplete definition of type 'struct rte_eth_pfc_queue_conf'
        conf.rx_qid = pfc_conf->tx_pause.rx_qid;
                      ~~~~~~~~^
../drivers/net/cnxk/cnxk_ethdev_ops.c:343:14: note: forward declaration of 'struct rte_eth_pfc_queue_conf'
                                         struct rte_eth_pfc_queue_conf *pfc_conf)
                                                ^
../drivers/net/cnxk/cnxk_ethdev_ops.c:354:23: error: incomplete definition of type 'struct rte_eth_pfc_queue_conf'
        conf.tx_tc = pfc_conf->rx_pause.tc;
                     ~~~~~~~~^
../drivers/net/cnxk/cnxk_ethdev_ops.c:343:14: note: forward declaration of 'struct rte_eth_pfc_queue_conf'
                                         struct rte_eth_pfc_queue_conf *pfc_conf)
                                                ^
../drivers/net/cnxk/cnxk_ethdev_ops.c:355:24: error: incomplete definition of type 'struct rte_eth_pfc_queue_conf'
        conf.tx_qid = pfc_conf->rx_pause.tx_qid;
                      ~~~~~~~~^
../drivers/net/cnxk/cnxk_ethdev_ops.c:343:14: note: forward declaration of 'struct rte_eth_pfc_queue_conf'
                                         struct rte_eth_pfc_queue_conf *pfc_conf)
                                                ^
16 errors generated.
[1195/3332] Generating rte_net_bnxt.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_cnxk@sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -Ilib/ethdev -I../lib/ethdev -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -Ilib/security -I../lib/security -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 -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o' -c ../drivers/net/cnxk/cnxk_ethdev.c
In file included from ../drivers/net/cnxk/cnxk_ethdev.c:4:
../drivers/net/cnxk/cnxk_ethdev.h:485:18: error: declaration of 'struct rte_eth_pfc_queue_conf' will not be visible outside of this function [-Werror,-Wvisibility]
                                             struct rte_eth_pfc_queue_conf *pfc_conf);
                                                    ^
../drivers/net/cnxk/cnxk_ethdev.h:487:20: error: declaration of 'struct rte_eth_pfc_queue_info' will not be visible outside of this function [-Werror,-Wvisibility]
                                               struct rte_eth_pfc_queue_info *pfc_info);
                                                      ^
../drivers/net/cnxk/cnxk_ethdev.c:1553:3: error: field designator 'priority_flow_ctrl_queue_config' does not refer to any field in type 'struct eth_dev_ops'
        .priority_flow_ctrl_queue_config =
         ^
../drivers/net/cnxk/cnxk_ethdev.c:1555:3: error: field designator 'priority_flow_ctrl_queue_info_get' does not refer to any field in type 'struct eth_dev_ops'
        .priority_flow_ctrl_queue_info_get =
         ^
../drivers/net/cnxk/cnxk_ethdev.c:1730:32: error: variable has incomplete type 'struct rte_eth_pfc_queue_conf'
        struct rte_eth_pfc_queue_conf pfc_conf = {0};
                                      ^
../drivers/net/cnxk/cnxk_ethdev.c:1730:9: note: forward declaration of 'struct rte_eth_pfc_queue_conf'
        struct rte_eth_pfc_queue_conf pfc_conf = {0};
               ^
5 errors generated.
[1213/3528] Generating rte_net_bnxt.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
[1000/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'.
[1001/2823] Generating rte_net_bnxt_mingw with a custom command.
[1002/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[1003/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'.
[1004/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'.
[1005/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[1006/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[1007/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[1008/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[1009/2823] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam_shared.c.o'.
[1010/2823] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o 
powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o' -c ../drivers/event/cnxk/cnxk_eventdev_adptr.c
In file included from ../drivers/event/cnxk/cnxk_eventdev_adptr.c:5:0:
../drivers/net/cnxk/cnxk_ethdev.h:485:18: error: ‘struct rte_eth_pfc_queue_conf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
           struct rte_eth_pfc_queue_conf *pfc_conf);
                  ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.h:487:20: error: ‘struct rte_eth_pfc_queue_info’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
             struct rte_eth_pfc_queue_info *pfc_info);
                    ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1011/2823] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev.c.o'.
[1012/2823] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_selftest.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[1018/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_global_cfg.c.o'.
[1019/3017] Generating rte_net_bnxt_mingw with a custom command.
[1020/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[1021/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_identifier.c.o'.
[1022/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'.
[1023/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[1024/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam_shared.c.o'.
[1025/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[1026/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[1027/3017] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[1028/3017] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o 
powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o' -c ../drivers/event/cnxk/cnxk_eventdev_adptr.c
In file included from ../drivers/event/cnxk/cnxk_eventdev_adptr.c:5:0:
../drivers/net/cnxk/cnxk_ethdev.h:485:18: error: ‘struct rte_eth_pfc_queue_conf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
           struct rte_eth_pfc_queue_conf *pfc_conf);
                  ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev.h:487:20: error: ‘struct rte_eth_pfc_queue_info’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
             struct rte_eth_pfc_queue_info *pfc_info);
                    ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1029/3017] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev.c.o'.
[1030/3017] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_selftest.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-01-28 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220128132900.1949615-2-skori@marvell.com>
2022-01-28 13:30 ` |SUCCESS| pw106665 [PATCH v6 2/2] net/cnxk: support priority flow control checkpatch
2022-01-28 14:59 ` |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).