automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format
       [not found] <20231222152355.1263842-1-rushilg@google.com>
@ 2023-12-22 15:04 ` qemudev
  2023-12-22 15:24 ` |WARNING| " checkpatch
  2023-12-22 16:04 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-12-22 15:04 UTC (permalink / raw)
  To: test-report; +Cc: Rushil Gupta, zhoumin

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

_ninja build failure_

Submitter: Rushil Gupta <rushilg@google.com>
Date: Fri, 22 Dec 2023 15:23:55 +0000
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 84bfce561f24a33cb186efdc1cf8dc4a8c96fd26

135505 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_net_gve.a.p/net_gve_gve_ethdev.c.o
cc -Idrivers/libtmp_rte_net_gve.a.p -Idrivers -I../drivers -Idrivers/net/gve -I../drivers/net/gve -I../drivers/net/gve/base -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/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-pro
 totypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.gve -MD -MQ drivers/libtmp_rte_net_gve.a.p/net_gve_gve_ethdev.c.o -MF drivers/libtmp_rte_net_gve.a.p/net_gve_gve_ethdev.c.o.d -o drivers/libtmp_rte_net_gve.a.p/net_gve_gve_ethdev.c.o -c ../drivers/net/gve/gve_ethdev.c
./drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
./drivers/net/gve/gve_ethdev.c:260:22: error: expected ‘)’ before ‘{’ token
if (gve_is_gqi(priv) {
~ ^~
)
./drivers/net/gve/gve_ethdev.c:279:1: error: expected expression before ‘}’ token
}
^
./drivers/net/gve/gve_ethdev.c: At top level:
./drivers/net/gve/gve_ethdev.c:726:1: error: redefinition of ‘pci_dev_msix_vec_count’
pci_dev_msix_vec_count(struct rte_pci_device *pdev)
^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/gve/gve_ethdev.c:713:1: note: previous definition of ‘pci_dev_msix_vec_count’ was here
pci_dev_msix_vec_count(struct rte_pci_device *pdev)
^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/gve/gve_ethdev.c: In function ‘pci_dev_msix_vec_count’:
./drivers/net/gve/gve_ethdev.c:729:21: warning: implicit declaration of function ‘pci_dev_find_capability’; did you mean ‘rte_pci_find_capability’? [-Wimplicit-function-declaration]
uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
^~~~~~~~~~~~~~~~~~~~~~~
rte_pci_find_capability
./drivers/net/gve/gve_ethdev.c:729:21: warning: nested extern declaration of ‘pci_dev_find_capability’ [-Wnested-externs]
./drivers/net/gve/gve_ethdev.c:729:51: error: ‘PCI_CAP_ID_MSIX’ undeclared (first use in this function); did you mean ‘RTE_PCI_CAP_ID_MSIX’?
uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
^~~~~~~~~~~~~~~
RTE_PCI_CAP_ID_MSIX
./drivers/net/gve/gve_ethdev.c:729:51: note: each undeclared identifier is reported only once for each function it appears in
./drivers/net/gve/gve_ethdev.c:740:72: error: ‘PCI_MSIX_FLAGS’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS’?
ret = rte_pci_read_config(pdev, &control, sizeof(control), msix_cap + PCI_MSIX_FLAGS);
^~~~~~~~~~~~~~
RTE_PCI_MSIX_FLAGS
./drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
^~~~~~~~~~~~~~~~~~~~
RTE_PCI_MSIX_FLAGS_QSIZE
./drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
./drivers/net/gve/gve_ethdev.c:279:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
At top level:
./drivers/net/gve/gve_ethdev.c:713:1: warning: ‘pci_dev_msix_vec_count’ defined but not used [-Wunused-function]
pci_dev_msix_vec_count(struct rte_pci_device *pdev)
^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/gve/gve_ethdev.c:128:12: warning: ‘gve_alloc_stats_report’ defined but not used [-Wunused-function]
static int gve_alloc_stats_report(struct gve_priv *priv,
^~~~~~~~~~~~~~~~~~~~~~
[1105/2422] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_mbx.c.o
[1106/2422] Generating symbol file drivers/librte_common_dpaax.so.24.1.p/librte_common_dpaax.so.24.1.symbols
[1107/2422] Generating rte_net_dpaa.pmd.c with a custom command
[1108/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_api_cmd.c.o
[1109/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_eqs.c.o
[1110/2422] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_ethdev.c.o
[1111/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_cmdq.c.o
[1112/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_hwif.c.o
[1113/2422] Generating symbol file drivers/librte_bus_vmbus.so.24.1.p/librte_bus_vmbus.so.24.1.symbols
[1114/2422] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1115/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o
[1116/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_tx_dqo.c.o
[1117/2422] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_pf.c.o
[1118/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_rx_dqo.c.o
[1119/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_rx.c.o
[1120/2422] Generating rte_net_ena.pmd.c with a custom command
[1121/2422] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_fm10k_fm10k_rxtx.c.o
[1122/2422] Generating rte_net_bnx2x.pmd.c with a custom command
[1123/2422] Generating rte_net_enic.pmd.c with a custom command
[1124/2422] Generating symbol file lib/librte_mempool.so.24.1.p/librte_mempool.so.24.1.symbols
[1125/2422] Generating symbol file lib/librte_rcu.so.24.1.p/librte_rcu.so.24.1.symbols
[1126/2422] Generating symbol file drivers/librte_bus_ifpga.so.24.1.p/librte_bus_ifpga.so.24.1.symbols
[1127/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_hwdev.c.o
[1128/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_tx.c.o
[1129/2422] Generating rte_net_bond.sym_chk with a custom command (wrapped by meson to capture output)
[1130/2422] Generating symbol file drivers/librte_bus_pci.so.24.1.p/librte_bus_pci.so.24.1.symbols
[1131/2422] Compiling C object drivers/libtmp_rte_net_hinic.a.p/net_hinic_hinic_pmd_ethdev.c.o
[1132/2422] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1133/2422] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ops.c.o
[1134/2422] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_fm10k_fm10k_ethdev.c.o
[1135/2422] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1136/2422] Generating rte_net_bnxt.pmd.c with a custom command
[1137/2422] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |WARNING| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format
       [not found] <20231222152355.1263842-1-rushilg@google.com>
  2023-12-22 15:04 ` |FAILURE| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format qemudev
@ 2023-12-22 15:24 ` checkpatch
  2023-12-22 16:04 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-12-22 15:24 UTC (permalink / raw)
  To: test-report; +Cc: Rushil Gupta

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

_coding style issues_


ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 0 warnings, 0 checks, 200 lines checked

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

* |FAILURE| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format
       [not found] <20231222152355.1263842-1-rushilg@google.com>
  2023-12-22 15:04 ` |FAILURE| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format qemudev
  2023-12-22 15:24 ` |WARNING| " checkpatch
@ 2023-12-22 16:04 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-12-22 16:04 UTC (permalink / raw)
  To: test-report; +Cc: rushilg, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1426/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1427/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'.
[1428/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'.
[1429/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1430/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################
^
../drivers/net/gve/gve_ethdev.c:729:21: error: implicit declaration of function 'pci_dev_find_capability' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
                           ^
../drivers/net/gve/gve_ethdev.c:729:21: note: did you mean 'rte_pci_find_capability'?
../drivers/bus/pci/rte_bus_pci.h:100:7: note: 'rte_pci_find_capability' declared here
off_t rte_pci_find_capability(const struct rte_pci_device *dev, uint8_t cap);
      ^
../drivers/net/gve/gve_ethdev.c:729:51: error: use of undeclared identifier 'PCI_CAP_ID_MSIX'
        uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
                                                         ^
../drivers/net/gve/gve_ethdev.c:740:72: error: use of undeclared identifier 'PCI_MSIX_FLAGS'
        ret = rte_pci_read_config(pdev, &control, sizeof(control), msix_cap + PCI_MSIX_FLAGS);
                                                                              ^
../drivers/net/gve/gve_ethdev.c:744:20: error: use of undeclared identifier 'PCI_MSIX_FLAGS_QSIZE'
        return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
                          ^
6 errors generated.
[1428/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1429/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'.
[1430/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'.
[1431/2844] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'.
[1432/2844] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1475/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_eqs.c.o'.
[1476/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cfg.c.o'.
[1477/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwif.c.o'.
[1478/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_hwdev.c.o'.
[1479/3916] Generating pipeline.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-20.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
^
../drivers/net/gve/gve_ethdev.c:729:21: error: implicit declaration of function 'pci_dev_find_capability' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
                           ^
../drivers/net/gve/gve_ethdev.c:729:21: note: did you mean 'rte_pci_find_capability'?
../drivers/bus/pci/rte_bus_pci.h:100:7: note: 'rte_pci_find_capability' declared here
off_t rte_pci_find_capability(const struct rte_pci_device *dev, uint8_t cap);
      ^
../drivers/net/gve/gve_ethdev.c:729:51: error: use of undeclared identifier 'PCI_CAP_ID_MSIX'
        uint8_t msix_cap = pci_dev_find_capability(pdev, PCI_CAP_ID_MSIX);
                                                         ^
../drivers/net/gve/gve_ethdev.c:740:72: error: use of undeclared identifier 'PCI_MSIX_FLAGS'
        ret = rte_pci_read_config(pdev, &control, sizeof(control), msix_cap + PCI_MSIX_FLAGS);
                                                                              ^
../drivers/net/gve/gve_ethdev.c:744:20: error: use of undeclared identifier 'PCI_MSIX_FLAGS_QSIZE'
        return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
                          ^
6 errors generated.
[1460/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_rxtx.c.o'.
[1461/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1462/3916] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'.
[1463/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1464/3916] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1142/3136] Linking target drivers/librte_net_fm10k.so.24.1.
[1143/3136] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx_dqo.c.o'.
[1144/3136] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx_dqo.c.o'.
[1145/3136] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1146/3136] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1480/4088] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx.c.o'.
[1481/4088] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'.
[1482/4088] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx_dqo.c.o'.
[1483/4088] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1484/4088] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_tx_cn10k_tx_96_111_vec_mseg.c.o'.
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-ppc64le" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1270/3386] Compiling C object 'drivers/a715181@@tmp_rte_net_fm10k@sta/net_fm10k_fm10k_ethdev.c.o'.
[1271/3386] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx_dqo.c.o'.
[1272/3386] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx.c.o'.
[1273/3386] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1274/3386] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
      |                                                                        ^~~~~~~~~~~~~~
      |                                                                        RTE_PCI_MSIX_FLAGS
../drivers/net/gve/gve_ethdev.c:744:20: error: ‘PCI_MSIX_FLAGS_QSIZE’ undeclared (first use in this function); did you mean ‘RTE_PCI_MSIX_FLAGS_QSIZE’?
  744 |  return (control & PCI_MSIX_FLAGS_QSIZE) + 1;
      |                    ^~~~~~~~~~~~~~~~~~~~
      |                    RTE_PCI_MSIX_FLAGS_QSIZE
../drivers/net/gve/gve_ethdev.c: In function ‘gve_dev_start’:
../drivers/net/gve/gve_ethdev.c:279:1: error: control reaches end of non-void function [-Werror=return-type]
  279 | }
      | ^
At top level:
../drivers/net/gve/gve_ethdev.c:713:1: error: ‘pci_dev_msix_vec_count’ defined but not used [-Werror=unused-function]
  713 | pci_dev_msix_vec_count(struct rte_pci_device *pdev)
      | ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/gve/gve_ethdev.c:128:12: error: ‘gve_alloc_stats_report’ defined but not used [-Werror=unused-function]
  128 | static int gve_alloc_stats_report(struct gve_priv *priv,
      |            ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1269/3357] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_tx_dqo.c.o'.
[1270/3357] Compiling C object 'drivers/a715181@@tmp_rte_net_gve@sta/net_gve_gve_rx_dqo.c.o'.
[1271/3357] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_cmdq.c.o'.
[1272/3357] Compiling C object 'drivers/net/hinic/base/12a4447@@hinic_base@sta/hinic_pmd_api_cmd.c.o'.
[1273/3357] Generating rte_net_fm10k.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-riscv64" at step Build and test
####################################################################################




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




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

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

end of thread, other threads:[~2023-12-22 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231222152355.1263842-1-rushilg@google.com>
2023-12-22 15:04 ` |FAILURE| pw135505 [PATCH] net/gve: Enable stats reporting for GQ format qemudev
2023-12-22 15:24 ` |WARNING| " checkpatch
2023-12-22 16:04 ` |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).