|FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx
qemudev at loongson.cn
qemudev at loongson.cn
Wed Oct 1 09:21:01 CEST 2025
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157169
_ninja build failure_
Submitter: Shaiq Wani <shaiq.wani at intel.com>
Date: Wed, 1 Oct 2025 13:26:08 +0530
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: 9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> 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_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o
cc -Idrivers/libtmp_rte_net_idpf.a.p -Idrivers -I../drivers -Idrivers/net/intel/idpf -I../drivers/net/intel/idpf -Idrivers/net/intel/idpf/base -I../drivers/net/intel/idpf/base -I../drivers/net/intel/iavf/base -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 -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.idpf -MD -MQ drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o -MF drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o.d -o drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o -c ../drivers/net/intel/idpf/idpf_common_rxtx.c
./drivers/net/intel/idpf/idpf_common_rxtx.c: In function ‘idpf_splitq_rearm_common’:
./drivers/net/intel/idpf/idpf_common_rxtx.c:271:4: error: unknown type name ‘__m128i’; did you mean ‘__int128’?
__m128i dma_addr0;
^~~~~~~
__int128
./drivers/net/intel/idpf/idpf_common_rxtx.c:273:16: warning: implicit declaration of function ‘_mm_setzero_si128’ [-Wimplicit-function-declaration]
dma_addr0 = _mm_setzero_si128();
^~~~~~~~~~~~~~~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:273:16: warning: nested extern declaration of ‘_mm_setzero_si128’ [-Wnested-externs]
./drivers/net/intel/idpf/idpf_common_rxtx.c:276:5: warning: implicit declaration of function ‘_mm_store_si128’ [-Wimplicit-function-declaration]
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~~~~~~~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:276:5: warning: nested extern declaration of ‘_mm_store_si128’ [-Wnested-externs]
In file included from ../lib/eal/common/eal_export.h:8,
from ../drivers/net/intel/idpf/idpf_common_rxtx.c:5:
./drivers/net/intel/idpf/idpf_common_rxtx.c:276:34: error: ‘__m128i’ undeclared (first use in this function); did you mean ‘__int128’?
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~
./lib/eal/include/rte_common.h:593:35: note: in definition of macro ‘RTE_CAST_PTR’
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:276:34: note: each undeclared identifier is reported only once for each function it appears in
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~
./lib/eal/include/rte_common.h:593:35: note: in definition of macro ‘RTE_CAST_PTR’
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^~~~
./lib/eal/include/rte_common.h:593:39: error: expected expression before ‘)’ token
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^
./drivers/net/intel/idpf/idpf_common_rxtx.c:276:21: note: in expansion of macro ‘RTE_CAST_PTR’
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~~~~~~
[1575/2979] Linking static target drivers/librte_net_dpaa2.a
[1576/2979] Generating rte_net_ipn3ke_map with a custom command
[1577/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_device.c.o
[1578/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_tm.c.o
[1579/2979] Generating rte_net_bnx2x.sym_chk with a custom command (wrapped by meson to capture output)
[1580/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flex_pipe.c.o
[1581/2979] Generating rte_net_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[1582/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_sched.c.o
[1583/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_common.c.o
[1584/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf.c.o
[1585/2979] Generating rte_net_fm10k.sym_chk with a custom command (wrapped by meson to capture output)
[1586/2979] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_82599_bypass.c.o
[1587/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1588/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_sched.c.o
[1589/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_ethdev.c.o
[1590/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ptp_hw.c.o
[1591/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_flow.c.o
[1592/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1593/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_tm.c.o
[1594/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_parser_rt.c.o
[1595/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_switch_filter.c.o
[1596/2979] Generating rte_net_e1000.pmd.c with a custom command
[1597/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_fdir_filter.c.o
[1598/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_representor.c.o
[1599/2979] Generating rte_net_bnxt.sym_chk with a custom command (wrapped by meson to capture output)
[1600/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_switch.c.o
[1601/2979] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
[1602/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1603/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o
[1604/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flow.c.o
[1605/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1606/2979] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_rxtx.c.o
[1607/2979] 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