From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Shaiq Wani <shaiq.wani@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx
Date: Wed, 1 Oct 2025 15:21:01 +0800 [thread overview]
Message-ID: <202510010721.5917L1lv3139295@localhost.localdomain> (raw)
In-Reply-To: <20251001075609.2608021-3-shaiq.wani@intel.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157169
_ninja build failure_
Submitter: Shaiq Wani <shaiq.wani@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 -Wcas
t-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------------------------------
next parent reply other threads:[~2025-10-01 7:57 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
2025-10-01 7:21 ` qemudev [this message]
2025-10-01 7:57 ` |SUCCESS| pw157169 " checkpatch
2025-10-01 8:44 ` |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for dpdklab
2025-10-01 8:47 ` |FAILURE| " dpdklab
2025-10-01 8:48 ` |PENDING| " dpdklab
2025-10-01 8:53 ` |FAILURE| " dpdklab
2025-10-01 8:55 ` |SUCCESS| " dpdklab
2025-10-01 9:02 ` dpdklab
2025-10-01 9:06 ` |FAILURE| pw157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
2025-10-01 9:14 ` |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for dpdklab
2025-10-01 9:18 ` dpdklab
2025-10-01 9:36 ` dpdklab
2025-10-01 9:41 ` dpdklab
2025-10-01 9:42 ` dpdklab
2025-10-01 9:45 ` dpdklab
2025-10-01 9:51 ` dpdklab
2025-10-01 10:02 ` dpdklab
2025-10-01 10:15 ` dpdklab
2025-10-01 15:36 ` dpdklab
2025-10-02 8:08 ` |FAILURE| " dpdklab
2025-10-02 8:10 ` dpdklab
2025-10-02 8:11 ` dpdklab
2025-10-02 8:14 ` dpdklab
2025-10-02 8:17 ` dpdklab
2025-10-02 8:21 ` dpdklab
2025-10-02 8:21 ` dpdklab
2025-10-02 8:23 ` dpdklab
2025-10-02 8:24 ` dpdklab
2025-10-02 8:28 ` dpdklab
2025-10-02 8:30 ` dpdklab
2025-10-02 8:31 ` dpdklab
2025-10-02 8:35 ` dpdklab
2025-10-02 10:21 ` dpdklab
2025-10-02 13:59 ` dpdklab
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=202510010721.5917L1lv3139295@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=shaiq.wani@intel.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).