|FAILURE| pw163618-163626 [PATCH v6 10/10] net/sxe2: add vectorized Rx and Tx
qemudev at loongson.cn
qemudev at loongson.cn
Wed May 6 05:07:59 CEST 2026
Test-Label: loongarch-compilation
Test-Status: FAILURE
https://dpdk.org/patch/163626
_ninja build failure_
Submitter: Jie Liu <liujie5 at linkdatatechnology.com>
Date: Wed, 6 May 2026 10:12:23 +0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 38e659db052924ab54cffa71b8d0cc2e0d92258a
163618-163626 --> 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_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 -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 -Idrivers/common/sxe2 -I../drivers/common/sxe2 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/security -I../lib/security -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 -DSXE2_DPDK_DRIVER -DFPGA_VER_ASIC -Werror -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_rx_mode_func_set’:
./drivers/net/sxe2/sxe2_txrx.c:293:3: error: ‘ret’ undeclared (first use in this function)
ret = sxe2_rx_vec_support_check(dev, &vec_flags);
^~~
./drivers/net/sxe2/sxe2_txrx.c:293:3: note: each undeclared identifier is reported only once for each function it appears in
./drivers/net/sxe2/sxe2_txrx.c:293:41: error: ‘vec_flags’ undeclared (first use in this function)
ret = sxe2_rx_vec_support_check(dev, &vec_flags);
^~~~~~~~~
./drivers/net/sxe2/sxe2_txrx.c:297:7: error: implicit declaration of function ‘rte_cpu_get_flag_enabled’; did you mean ‘rte_trace_is_enabled’? [-Werror=implicit-function-declaration]
((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1) ||
^~~~~~~~~~~~~~~~~~~~~~~~
rte_trace_is_enabled
./drivers/net/sxe2/sxe2_txrx.c:297:7: error: nested extern declaration of ‘rte_cpu_get_flag_enabled’ [-Werror=nested-externs]
./drivers/net/sxe2/sxe2_txrx.c:297:32: error: ‘RTE_CPUFLAG_AVX2’ undeclared (first use in this function); did you mean ‘RTE_CPU_AND’?
((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1) ||
^~~~~~~~~~~~~~~~
RTE_CPU_AND
./drivers/net/sxe2/sxe2_txrx.c:298:31: error: ‘RTE_CPUFLAG_AVX512F’ undeclared (first use in this function)
(rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1)) &&
^~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1953/3063] Generating rte_net_tap_map with a custom command
[1954/3063] Linking target drivers/librte_net_iavf.so.26.2
[1955/3063] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_nicvf_svf.c.o
[1956/3063] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic.c.o
[1957/3063] Generating rte_net_ice.sym_chk with a custom command (wrapped by meson to capture output)
[1958/3063] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_tap_intr.c.o
[1959/3063] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede_base_ecore_mcp.c.o
[1960/3063] Generating rte_net_ixgbe.pmd.c with a custom command
[1961/3063] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_tap_tcmsgs.c.o
[1962/3063] Generating symbol file drivers/librte_net_idpf.so.26.2.p/librte_net_idpf.so.26.2.symbols
[1963/3063] Generating rte_net_ngbe.pmd.c with a custom command
[1964/3063] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_rx.c.o
[1965/3063] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_base_rtl8125a_mcu.c.o
[1966/3063] Generating rte_net_pcap.sym_chk with a custom command (wrapped by meson to capture output)
[1967/3063] Generating rte_net_octeontx.sym_chk with a custom command (wrapped by meson to capture output)
[1968/3063] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_base_nicvf_mbox.c.o
[1969/3063] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_tx.c.o
[1970/3063] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_base_nicvf_hw.c.o
[1971/3063] Compiling C object drivers/libtmp_rte_net_r8169.a.p/net_r8169_base_rtl8168g_mcu.c.o
[1972/3063] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_tap_flow.c.o
[1973/3063] Compiling C object drivers/libtmp_rte_net_ring.a.p/net_ring_rte_eth_ring.c.o
[1974/3063] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_vec.c.o
[1975/3063] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_nicvf_rxtx.c.o
[1976/3063] Generating rte_net_nfp.sym_chk with a custom command (wrapped by meson to capture output)
[1977/3063] Compiling C object drivers/libtmp_rte_net_softnic.a.p/net_softnic_rte_eth_softnic_cli.c.o
[1978/3063] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qede_debug.c.o
[1979/3063] Compiling C object drivers/librte_net_pfe_base_lib.a.p/net_qede_base_ecore_dev.c.o
[1980/3063] Compiling C object drivers/libtmp_rte_net_rnp.a.p/net_rnp_rnp_rxtx.c.o
[1981/3063] Compiling C object drivers/libtmp_rte_net_qede.a.p/net_qede_qede_rxtx.c.o
[1982/3063] Compiling C object drivers/libtmp_rte_net_tap.a.p/net_tap_rte_eth_tap.c.o
[1983/3063] Compiling C object drivers/libtmp_rte_net_thunderx.a.p/net_thunderx_nicvf_ethdev.c.o
[1984/3063] Compiling C object drivers/libtmp_rte_net_sxe2.a.p/net_sxe2_sxe2_txrx_poll.c.o
[1985/3063] 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