* |FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
@ 2025-10-01 7:21 ` qemudev
2025-10-01 7:57 ` |SUCCESS| pw157169 " checkpatch
` (32 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: qemudev @ 2025-10-01 7:21 UTC (permalink / raw)
To: test-report; +Cc: Shaiq Wani, zhoumin
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------------------------------
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
2025-10-01 7:21 ` |FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
@ 2025-10-01 7:57 ` checkpatch
2025-10-01 8:44 ` |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for dpdklab
` (31 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: checkpatch @ 2025-10-01 7:57 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_coding style OK_
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
2025-10-01 7:21 ` |FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
2025-10-01 7:57 ` |SUCCESS| pw157169 " checkpatch
@ 2025-10-01 8:44 ` dpdklab
2025-10-01 8:47 ` |FAILURE| " dpdklab
` (30 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 8:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Functional Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> functional testing pass
Upstream job id: Template-DPDK-DTS-Pipeline#2268
Test environment and result as below:
Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps
Aggregate Results by Test Suite
+---------------------------------+--------+
| Test Suite | Result |
+=================================+========+
| blocklist | PASS |
+---------------------------------+--------+
| promisc_support | PASS |
+---------------------------------+--------+
| uni_pkt | PASS |
+---------------------------------+--------+
| dynamic_config | PASS |
+---------------------------------+--------+
| hello_world | PASS |
+---------------------------------+--------+
| l2fwd | PASS |
+---------------------------------+--------+
| port_restart_config_persistency | PASS |
+---------------------------------+--------+
| softnic | PASS |
+---------------------------------+--------+
| vlan | PASS |
+---------------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (2 preceding siblings ...)
2025-10-01 8:44 ` |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for dpdklab
@ 2025-10-01 8:47 ` dpdklab
2025-10-01 8:48 ` |PENDING| " dpdklab
` (29 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 8:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Aarch32-Unit-Test#7704
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PEND |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | PEND | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |PENDING| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (3 preceding siblings ...)
2025-10-01 8:47 ` |FAILURE| " dpdklab
@ 2025-10-01 8:48 ` dpdklab
2025-10-01 8:53 ` |FAILURE| " dpdklab
` (28 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 8:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/157169
_Testing pending_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pending
Upstream job id: Generic-VM-DPDK-Compile-Meson#38714
Test environment and result as below:
+--------------+--------------------+
| Environment | dpdk_meson_compile |
+==============+====================+
| Ubuntu 20.04 | PASS |
+--------------+--------------------+
| FreeBSD 14.2 | PEND |
+--------------+--------------------+
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (4 preceding siblings ...)
2025-10-01 8:48 ` |PENDING| " dpdklab
@ 2025-10-01 8:53 ` dpdklab
2025-10-01 8:55 ` |SUCCESS| " dpdklab
` (27 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 8:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377483
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | PEND | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (5 preceding siblings ...)
2025-10-01 8:53 ` |FAILURE| " dpdklab
@ 2025-10-01 8:55 ` dpdklab
2025-10-01 9:02 ` dpdklab
` (26 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 8:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Generic-VM-DPDK-Compile-Meson#38715
Test environment and result as below:
+--------------+--------------------+
| Environment | dpdk_meson_compile |
+==============+====================+
| Ubuntu 20.04 | PASS |
+--------------+--------------------+
| FreeBSD 14.2 | PASS |
+--------------+--------------------+
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (6 preceding siblings ...)
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
` (25 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Functional Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#247355
Test environment and result as below:
Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps
Aggregate Results by Test Suite
+--------------------+--------+
| Test Suite | Result |
+====================+========+
| blocklist | PASS |
+--------------------+--------+
| promisc_support | PASS |
+--------------------+--------+
| uni_pkt | PASS |
+--------------------+--------+
| dynamic_config | PASS |
+--------------------+--------+
| dynamic_queue_conf | PASS |
+--------------------+--------+
| hello_world | PASS |
+--------------------+--------+
| l2fwd | PASS |
+--------------------+--------+
| softnic | PASS |
+--------------------+--------+
| vlan | PASS |
+--------------------+--------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps
Aggregate Results by Test Suite
+----------------------------+--------+
| Test Suite | Result |
+============================+========+
| crypto_perf_cryptodev_perf | PASS |
+----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (7 preceding siblings ...)
2025-10-01 9:02 ` dpdklab
@ 2025-10-01 9:06 ` 0-day Robot
2025-10-01 9:14 ` |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for dpdklab
` (24 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: 0-day Robot @ 2025-10-01 9:06 UTC (permalink / raw)
To: test-report; +Cc: shaiq.wani, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/157169/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/18155956431
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (8 preceding siblings ...)
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 ` dpdklab
2025-10-01 9:18 ` dpdklab
` (23 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: ACVP-FIPS-testing#11288
Test environment and result as below:
+--------------+----------------------+
| Environment | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS |
+--------------+----------------------+
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (9 preceding siblings ...)
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
` (22 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:18 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Generic-Unit-Test-DPDK#377500
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (10 preceding siblings ...)
2025-10-01 9:18 ` dpdklab
@ 2025-10-01 9:36 ` dpdklab
2025-10-01 9:41 ` dpdklab
` (21 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Functional Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#247351
Test environment and result as below:
Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps
Aggregate Results by Test Suite
+--------------------+--------+
| Test Suite | Result |
+====================+========+
| blocklist | PASS |
+--------------------+--------+
| promisc_support | PASS |
+--------------------+--------+
| uni_pkt | PASS |
+--------------------+--------+
| dynamic_config | PASS |
+--------------------+--------+
| dynamic_queue_conf | PASS |
+--------------------+--------+
| hello_world | PASS |
+--------------------+--------+
| l2fwd | PASS |
+--------------------+--------+
| softnic | PASS |
+--------------------+--------+
| vlan | PASS |
+--------------------+--------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps
Aggregate Results by Test Suite
+----------------------------+--------+
| Test Suite | Result |
+============================+========+
| crypto_perf_cryptodev_perf | PASS |
+----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (11 preceding siblings ...)
2025-10-01 9:36 ` dpdklab
@ 2025-10-01 9:41 ` dpdklab
2025-10-01 9:42 ` dpdklab
` (20 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Windows-Compile-DPDK-Native#31349
Test environment and result as below:
+---------------------+--------------------+-------------------+-------------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+=====================+====================+===================+=========================+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+
| Windows Server 2022 | SKIPPED | PASS | PASS |
+---------------------+--------------------+-------------------+-------------------------+
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (12 preceding siblings ...)
2025-10-01 9:41 ` dpdklab
@ 2025-10-01 9:42 ` dpdklab
2025-10-01 9:45 ` dpdklab
` (19 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:42 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Functional Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#247349
Test environment and result as below:
Ubuntu 24.04 LTS
Kernel: 6.8.0-44-generic
Compiler: gcc 13.2.0
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ 40 Mbps
Aggregate Results by Test Suite
+--------------------+--------+
| Test Suite | Result |
+====================+========+
| blocklist | PASS |
+--------------------+--------+
| promisc_support | PASS |
+--------------------+--------+
| uni_pkt | PASS |
+--------------------+--------+
| dynamic_config | PASS |
+--------------------+--------+
| dynamic_queue_conf | PASS |
+--------------------+--------+
| hello_world | PASS |
+--------------------+--------+
| l2fwd | PASS |
+--------------------+--------+
| softnic | PASS |
+--------------------+--------+
| vlan | PASS |
+--------------------+--------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel Corporation 4xxx Series QAT 0 Mbps
Aggregate Results by Test Suite
+----------------------------+--------+
| Test Suite | Result |
+============================+========+
| crypto_perf_cryptodev_perf | PASS |
+----------------------------+--------+
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Aggregate Results by Test Suite
+-----------------------------+--------+
| Test Suite | Result |
+=============================+========+
| unit_tests_mbuf | PASS |
+-----------------------------+--------+
| vhost_virtio_user_interrupt | PASS |
+-----------------------------+--------+
| virtio_smoke | PASS |
+-----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (13 preceding siblings ...)
2025-10-01 9:42 ` dpdklab
@ 2025-10-01 9:45 ` dpdklab
2025-10-01 9:51 ` dpdklab
` (18 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:45 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Template-DTS-Pipeline#247353
Test environment and result as below:
+--------------+----------------------+----------------------+
| Environment | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PASS | SKIPPED |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+--------------+----------------------+----------------------+
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (14 preceding siblings ...)
2025-10-01 9:45 ` dpdklab
@ 2025-10-01 9:51 ` dpdklab
2025-10-01 10:02 ` dpdklab
` (17 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 9:51 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Generic-VM-Unit-Test-DPDK#31518
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (15 preceding siblings ...)
2025-10-01 9:51 ` dpdklab
@ 2025-10-01 10:02 ` dpdklab
2025-10-01 10:15 ` dpdklab
` (16 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 10:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Generic-VM-Unit-Test-DPDK#31519
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (16 preceding siblings ...)
2025-10-01 10:02 ` dpdklab
@ 2025-10-01 10:15 ` dpdklab
2025-10-01 15:36 ` dpdklab
` (15 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 10:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing pass
Upstream job id: Windows-Compile-DPDK-Native#31350
Test environment and result as below:
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+===================+=========================+======================+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED | PASS | PASS | PASS |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |SUCCESS| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (17 preceding siblings ...)
2025-10-01 10:15 ` dpdklab
@ 2025-10-01 15:36 ` dpdklab
2025-10-02 8:08 ` |FAILURE| " dpdklab
` (14 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-01 15:36 UTC (permalink / raw)
To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports, Bruce Richardson
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/157169
_Performance Testing PASS_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#247343
Test environment and result as below:
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 1024 | 1 | 1 | -0.6% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | -0.7% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | -0.6% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (18 preceding siblings ...)
2025-10-01 15:36 ` dpdklab
@ 2025-10-02 8:08 ` dpdklab
2025-10-02 8:10 ` dpdklab
` (13 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:08 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377482
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | PEND | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[791/3749] Generating symbol file lib/librte_eventdev.so.26.0.p/librte_eventdev.so.26.0.symbols
[792/3749] Generating acl.sym_chk with a custom command (wrapped by meson to capture output)
[793/3749] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (19 preceding siblings ...)
2025-10-02 8:08 ` |FAILURE| " dpdklab
@ 2025-10-02 8:10 ` dpdklab
2025-10-02 8:11 ` dpdklab
` (12 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:10 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377484
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2013/3763] Generating rte_net_ixgbe_map with a custom command
[2014/3763] Generating rte_net_ixgbe.pmd.c with a custom command
[2015/3763] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (20 preceding siblings ...)
2025-10-02 8:10 ` dpdklab
@ 2025-10-02 8:11 ` dpdklab
2025-10-02 8:14 ` dpdklab
` (11 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377486
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2013/3763] Generating rte_net_ixgbe_map with a custom command
[2014/3763] Generating rte_net_ixgbe.pmd.c with a custom command
[2015/3763] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (21 preceding siblings ...)
2025-10-02 8:11 ` dpdklab
@ 2025-10-02 8:14 ` dpdklab
2025-10-02 8:17 ` dpdklab
` (10 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377491
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2013/3763] Generating rte_net_ixgbe_map with a custom command
[2014/3763] Generating rte_net_ixgbe.pmd.c with a custom command
[2015/3763] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (22 preceding siblings ...)
2025-10-02 8:14 ` dpdklab
@ 2025-10-02 8:17 ` dpdklab
2025-10-02 8:21 ` dpdklab
` (9 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:17 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377489
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_zuc_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[2013/3763] Generating rte_net_ixgbe_map with a custom command
[2014/3763] Generating rte_net_ixgbe.pmd.c with a custom command
[2015/3763] Compiling C object drivers/libtmp_rte_net_cpfl.a.p/net_intel_cpfl_cpfl_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (23 preceding siblings ...)
2025-10-02 8:17 ` dpdklab
@ 2025-10-02 8:21 ` dpdklab
2025-10-02 8:21 ` dpdklab
` (8 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377487
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (24 preceding siblings ...)
2025-10-02 8:21 ` dpdklab
@ 2025-10-02 8:21 ` dpdklab
2025-10-02 8:23 ` dpdklab
` (7 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377495
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (25 preceding siblings ...)
2025-10-02 8:21 ` dpdklab
@ 2025-10-02 8:23 ` dpdklab
2025-10-02 8:24 ` dpdklab
` (6 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377499
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (26 preceding siblings ...)
2025-10-02 8:23 ` dpdklab
@ 2025-10-02 8:24 ` dpdklab
2025-10-02 8:28 ` dpdklab
` (5 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:24 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377504
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (27 preceding siblings ...)
2025-10-02 8:24 ` dpdklab
@ 2025-10-02 8:28 ` dpdklab
2025-10-02 8:30 ` dpdklab
` (4 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:28 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377506
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | WARN | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (28 preceding siblings ...)
2025-10-02 8:28 ` dpdklab
@ 2025-10-02 8:30 ` dpdklab
2025-10-02 8:31 ` dpdklab
` (3 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377493
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | WARN | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (29 preceding siblings ...)
2025-10-02 8:30 ` dpdklab
@ 2025-10-02 8:31 ` dpdklab
2025-10-02 8:35 ` dpdklab
` (2 subsequent siblings)
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:31 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377508
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | WARN | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (30 preceding siblings ...)
2025-10-02 8:31 ` dpdklab
@ 2025-10-02 8:35 ` dpdklab
2025-10-02 10:21 ` dpdklab
2025-10-02 13:59 ` dpdklab
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 8:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#377510
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| Ubuntu 22.04 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 9 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | WARN | SKIPPED | SKIPPED | PASS |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | WARN | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | WARN | WARN | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
../lib/eal/include/rte_common.h:593:35: note: in definition of macro 'RTE_CAST_PTR'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:62: note: each undeclared identifier is reported only once for each function it appears in
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:49: note: in expansion of macro 'RTE_CAST_PTR'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1979/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1981/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (31 preceding siblings ...)
2025-10-02 8:35 ` dpdklab
@ 2025-10-02 10:21 ` dpdklab
2025-10-02 13:59 ` dpdklab
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 10:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#430412
Test environment and result as below:
+--------------+--------------------+
| Environment | dpdk_meson_compile |
+==============+====================+
| Ubuntu 20.04 | FAIL |
+--------------+--------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:34: error: '__m128i' undeclared (first use in this function)
276 | _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'
593 | #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
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #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'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
* |FAILURE| pw157168-157169 [PATCH] [v5,2/2] net/idpf: enable AVX2 for
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
` (32 preceding siblings ...)
2025-10-02 10:21 ` dpdklab
@ 2025-10-02 13:59 ` dpdklab
33 siblings, 0 replies; 34+ messages in thread
From: dpdklab @ 2025-10-02 13:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson, Shaiq Wani
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157169
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Wednesday, October 01 2025 07:56:09
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714
157168-157169 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#430401
Test environment and result as below:
+--------------+--------------------+
| Environment | dpdk_meson_compile |
+==============+====================+
| Ubuntu 20.04 | FAIL |
+--------------+--------------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:276:34: error: '__m128i' undeclared (first use in this function)
276 | _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'
593 | #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
276 | _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'
593 | #define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
| ^~~~
../lib/eal/include/rte_common.h:593:39: error: expected expression before ')' token
593 | #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'
276 | _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34190/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 34+ messages in thread
end of thread, other threads:[~2025-10-02 13:59 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20251001075609.2608021-3-shaiq.wani@intel.com>
2025-10-01 7:21 ` |FAILURE| pw157168-157169 [PATCH v5 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
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
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).