From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Shaiq Wani <shaiq.wani@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx
Date: Tue, 30 Sep 2025 16:33:04 +0800 [thread overview]
Message-ID: <202509300833.58U8X4hY2647374@localhost.localdomain> (raw)
In-Reply-To: <20250930090709.2521114-3-shaiq.wani@intel.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157113
_ninja build failure_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tue, 30 Sep 2025 14:37:08 +0530
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: 9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157112-157113 --> 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:270:4: error: unknown type name ‘__m128i’; did you mean ‘__int128’?
__m128i dma_addr0;
^~~~~~~
__int128
./drivers/net/intel/idpf/idpf_common_rxtx.c:272: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:272:16: warning: nested extern declaration of ‘_mm_setzero_si128’ [-Wnested-externs]
./drivers/net/intel/idpf/idpf_common_rxtx.c:275: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:275: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:275: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:275: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:275:21: note: in expansion of macro ‘RTE_CAST_PTR’
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~~~~~~
[1555/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_tm.c.o
[1556/2979] Generating rte_net_idpf_map with a custom command
[1557/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_fdir.c.o
[1558/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ddp.c.o
[1559/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_acl_ctrl.c.o
[1560/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_parser_rt.c.o
[1561/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_base_idpf_controlq.c.o
[1562/2979] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1563/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_fdir_filter.c.o
[1564/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_switch_filter.c.o
[1565/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_sched.c.o
[1566/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flex_pipe.c.o
[1567/2979] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_ethdev.c.o
[1568/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf.c.o
[1569/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_ethdev.c.o
[1570/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1571/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_device.c.o
[1572/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1573/2979] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_intel_fm10k_fm10k_ethdev.c.o
[1574/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_representor.c.o
[1575/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ptp_hw.c.o
[1576/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_sched.c.o
[1577/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1578/2979] Generating rte_net_e1000.pmd.c with a custom command
[1579/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flow.c.o
[1580/2979] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1581/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_common.c.o
[1582/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o
[1583/2979] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_rxtx.c.o
[1584/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_switch.c.o
[1585/2979] Generating rte_net_bnxt.pmd.c with a custom command
[1586/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1587/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-09-30 9:09 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
2025-09-30 8:33 ` qemudev [this message]
2025-09-30 9:08 ` |SUCCESS| pw157113 " checkpatch
2025-09-30 9:33 ` |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30 9:33 ` dpdklab
2025-09-30 9:34 ` |SUCCESS| " dpdklab
2025-09-30 9:40 ` |PENDING| " dpdklab
2025-09-30 9:46 ` |FAILURE| " dpdklab
2025-09-30 9:51 ` |SUCCESS| " dpdklab
2025-09-30 9:53 ` dpdklab
2025-09-30 9:55 ` dpdklab
2025-09-30 9:56 ` dpdklab
2025-09-30 9:59 ` dpdklab
2025-09-30 10:09 ` dpdklab
2025-09-30 10:12 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:23 ` dpdklab
2025-09-30 10:26 ` |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
2025-09-30 15:59 ` |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30 17:13 ` |SUCCESS| " dpdklab
2025-09-30 17:34 ` dpdklab
2025-09-30 18:38 ` dpdklab
2025-09-30 18:45 ` |FAILURE| " dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 20:59 ` dpdklab
2025-09-30 21:04 ` dpdklab
2025-09-30 22:46 ` dpdklab
2025-09-30 23:01 ` dpdklab
2025-10-01 5:23 ` dpdklab
2025-10-01 5:36 ` dpdklab
2025-10-01 5:40 ` dpdklab
2025-10-01 5:42 ` dpdklab
2025-10-01 5:45 ` dpdklab
2025-10-01 5:46 ` dpdklab
2025-10-01 5:46 ` dpdklab
2025-10-01 5:48 ` dpdklab
2025-10-01 5:51 ` dpdklab
2025-10-01 5:51 ` dpdklab
2025-10-01 5:55 ` dpdklab
2025-10-01 5:58 ` dpdklab
2025-10-01 6:01 ` dpdklab
2025-10-01 6:05 ` dpdklab
2025-10-01 6:06 ` dpdklab
2025-10-01 9:26 ` |SUCCESS| " 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=202509300833.58U8X4hY2647374@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).