automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw125449-125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230323104330.3823251-4-feifei.wang2@arm.com>
@ 2023-03-23 10:36 ` qemudev
  2023-03-23 10:45 ` |SUCCESS| pw125451 " checkpatch
  2023-03-23 12:18 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-03-23 10:36 UTC (permalink / raw)
  To: test-report; +Cc: Feifei Wang, zhoumin

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

_ninja build failure_

Submitter: Feifei Wang <feifei.wang2@arm.com>
Date: Thu, 23 Mar 2023 18:43:28 +0800
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 33949800f1afcb7527b6e36c60c1548687ccb673

125449-125451 --> 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_rxtx.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_rxtx.c.o -MF drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o.d -o drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_rxtx.c.o -c ../drivers/net/ixgbe/ixgbe_rxtx.c
./drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
./drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function); did you mean ‘IXGBE_RXD_ERR_TCPE’?
rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
^~~~~~~~~~~~~~~~~~~~~~~~~~
IXGBE_RXD_ERR_TCPE
./drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: note: each undeclared identifier is reported only once for each function it appears in
./drivers/net/ixgbe/ixgbe_rxtx.c:5644:45: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’; did you mean ‘rx_deferred_start’?
rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
^~~~~~~~~~~~~
rx_deferred_start
[1454/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_base_lio_23xx_vf.c.o
[1455/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_tm.c.o
[1456/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ipsec.c.o
[1457/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_pf.c.o
[1458/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_nvs.c.o
[1459/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_phy.c.o
[1460/2869] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_flow.c.o
[1461/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rndis.c.o
[1462/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_fdir.c.o
[1463/2869] Generating symbol file drivers/librte_net_dpaa2.so.23.1.p/librte_net_dpaa2.so.23.1.symbols
[1464/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_rte_pmd_ixgbe.c.o
[1465/2869] Generating rte_net_ionic.pmd.c with a custom command
[1466/2869] Compiling C object drivers/libtmp_rte_net_igc.a.p/net_igc_igc_txrx.c.o
[1467/2869] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_memif_socket.c.o
[1468/2869] Generating rte_net_ipn3ke.pmd.c with a custom command
[1469/2869] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_rxtx.c.o
[1470/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_vf.c.o
[1471/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_ethdev.c.o
[1472/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_lio_ethdev.c.o
[1473/2869] Compiling C object drivers/libtmp_rte_net_liquidio.a.p/net_liquidio_lio_rxtx.c.o
[1474/2869] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_switch.c.o
[1475/2869] Compiling C object drivers/libtmp_rte_net_nfp.a.p/net_nfp_flower_nfp_flower_cmsg.c.o
[1476/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_common.c.o
[1477/2869] Generating rte_net_iavf.pmd.c with a custom command
[1478/2869] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_ethdev.c.o
[1479/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_flow.c.o
[1480/2869] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_x550.c.o
[1481/2869] Compiling C object drivers/libtmp_rte_net_nfp.a.p/net_nfp_flower_nfp_flower.c.o
[1482/2869] Compiling C object drivers/libtmp_rte_net_netvsc.a.p/net_netvsc_hn_rxtx.c.o
[1483/2869] Compiling C object drivers/libtmp_rte_net_memif.a.p/net_memif_rte_eth_memif.c.o
[1484/2869] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.c.o
[1485/2869] Generating rte_net_cnxk.pmd.c with a custom command
[1486/2869] 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

* |SUCCESS| pw125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230323104330.3823251-4-feifei.wang2@arm.com>
  2023-03-23 10:36 ` |FAILURE| pw125449-125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode qemudev
@ 2023-03-23 10:45 ` checkpatch
  2023-03-23 12:18 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-03-23 10:45 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode
       [not found] <20230323104330.3823251-4-feifei.wang2@arm.com>
  2023-03-23 10:36 ` |FAILURE| pw125449-125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode qemudev
  2023-03-23 10:45 ` |SUCCESS| pw125451 " checkpatch
@ 2023-03-23 12:18 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-03-23 12:18 UTC (permalink / raw)
  To: test-report; +Cc: feifei.wang2, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4499807742
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+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-static-mingw" 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:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
[1591/4342] Linking static target drivers/libtmp_rte_net_i40e.a.
[1592/4342] Generating rte_net_i40e.pmd.c with a custom command.
[1593/4342] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1594/4342] Linking static target drivers/librte_net_i40e.a.
[1595/4342] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.c.o'.
[1596/4342] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1597/4342] Linking static target drivers/net/iavf/libiavf_avx512_lib.a.
[1598/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.o'.
[1599/4342] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[1600/4342] Linking target drivers/librte_net_i40e.so.23.1.
FAILED: drivers/librte_net_i40e.so.23.1 
gcc  -o drivers/librte_net_i40e.so.23.1 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o' -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,librte_net_i40e.so.23 -Wl,--no-as-needed -pthread -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.23.1 lib/librte_eal.so.23.1 lib/librte_kvargs.so.23.1 lib/librte_telemetry.so.23.1 lib/librte_net.so.23.1 lib/librte_mbuf.so.23.1 lib/librte_mempool.so.23.1 lib/librte_ring.so.23.1 lib/librte_meter.so.23.1 drivers/librte_bus_pci.so.23.1 lib/librte_pci.so.23.1 drivers/librte_bus_vdev.so.23.1 lib/librte_hash.so.23.1 lib/librte_rcu.so.23.1 -Wl,--version-script=/home/runner/work/dpdk/dpdk/drivers/net/i40e/version.map /usr/lib/x86_64-linux-gnu/libbsd.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/drivers
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
collect2: error: ld returned 1 exit status
[1601/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.o'.
[1602/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1589/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1590/4342] Linking static target drivers/libtmp_rte_net_i40e.a.
[1591/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.o'.
[1592/4342] Generating rte_net_i40e.pmd.c with a custom command.
[1593/4342] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1594/4342] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1595/4342] Linking static target drivers/librte_net_i40e.a.
[1596/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fsub.c.o'.
[1597/4342] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[1598/4342] Linking target drivers/librte_net_i40e.so.23.1.
FAILED: drivers/librte_net_i40e.so.23.1 
clang  -o drivers/librte_net_i40e.so.23.1 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o' -fsanitize=address -Wl,--as-needed -Wl,--allow-shlib-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,librte_net_i40e.so.23 -Wl,--no-as-needed -pthread -lm -ldl -lnuma -lfdt -larchive lib/librte_ethdev.so.23.1 lib/librte_eal.so.23.1 lib/librte_kvargs.so.23.1 lib/librte_telemetry.so.23.1 lib/librte_net.so.23.1 lib/librte_mbuf.so.23.1 lib/librte_mempool.so.23.1 lib/librte_ring.so.23.1 lib/librte_meter.so.23.1 drivers/librte_bus_pci.so.23.1 lib/librte_pci.so.23.1 drivers/librte_bus_vdev.so.23.1 lib/librte_hash.so.23.1 lib/librte_rcu.so.23.1 -Wl,--version-script=/home/runner/work/dpdk/dpdk/drivers/net/i40e/version.map /usr/lib/x86_64-linux-gnu/libbsd.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/drivers
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[1599/4342] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.c.o'.
[1600/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.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
####################################################################################
[1148/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o'.
[1149/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.o'.
[1150/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1151/3032] Linking static target drivers/libtmp_rte_net_i40e.a.
[1152/3032] Generating rte_net_i40e.pmd.c with a custom command.
[1153/3032] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1154/3032] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1155/3032] Linking static target drivers/librte_net_i40e.a.
[1156/3032] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[1157/3032] Linking target drivers/librte_net_i40e.so.23.1.
FAILED: drivers/librte_net_i40e.so.23.1 
gcc  -o drivers/librte_net_i40e.so.23.1 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.o' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o' 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.o' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o' -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,librte_net_i40e.so.23 -Wl,--no-as-needed -pthread -lm -ldl -m32 lib/librte_ethdev.so.23.1 lib/librte_eal.so.23.1 lib/librte_kvargs.so.23.1 lib/librte_telemetry.so.23.1 lib/librte_net.so.23.1 lib/librte_mbuf.so.23.1 lib/librte_mempool.so.23.1 lib/librte_ring.so.23.1 lib/librte_meter.so.23.1 drivers/librte_bus_pci.so.23.1 lib/librte_pci.so.23.1 drivers/librte_bus_vdev.so.23.1 lib/librte_hash.so.23.1 lib/librte_rcu.so.23.1 -Wl,--end-group -Wl,--version-script=/home/runner/work/dpdk/dpdk/drivers/net/i40e/version.map '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/lib -Wl,-rpath-link,/home/runner/work/dpdk/dpdk/build/drivers
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/ld: drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx2_lib@sta/i40e_rxtx_vec_avx2.c.o:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
collect2: error: ld returned 1 exit status
[1158/3032] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx2_lib@sta/iavf_rxtx_vec_avx2.c.o'.
[1159/3032] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.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-static-mingw" at step Build and test
####################################################################################
[447/1418] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.obj'.
[448/1418] Linking static target drivers/libtmp_rte_net_i40e.a.
[449/1418] Generating rte_net_i40e.pmd.c with a custom command.
[450/1418] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.obj'.
[451/1418] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.obj'.
[452/1418] Linking static target drivers/librte_net_i40e.a.
[453/1418] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_fdir.c.obj'.
[454/1418] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.obj'.
[455/1418] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.obj'.
[456/1418] Linking target drivers/librte_net_i40e-23.dll.
FAILED: drivers/librte_net_i40e-23.dll 
x86_64-w64-mingw32-gcc  -o drivers/librte_net_i40e-23.dll 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_adminq.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_common.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_dcb.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_diag.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_hmc.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_lan_hmc.c.obj' 'drivers/net/i40e/base/3c1f984@@i40e_base@sta/i40e_nvm.c.obj' 'drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_pf.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_tm.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.obj' 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.obj' -Wl,--allow-shlib-undefined -shared -Wl,--start-group -Wl,--out-implib=drivers/librte_net_i40e.dll.a -lm lib/librte_ethdev.dll.a lib/librte_eal.dll.a lib/librte_kvargs.dll.a lib/librte_net.dll.a lib/librte_mbuf.dll.a lib/librte_mempool.dll.a lib/librte_ring.dll.a lib/librte_telemetry.dll.a lib/librte_meter.dll.a drivers/librte_bus_pci.dll.a lib/librte_pci.dll.a drivers/librte_bus_vdev.dll.a lib/librte_hash.dll.a lib/librte_rcu.dll.a -Wl,--version-script=/home/runner/work/dpdk/dpdk/build/drivers/rte_net_i40e_mingw.map -ldbghelp -lsetupapi -lws2_32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 -Wl,--end-group
/usr/bin/x86_64-w64-mingw32-ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.obj: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/x86_64-w64-mingw32-ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.obj: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
/usr/bin/x86_64-w64-mingw32-ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.obj: in function `i40e_tx_buf_stash_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: multiple definition of `i40e_tx_buf_stash_vec'; drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:162: first defined here
/usr/bin/x86_64-w64-mingw32-ld: drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.obj: in function `i40e_rx_descriptors_refill_vec':
/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: multiple definition of `i40e_rx_descriptors_refill_vec'; drivers/net/i40e/1b39a87@@i40e_avx512_lib@sta/i40e_rxtx_vec_avx512.c.obj:/home/runner/work/dpdk/dpdk/build/../drivers/net/i40e/i40e_rxtx_vec_common.h:249: first defined here
collect2: error: ld returned 1 exit status
[457/1418] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj'.
[458/1418] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[1538/3826] Compiling C object 'drivers/a715181@@rte_net_ionic@sta/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1539/3826] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1540/3826] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_vf.c.o'.
[1541/3826] Linking static target drivers/librte_net_ionic.a.
[1542/3826] Linking target drivers/librte_net_ionic.so.23.1.
[1543/3826] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x540.c.o'.
[1544/3826] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base@sta/ixgbe_x550.c.o'.
[1545/3826] Linking static target drivers/net/ixgbe/base/libixgbe_base.a.
[1546/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1547/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_bypass.c.o'.
[1548/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ixgbe@sta -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/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/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 -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LIBRTE_IXGBE_BYPASS -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ixgbe -MD -MQ 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o' -c ../drivers/net/ixgbe/ixgbe_rxtx.c
../drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
../drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function)
 5643 |   rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ixgbe/ixgbe_rxtx.c:5644:43: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 5644 |   rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
      |                                           ^~
[1549/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1550/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.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
####################################################################################
[1515/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1516/3798] Linking static target drivers/librte_net_ionic.a.
[1517/3798] Compiling C object 'drivers/a715181@@rte_net_ionic@sha/meson-generated_.._rte_net_ionic.pmd.c.o'.
[1518/3798] Linking target drivers/librte_net_ionic.so.23.1.
[1519/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_tm.c.o'.
[1520/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ipsec.c.o'.
[1521/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_flow.c.o'.
[1522/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_fdir.c.o'.
[1523/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_pf.c.o'.
[1524/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1525/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ixgbe@sta -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/riscv/include -I../lib/eal/riscv/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/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 -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LIBRTE_IXGBE_BYPASS -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ixgbe -MD -MQ 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_rxtx.c.o' -c ../drivers/net/ixgbe/ixgbe_rxtx.c
../drivers/net/ixgbe/ixgbe_rxtx.c: In function ‘ixgbe_rxq_buf_recycle_info_get’:
../drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: error: ‘RTE_IXGBE_RXQ_REARM_THRESH’ undeclared (first use in this function)
 5643 |   rxq_buf_recycle_info->refill_request = RTE_IXGBE_RXQ_REARM_THRESH;
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ixgbe/ixgbe_rxtx.c:5643:42: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/ixgbe/ixgbe_rxtx.c:5644:43: error: ‘struct ixgbe_rx_queue’ has no member named ‘rxrearm_start’
 5644 |   rxq_buf_recycle_info->refill_head = &rxq->rxrearm_start;
      |                                           ^~
[1526/3798] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[1527/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe@sta/net_ixgbe_ixgbe_ethdev.c.o'.
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:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




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

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

end of thread, other threads:[~2023-03-23 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230323104330.3823251-4-feifei.wang2@arm.com>
2023-03-23 10:36 ` |FAILURE| pw125449-125451 [PATCH v4 3/3] net/ixgbe: implement recycle buffer mode qemudev
2023-03-23 10:45 ` |SUCCESS| pw125451 " checkpatch
2023-03-23 12:18 ` |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).