From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Jie Liu <liujie5@linkdatatechnology.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw155032-155045 [PATCH v3 14/14] net/sxe: add Solve compilation problems.
Date: Mon, 7 Jul 2025 19:28:04 +0800 [thread overview]
Message-ID: <202507071128.567BS4L33330162@localhost.localdomain> (raw)
In-Reply-To: <20250707115819.12826-14-liujie5@linkdatatechnology.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/155045
_ninja build failure_
Submitter: Jie Liu <liujie5@linkdatatechnology.com>
Date: Mon, 7 Jul 2025 07:58:06 -0400
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 70c2297528e7c7789af452f78de1932e9a20c8a2
155032-155045 --> 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_sxe.a.p/net_sxe_pf_sxe_queue.c.o
cc -Idrivers/libtmp_rte_net_sxe.a.p -Idrivers -I../drivers -Idrivers/net/sxe -I../drivers/net/sxe -I../drivers/net/sxe/base -I../drivers/net/sxe/pf -I../drivers/net/sxe/vf -I../drivers/net/sxe/include/sxe -I../drivers/net/sxe/include -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -
Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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 -DSXE_DPDK -DSXE_HOST_DRIVER -DSXE_DPDK_L4_FEATURES -DSXE_DPDK_SRIOV -DSXE_DPDK_SIMD -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe -MD -MQ drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_queue.c.o -MF drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_queue.c.o.d -o drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_queue.c.o -c ../drivers/net/sxe/pf/sxe_queue.c
In file included from ../drivers/net/sxe/pf/sxe_queue.c:15:
./drivers/net/sxe/pf/sxe_vec_common.h: In function ‘sxe_rx_vec_mbufs_release’:
./drivers/net/sxe/pf/sxe_vec_common.h:145:37: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->buffer_ring == NULL || rxq->realloc_num >= rxq->ring_depth)
^~
./drivers/net/sxe/pf/sxe_vec_common.h:148:9: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->realloc_num == 0) {
^~
./drivers/net/sxe/pf/sxe_vec_common.h:155:15: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_start’; did you mean ‘deferred_start’?
i != rxq->realloc_start;
^~~~~~~~~~~~~
deferred_start
./drivers/net/sxe/pf/sxe_vec_common.h:162:5: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
rxq->realloc_num = rxq->ring_depth;
^~
[2014/3024] Generating rte_net_rnp.pmd.c with a custom command
[2015/3024] Linking target drivers/librte_net_ice.so.25.2
[2016/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o
FAILED: drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o
cc -Idrivers/libtmp_rte_net_sxe.a.p -Idrivers -I../drivers -Idrivers/net/sxe -I../drivers/net/sxe -I../drivers/net/sxe/base -I../drivers/net/sxe/pf -I../drivers/net/sxe/vf -I../drivers/net/sxe/include/sxe -I../drivers/net/sxe/include -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -
Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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 -DSXE_DPDK -DSXE_HOST_DRIVER -DSXE_DPDK_L4_FEATURES -DSXE_DPDK_SRIOV -DSXE_DPDK_SIMD -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe -MD -MQ drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o -MF drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o.d -o drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_rx.c.o -c ../drivers/net/sxe/pf/sxe_rx.c
In file included from ../drivers/net/sxe/pf/sxe_rx.c:26:
./drivers/net/sxe/pf/sxe_vec_common.h: In function ‘sxe_rx_vec_mbufs_release’:
./drivers/net/sxe/pf/sxe_vec_common.h:145:37: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->buffer_ring == NULL || rxq->realloc_num >= rxq->ring_depth)
^~
./drivers/net/sxe/pf/sxe_vec_common.h:148:9: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->realloc_num == 0) {
^~
./drivers/net/sxe/pf/sxe_vec_common.h:155:15: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_start’; did you mean ‘deferred_start’?
i != rxq->realloc_start;
^~~~~~~~~~~~~
deferred_start
./drivers/net/sxe/pf/sxe_vec_common.h:162:5: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
rxq->realloc_num = rxq->ring_depth;
^~
[2017/3024] Linking target drivers/librte_net_softnic.so.25.2
[2018/3024] Generating rte_net_vdev_netvsc.sym_chk with a custom command (wrapped by meson to capture output)
[2019/3024] Compiling C object drivers/libtmp_rte_net_xsc.a.p/net_xsc_xsc_rx.c.o
[2020/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_offload.c.o
[2021/3024] Compiling C object drivers/libtmp_rte_net_vhost.a.p/net_vhost_rte_eth_vhost.c.o
[2022/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_irq.c.o
[2023/3024] Generating rte_net_pcap.sym_chk with a custom command (wrapped by meson to capture output)
[2024/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o
FAILED: drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o
cc -Idrivers/libtmp_rte_net_sxe.a.p -Idrivers -I../drivers -Idrivers/net/sxe -I../drivers/net/sxe -I../drivers/net/sxe/base -I../drivers/net/sxe/pf -I../drivers/net/sxe/vf -I../drivers/net/sxe/include/sxe -I../drivers/net/sxe/include -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -
Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -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 -DSXE_DPDK -DSXE_HOST_DRIVER -DSXE_DPDK_L4_FEATURES -DSXE_DPDK_SRIOV -DSXE_DPDK_SIMD -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe -MD -MQ drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o -MF drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o.d -o drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_tx.c.o -c ../drivers/net/sxe/pf/sxe_tx.c
In file included from ../drivers/net/sxe/pf/sxe_tx.c:16:
./drivers/net/sxe/pf/sxe_vec_common.h: In function ‘sxe_rx_vec_mbufs_release’:
./drivers/net/sxe/pf/sxe_vec_common.h:145:37: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->buffer_ring == NULL || rxq->realloc_num >= rxq->ring_depth)
^~
./drivers/net/sxe/pf/sxe_vec_common.h:148:9: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
if (rxq->realloc_num == 0) {
^~
./drivers/net/sxe/pf/sxe_vec_common.h:155:15: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_start’; did you mean ‘deferred_start’?
i != rxq->realloc_start;
^~~~~~~~~~~~~
deferred_start
./drivers/net/sxe/pf/sxe_vec_common.h:162:5: error: ‘sxe_rx_queue_s’ {aka ‘struct sxe_rx_queue’} has no member named ‘realloc_num’
rxq->realloc_num = rxq->ring_depth;
^~
[2025/3024] Compiling C object drivers/libtmp_rte_net_xsc.a.p/net_xsc_xsc_ethdev.c.o
[2026/3024] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_ethdev.c.o
[2027/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_ethdev.c.o
[2028/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_ptp.c.o
[2029/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_filter.c.o
[2030/3024] Generating rte_net_ngbe.sym_chk with a custom command (wrapped by meson to capture output)
[2031/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_vf_sxevf_main.c.o
[2032/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_pmd_hdc.c.o
[2033/3024] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_rte_eth_tap.c.o
[2034/3024] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qede_debug.c.o
[2035/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_phy.c.o
[2036/3024] Generating rte_net_r8169.sym_chk with a custom command (wrapped by meson to capture output)
[2037/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_vf.c.o
[2038/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_dcb.c.o
[2039/3024] Compiling C object drivers/libtmp_rte_net_sxe.a.p/net_sxe_pf_sxe_stats.c.o
[2040/3024] Compiling C object drivers/libtmp_rte_net_virtio.a.p/net_virtio_virtio_ethdev.c.o
[2041/3024] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.o
[2042/3024] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_nicvf_ethdev.c.o
[2043/3024] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_ethdev.c.o
[2044/3024] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2045/3024] Compiling C object drivers/libtmp_rte_net_virtio.a.p/net_virtio_virtio_rxtx.c.o
[2046/3024] Compiling C object drivers/libtmp_rte_net_txgbe.a.p/net_txgbe_txgbe_rxtx.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2025-07-07 12:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250707115819.12826-14-liujie5@linkdatatechnology.com>
2025-07-07 11:28 ` qemudev [this message]
2025-07-07 12:03 ` |WARNING| pw155045 " checkpatch
2025-07-07 12:23 ` |FAILURE| pw155032-155045 [PATCH] [v3, " dpdklab
2025-07-07 12:43 ` |FAILURE| pw155045 [PATCH v3 " 0-day Robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202507071128.567BS4L33330162@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=liujie5@linkdatatechnology.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).