|FAILURE| pw164678-164694 [PATCH v1 20/20] net/sxe2: update sxe2 feature matrix docs
qemudev at loongson.cn
qemudev at loongson.cn
Sat May 30 20:52:12 CEST 2026
Test-Label: loongson-compile-loongarch-abi2
Test-Status: FAILURE
http://dpdk.org/patch/164694
_ninja build failure_
Submitter: Jie Liu <liujie5 at linkdatatechnology.com>
Date: Sun, 31 May 2026 02:46:06 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 1ec798b84a976fac7dcb1244f53245e261aa2736
164678-164694 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 23.2 | FAIL |
+---------------------+----------------+
Loongnix-Server 23.2
Kernel: 6.6.52-1.10.lns23.loongarch64
Compiler: gcc 12.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx.c.o
cc -Idrivers/libtmp_rte_net_sxe2.a.p -Idrivers -I../drivers -Idrivers/net/sxe2 -I../drivers/net/sxe2 -Idrivers/common/sxe2 -I../drivers/common/sxe2 -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/argparse -I../lib/argparse -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/cryptodev -I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/cmdline -I../lib/cmdl!
ine -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 -Wshadow -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 -Wno-address-of-packed-member -g -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.sxe2 -MD -MQ drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx.c.o -MF drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx.c.o.d -o drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx.c.o -c ../drivers/net/sxe2/sxe2_txrx.c
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:212:45: error: ‘sxe2_tx_pkts_vec_sse’ undeclared (first use in this function); did you mean ‘sxe2_tx_pkts_simple’?
212 | dev->tx_pkt_burst = sxe2_tx_pkts_vec_sse;
| ^~~~~~~~~~~~~~~~~~~~
| sxe2_tx_pkts_simple
./drivers/net/sxe2/sxe2_txrx.c:212:45: note: each undeclared identifier is reported only once for each function it appears in
./drivers/net/sxe2/sxe2_txrx.c:215:45: error: ‘sxe2_tx_pkts_vec_sse_simple’ undeclared (first use in this function); did you mean ‘sxe2_tx_pkts_simple’?
215 | dev->tx_pkt_burst = sxe2_tx_pkts_vec_sse_simple;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| sxe2_tx_pkts_simple
./drivers/net/sxe2/sxe2_txrx.c:295:9: warning: declaration of ‘sxe2_tx_burst_mode_get’ shadows a global declaration [-Wshadow]
295 | int32_t sxe2_tx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/net/sxe2/sxe2_txrx.c:12:
./drivers/net/sxe2/sxe2_txrx.h:21:9: note: shadowed declaration is here
21 | int32_t sxe2_tx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_burst_mode_get’:
./drivers/net/sxe2/sxe2_txrx.c:295:52: warning: declaration of ‘dev’ shadows a parameter [-Wshadow]
295 | int32_t sxe2_tx_burst_mode_get(struct rte_eth_dev *dev,
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:149:48: note: shadowed declaration is here
149 | void sxe2_tx_mode_func_set(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:299:17: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
299 | int32_t ret = -EINVAL;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c:153:17: note: shadowed declaration is here
153 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:315:16: error: invalid storage class for function ‘sxe2_rx_descriptor_status’
315 | static int32_t sxe2_rx_descriptor_status(void *rx_queue, uint16_t offset)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_rx_descriptor_status’:
./drivers/net/sxe2/sxe2_txrx.c:319:17: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
319 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c:153:17: note: shadowed declaration is here
153 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:343:16: error: invalid storage class for function ‘sxe2_rx_queue_count’
343 | static int32_t sxe2_rx_queue_count(void *rx_queue)
| ^~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:364:6: warning: declaration of ‘sxe2_rx_mode_func_set’ shadows a global declaration [-Wshadow]
364 | void sxe2_rx_mode_func_set(struct rte_eth_dev *dev)
| ^~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.h:19:6: note: shadowed declaration is here
19 | void sxe2_rx_mode_func_set(struct rte_eth_dev *dev);
| ^~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_rx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:364:48: warning: declaration of ‘dev’ shadows a parameter [-Wshadow]
364 | void sxe2_rx_mode_func_set(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:149:48: note: shadowed declaration is here
149 | void sxe2_tx_mode_func_set(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:366:30: warning: declaration of ‘adapter’ shadows a previous local [-Wshadow]
366 | struct sxe2_adapter *adapter = SXE2_DEV_PRIVATE_TO_ADAPTER(dev);
| ^~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:151:30: note: shadowed declaration is here
151 | struct sxe2_adapter *adapter = SXE2_DEV_PRIVATE_TO_ADAPTER(dev);
| ^~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:368:17: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
368 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c:153:17: note: shadowed declaration is here
153 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c:369:18: warning: declaration of ‘vec_flags’ shadows a previous local [-Wshadow]
369 | uint32_t vec_flags = 0;
| ^~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:154:18: note: shadowed declaration is here
154 | uint32_t vec_flags = 0;
| ^~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:477:9: warning: declaration of ‘sxe2_rx_burst_mode_get’ shadows a global declaration [-Wshadow]
477 | int32_t sxe2_rx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.h:23:9: note: shadowed declaration is here
23 | int32_t sxe2_rx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_rx_burst_mode_get’:
./drivers/net/sxe2/sxe2_txrx.c:477:52: warning: declaration of ‘dev’ shadows a parameter [-Wshadow]
477 | int32_t sxe2_rx_burst_mode_get(struct rte_eth_dev *dev,
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:149:48: note: shadowed declaration is here
149 | void sxe2_tx_mode_func_set(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:482:17: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
482 | int32_t ret = -EINVAL;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c:153:17: note: shadowed declaration is here
153 | int32_t ret;
| ^~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:497:6: warning: declaration of ‘sxe2_set_common_function’ shadows a global declaration [-Wshadow]
497 | void sxe2_set_common_function(struct rte_eth_dev *dev)
| ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.h:10:6: note: shadowed declaration is here
10 | void sxe2_set_common_function(struct rte_eth_dev *dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_set_common_function’:
./drivers/net/sxe2/sxe2_txrx.c:497:51: warning: declaration of ‘dev’ shadows a parameter [-Wshadow]
497 | void sxe2_set_common_function(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c:149:48: note: shadowed declaration is here
149 | void sxe2_tx_mode_func_set(struct rte_eth_dev *dev)
| ~~~~~~~~~~~~~~~~~~~~^~~
./drivers/net/sxe2/sxe2_txrx.c: In function ‘sxe2_tx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:505:1: error: expected declaration or statement at end of input
505 | }
| ^
./drivers/net/sxe2/sxe2_txrx.c: At top level:
./drivers/net/sxe2/sxe2_txrx.c:497:6: warning: ‘sxe2_set_common_function’ defined but not used [-Wunused-function]
497 | void sxe2_set_common_function(struct rte_eth_dev *dev)
| ^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:477:9: warning: ‘sxe2_rx_burst_mode_get’ defined but not used [-Wunused-function]
477 | int32_t sxe2_rx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:364:6: warning: ‘sxe2_rx_mode_func_set’ defined but not used [-Wunused-function]
364 | void sxe2_rx_mode_func_set(struct rte_eth_dev *dev)
| ^~~~~~~~~~~~~~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:295:9: warning: ‘sxe2_tx_burst_mode_get’ defined but not used [-Wunused-function]
295 | int32_t sxe2_tx_burst_mode_get(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~
[2060/3233] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede_base_ecore_mcp.c.o
[2061/3233] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qede_rxtx.c.o
[2062/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_tx.c.o
[2063/3233] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_ethdev.c.o
[2064/3233] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede_base_ecore_sriov.c.o
[2065/3233] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic_cli.c.o
[2066/3233] Generating drivers/rte_net_pcap.sym_chk with a custom command (wrapped by meson to capture output)
[2067/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_rss.c.o
[2068/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_mac.c.o
[2069/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_security.c.o
[2070/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_rx.c.o
[2071/3233] Generating drivers/rte_net_r8169.pmd.c with a custom command
[2072/3233] Generating drivers/rte_net_ngbe.pmd.c with a custom command
[2073/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_mp.c.o
./drivers/net/sxe2/sxe2_mp.c: In function ‘sxe2_mp_request_simple’:
./drivers/net/sxe2/sxe2_mp.c:285:17: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
285 | free(reply.msgs);
| ^~~~
./drivers/net/sxe2/sxe2_mp.c:16:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
15 | #include "sxe2_common_log.h"
+++ |+#include <stdlib.h>
16 |
./drivers/net/sxe2/sxe2_mp.c:285:17: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch]
285 | free(reply.msgs);
| ^~~~
./drivers/net/sxe2/sxe2_mp.c:285:17: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
[2074/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_switchdev.c.o
[2075/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec.c.o
[2076/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_filter.c.o
[2077/3233] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede_base_ecore_dev.c.o
[2078/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_tm.c.o
[2079/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_stats.c.o
[2080/3233] Compiling C object drivers/libtmp_rte_net_ring.a.p/net_ring_rte_eth_ring.c.o
[2081/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_ipsec.c.o
[2082/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_cmd_chnl.c.o
[2083/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_irq.c.o
[2084/3233] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_rxtx.c.o
[2085/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_ethdev.c.o
[2086/3233] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qede_debug.c.o
[2087/3233] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_poll.c.o
[2088/3233] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_dv.c.o
[2089/3233] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.o
[2090/3233] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.o
[2091/3233] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[2092/3233] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
More information about the test-report
mailing list