automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw129815-129818 [PATCH v8 4/4] app/testpmd: add recycle mbufs engine
       [not found] <20230802073840.552460-5-feifei.wang2@arm.com>
@ 2023-08-02  7:30 ` qemudev
  2023-08-02  7:39 ` |SUCCESS| pw129818 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-08-02  7:30 UTC (permalink / raw)
  To: test-report; +Cc: Feifei Wang, zhoumin

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

_ninja build failure_

Submitter: Feifei Wang <feifei.wang2@arm.com>
Date: Wed,  2 Aug 2023 15:38:37 +0800
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 0ae35eceb9e4569b0814fcf671b4455301bb7518

129815-129818 --> 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_ixgbe.a.p/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o
cc -Idrivers/libtmp_rte_net_ixgbe.a.p -Idrivers -I../drivers -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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_LIBRTE_IXGBE_BYPASS -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ixgbe -MD -MQ drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o -MF drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o.d -o drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o -c ../drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c: In function ‘ixgbe_recycle_rx_descriptors_refill_vec’:
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:24:29: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxdp = rxq->rx_ring + rxq->rxrearm_start;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:25:28: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxep = &rxq->sw_ring[rxq->rxrearm_start];
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:37:7: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq->rxrearm_start += nb_mbufs;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:38:11: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
if (rxq->rxrearm_start >= rxq->nb_rx_desc)
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:39:8: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq->rxrearm_start = 0;
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:41:5: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_nb’
rxq->rxrearm_nb -= nb_mbufs;
^~
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:43:27: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rx_id = (uint16_t)((rxq->rxrearm_start == 0) ?
^~~~~~~~~~~~~
rx_deferred_start
./drivers/net/ixgbe/ixgbe_recycle_mbufs_vec_common.c:44:34: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
(rxq->nb_rx_desc - 1) : (rxq->rxrearm_start - 1));
^~~~~~~~~~~~~
rx_deferred_start
[1279/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_bypass.c.o
[1280/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_vf_representor.c.o
[1281/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_rte_pmd_ixgbe.c.o
[1282/2349] Generating symbol file lib/librte_net.so.24.0.p/librte_net.so.24.0.symbols
[1283/2349] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_memif_socket.c.o
[1284/2349] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_switch.c.o
[1285/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ipsec.c.o
[1286/2349] Generating symbol file lib/librte_bbdev.so.24.0.p/librte_bbdev.so.24.0.symbols
[1287/2349] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_txrx.c.o
[1288/2349] Generating symbol file lib/librte_cryptodev.so.24.0.p/librte_cryptodev.so.24.0.symbols
[1289/2349] Generating symbol file drivers/librte_common_idpf.so.24.0.p/librte_common_idpf.so.24.0.symbols
[1290/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_tm.c.o
[1291/2349] Generating symbol file lib/librte_reorder.so.24.0.p/librte_reorder.so.24.0.symbols
[1292/2349] Generating symbol file drivers/librte_mempool_octeontx.so.24.0.p/librte_mempool_octeontx.so.24.0.symbols
[1293/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_pf.c.o
[1294/2349] Generating symbol file lib/librte_compressdev.so.24.0.p/librte_compressdev.so.24.0.symbols
[1295/2349] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_phy.c.o
[1296/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_fdir.c.o
[1297/2349] Generating symbol file lib/librte_sched.so.24.0.p/librte_sched.so.24.0.symbols
[1298/2349] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_rxtx.c.o
[1299/2349] Generating rte_net_ipn3ke.pmd.c with a custom command
[1300/2349] Generating rte_net_ionic.pmd.c with a custom command
[1301/2349] Generating symbol file lib/librte_regexdev.so.24.0.p/librte_regexdev.so.24.0.symbols
[1302/2349] Generating rte_net_iavf.pmd.c with a custom command
[1303/2349] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_ethdev.c.o
[1304/2349] Generating pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1305/2349] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_x550.c.o
[1306/2349] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_common.c.o
[1307/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_flow.c.o
[1308/2349] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_rte_eth_memif.c.o
[1309/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.c.o
[1310/2349] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o
[1311/2349] 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] 2+ messages in thread

* |SUCCESS| pw129818 [PATCH v8 4/4] app/testpmd: add recycle mbufs engine
       [not found] <20230802073840.552460-5-feifei.wang2@arm.com>
  2023-08-02  7:30 ` |FAILURE| pw129815-129818 [PATCH v8 4/4] app/testpmd: add recycle mbufs engine qemudev
@ 2023-08-02  7:39 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-08-02  7:39 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2023-08-02  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230802073840.552460-5-feifei.wang2@arm.com>
2023-08-02  7:30 ` |FAILURE| pw129815-129818 [PATCH v8 4/4] app/testpmd: add recycle mbufs engine qemudev
2023-08-02  7:39 ` |SUCCESS| pw129818 " checkpatch

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).