|FAILURE| pw135506 [PATCH] net/gve: Enable stats reporting for GQ format

qemudev at loongson.cn qemudev at loongson.cn
Fri Dec 22 16:10:42 CET 2023


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

_ninja build failure_

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

135506 --> 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-prototypes -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:279:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
At top level:
./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,
^~~~~~~~~~~~~~~~~~~~~~
[1100/2422] Compiling C object drivers/libtmp_rte_net_e1000.a.p/net_e1000_igb_ethdev.c.o
[1101/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_cfg.c.o
[1102/2422] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1103/2422] Generating symbol file drivers/librte_bus_ifpga.so.24.1.p/librte_bus_ifpga.so.24.1.symbols
[1104/2422] Generating rte_net_dpaa.pmd.c with a custom command
[1105/2422] Generating symbol file lib/librte_mempool.so.24.1.p/librte_mempool.so.24.1.symbols
[1106/2422] Generating rte_net_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1107/2422] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1108/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_eqs.c.o
[1109/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_api_cmd.c.o
[1110/2422] Generating rte_net_bnx2x.pmd.c with a custom command
[1111/2422] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_mbx.c.o
[1112/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_cmdq.c.o
[1113/2422] Generating symbol file drivers/librte_bus_pci.so.24.1.p/librte_bus_pci.so.24.1.symbols
[1114/2422] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_rxtx.c.o
[1115/2422] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_pf.c.o
[1116/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_base_gve_adminq.c.o
[1117/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_rx_dqo.c.o
[1118/2422] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_main.c.o
[1119/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_tx_dqo.c.o
[1120/2422] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_fm_flow.c.o
[1121/2422] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_fm10k_fm10k_rxtx.c.o
[1122/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_rx.c.o
[1123/2422] Compiling C object drivers/net/hinic/base/libhinic_base.a.p/hinic_pmd_hwdev.c.o
[1124/2422] Generating rte_net_bond.sym_chk with a custom command (wrapped by meson to capture output)
[1125/2422] Compiling C object drivers/libtmp_rte_net_gve.a.p/net_gve_gve_tx.c.o
[1126/2422] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1127/2422] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ops.c.o
[1128/2422] Compiling C object drivers/libtmp_rte_net_hinic.a.p/net_hinic_hinic_pmd_ethdev.c.o
[1129/2422] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_fm10k_fm10k_ethdev.c.o
[1130/2422] Generating rte_net_bnxt.pmd.c with a custom command
[1131/2422] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1132/2422] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------



More information about the test-report mailing list