automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
@ 2025-09-30  8:33 ` qemudev
  2025-09-30  9:08 ` |SUCCESS| pw157113 " checkpatch
                   ` (47 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: qemudev @ 2025-09-30  8:33 UTC (permalink / raw)
  To: test-report; +Cc: Shaiq Wani, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/157113

_ninja build failure_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tue, 30 Sep 2025 14:37:08 +0530
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: main
  CommitID: 9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o
cc -Idrivers/libtmp_rte_net_idpf.a.p -Idrivers -I../drivers -Idrivers/net/intel/idpf -I../drivers/net/intel/idpf -Idrivers/net/intel/idpf/base -I../drivers/net/intel/idpf/base -I../drivers/net/intel/iavf/base -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcas
 t-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.idpf -MD -MQ drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o -MF drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o.d -o drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_rxtx.c.o -c ../drivers/net/intel/idpf/idpf_common_rxtx.c
./drivers/net/intel/idpf/idpf_common_rxtx.c: In function ‘idpf_splitq_rearm_common’:
./drivers/net/intel/idpf/idpf_common_rxtx.c:270:4: error: unknown type name ‘__m128i’; did you mean ‘__int128’?
__m128i dma_addr0;
^~~~~~~
__int128
./drivers/net/intel/idpf/idpf_common_rxtx.c:272:16: warning: implicit declaration of function ‘_mm_setzero_si128’ [-Wimplicit-function-declaration]
dma_addr0 = _mm_setzero_si128();
^~~~~~~~~~~~~~~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:272:16: warning: nested extern declaration of ‘_mm_setzero_si128’ [-Wnested-externs]
./drivers/net/intel/idpf/idpf_common_rxtx.c:275:5: warning: implicit declaration of function ‘_mm_store_si128’ [-Wimplicit-function-declaration]
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~~~~~~~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:275:5: warning: nested extern declaration of ‘_mm_store_si128’ [-Wnested-externs]
In file included from ../lib/eal/common/eal_export.h:8,
from ../drivers/net/intel/idpf/idpf_common_rxtx.c:5:
./drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: ‘__m128i’ undeclared (first use in this function); did you mean ‘__int128’?
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~
./lib/eal/include/rte_common.h:593:35: note: in definition of macro ‘RTE_CAST_PTR’
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^~~~
./drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: note: each undeclared identifier is reported only once for each function it appears in
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~
./lib/eal/include/rte_common.h:593:35: note: in definition of macro ‘RTE_CAST_PTR’
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^~~~
./lib/eal/include/rte_common.h:593:39: error: expected expression before ‘)’ token
#define RTE_CAST_PTR(type, ptr) ((type)(uintptr_t)(ptr))
^
./drivers/net/intel/idpf/idpf_common_rxtx.c:275:21: note: in expansion of macro ‘RTE_CAST_PTR’
_mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
^~~~~~~~~~~~
[1555/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_tm.c.o
[1556/2979] Generating rte_net_idpf_map with a custom command
[1557/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_fdir.c.o
[1558/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ddp.c.o
[1559/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_acl_ctrl.c.o
[1560/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_parser_rt.c.o
[1561/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_base_idpf_controlq.c.o
[1562/2979] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1563/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_fdir_filter.c.o
[1564/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_switch_filter.c.o
[1565/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_sched.c.o
[1566/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flex_pipe.c.o
[1567/2979] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_ethdev.c.o
[1568/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf.c.o
[1569/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_ethdev.c.o
[1570/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1571/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_device.c.o
[1572/2979] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1573/2979] Compiling C object drivers/libtmp_rte_net_fm10k.a.p/net_intel_fm10k_fm10k_ethdev.c.o
[1574/2979] Compiling C object drivers/libtmp_rte_net_ipn3ke.a.p/net_intel_ipn3ke_ipn3ke_representor.c.o
[1575/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_ptp_hw.c.o
[1576/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_sched.c.o
[1577/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1578/2979] Generating rte_net_e1000.pmd.c with a custom command
[1579/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_flow.c.o
[1580/2979] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1581/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_common.c.o
[1582/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o
[1583/2979] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_rxtx.c.o
[1584/2979] Compiling C object drivers/librte_net_iavf_base_lib.a.p/net_intel_ice_base_ice_switch.c.o
[1585/2979] Generating rte_net_bnxt.pmd.c with a custom command
[1586/2979] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1587/2979] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
  2025-09-30  8:33 ` |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
@ 2025-09-30  9:08 ` checkpatch
  2025-09-30  9:33 ` |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
                   ` (46 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: checkpatch @ 2025-09-30  9:08 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/157113

_coding style OK_



^ permalink raw reply	[flat|nested] 49+ messages in thread

* |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
  2025-09-30  8:33 ` |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
  2025-09-30  9:08 ` |SUCCESS| pw157113 " checkpatch
@ 2025-09-30  9:33 ` dpdklab
  2025-09-30  9:33 ` dpdklab
                   ` (45 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/157113

_Testing pending_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#376576

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| CentOS Stream 9               | PEND           |
+-------------------------------+----------------+
| CentOS Stream 10              | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+


Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

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 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Fedora Linux 41
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.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)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (2 preceding siblings ...)
  2025-09-30  9:33 ` |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
@ 2025-09-30  9:33 ` dpdklab
  2025-09-30  9:34 ` |SUCCESS| " dpdklab
                   ` (44 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/157113

_Testing pending_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pending

Upstream job id: Generic-VM-DPDK-Compile-Meson#38685

Test environment and result as below:

+---------------------+--------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile |
+=====================+====================+===================+
| FreeBSD 14.2        | PASS               | SKIPPED           |
+---------------------+--------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PEND              |
+---------------------+--------------------+-------------------+


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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (3 preceding siblings ...)
  2025-09-30  9:33 ` dpdklab
@ 2025-09-30  9:34 ` dpdklab
  2025-09-30  9:40 ` |PENDING| " dpdklab
                   ` (43 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157113

_Functional Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#2248

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (4 preceding siblings ...)
  2025-09-30  9:34 ` |SUCCESS| " dpdklab
@ 2025-09-30  9:40 ` dpdklab
  2025-09-30  9:46 ` |FAILURE| " dpdklab
                   ` (42 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/157113

_Testing pending_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#376574

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | PEND                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+


Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (5 preceding siblings ...)
  2025-09-30  9:40 ` |PENDING| " dpdklab
@ 2025-09-30  9:46 ` dpdklab
  2025-09-30  9:51 ` |SUCCESS| " dpdklab
                   ` (41 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:46 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Aarch32-Unit-Test#7689

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | PEND                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+


Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (6 preceding siblings ...)
  2025-09-30  9:46 ` |FAILURE| " dpdklab
@ 2025-09-30  9:51 ` dpdklab
  2025-09-30  9:53 ` dpdklab
                   ` (40 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157113

_Functional Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#247145

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (7 preceding siblings ...)
  2025-09-30  9:51 ` |SUCCESS| " dpdklab
@ 2025-09-30  9:53 ` dpdklab
  2025-09-30  9:55 ` dpdklab
                   ` (39 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:53 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: ACVP-FIPS-testing#11273

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (8 preceding siblings ...)
  2025-09-30  9:53 ` dpdklab
@ 2025-09-30  9:55 ` dpdklab
  2025-09-30  9:56 ` dpdklab
                   ` (38 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157113

_Functional Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#247139

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (9 preceding siblings ...)
  2025-09-30  9:55 ` dpdklab
@ 2025-09-30  9:56 ` dpdklab
  2025-09-30  9:59 ` dpdklab
                   ` (37 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Bruce Richardson

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/157113

_Functional Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#247141

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (10 preceding siblings ...)
  2025-09-30  9:56 ` dpdklab
@ 2025-09-30  9:59 ` dpdklab
  2025-09-30 10:09 ` dpdklab
                   ` (36 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30  9:59 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Windows-Compile-DPDK-VS#7058

Test environment and result as below:

+---------------------+--------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile |
+=====================+====================+===================+
| FreeBSD 14.2        | PASS               | SKIPPED           |
+---------------------+--------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           |
+---------------------+--------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              |
+---------------------+--------------------+-------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (11 preceding siblings ...)
  2025-09-30  9:59 ` dpdklab
@ 2025-09-30 10:09 ` dpdklab
  2025-09-30 10:12 ` dpdklab
                   ` (35 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 10:09 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Generic-VM-Unit-Test-DPDK#31488

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PASS           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+


Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

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 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Fedora Linux 41
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.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)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

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

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (12 preceding siblings ...)
  2025-09-30 10:09 ` dpdklab
@ 2025-09-30 10:12 ` dpdklab
  2025-09-30 10:14 ` dpdklab
                   ` (34 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 10:12 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Windows-Compile-DPDK-Native#31319

Test environment and result as below:

+---------------------+--------------------+-------------------+-------------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+=====================+====================+===================+=========================+
| FreeBSD 14.2        | PASS               | SKIPPED           | SKIPPED                 |
+---------------------+--------------------+-------------------+-------------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | SKIPPED                 |
+---------------------+--------------------+-------------------+-------------------------+
| Windows Server 2022 | SKIPPED            | PASS              | PASS                    |
+---------------------+--------------------+-------------------+-------------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (13 preceding siblings ...)
  2025-09-30 10:12 ` dpdklab
@ 2025-09-30 10:14 ` dpdklab
  2025-09-30 10:14 ` dpdklab
                   ` (33 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 10:14 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Windows-Compile-DPDK-Native#31320

Test environment and result as below:

+---------------------+--------------------+-------------------+-------------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+===================+=========================+======================+
| FreeBSD 14.2        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED            | PASS              | PASS                    | PASS                 |
+---------------------+--------------------+-------------------+-------------------------+----------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (14 preceding siblings ...)
  2025-09-30 10:14 ` dpdklab
@ 2025-09-30 10:14 ` dpdklab
  2025-09-30 10:23 ` dpdklab
                   ` (32 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 10:14 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Generic-VM-Unit-Test-DPDK#31489

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PASS           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+


Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

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 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Fedora Linux 41
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.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)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

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

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (15 preceding siblings ...)
  2025-09-30 10:14 ` dpdklab
@ 2025-09-30 10:23 ` dpdklab
  2025-09-30 10:26 ` |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
                   ` (31 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 10:23 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Template-DTS-Pipeline#247143

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (16 preceding siblings ...)
  2025-09-30 10:23 ` dpdklab
@ 2025-09-30 10:26 ` 0-day Robot
  2025-09-30 15:59 ` |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
                   ` (30 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: 0-day Robot @ 2025-09-30 10:26 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/157113/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/18125246722

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (17 preceding siblings ...)
  2025-09-30 10:26 ` |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
@ 2025-09-30 15:59 ` dpdklab
  2025-09-30 17:13 ` |SUCCESS| " dpdklab
                   ` (29 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 15: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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430010

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: '__m128i' undeclared (first use in this function)
275 |     _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:275:34: note: each undeclared identifier is reported only once for each function it appears in
275 |     _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:275:21: note: in expansion of macro 'RTE_CAST_PTR'
275 |     _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                     ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (18 preceding siblings ...)
  2025-09-30 15:59 ` |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
@ 2025-09-30 17:13 ` dpdklab
  2025-09-30 17:34 ` dpdklab
                   ` (28 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 17:13 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Generic-DPDK-Compile-Meson#430021

Test environment and result as below:

+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_spdk |
+=====================+====================+===================+=========================+======================+===================+
| FreeBSD 14.2        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              | PASS                    | PASS                 | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (19 preceding siblings ...)
  2025-09-30 17:13 ` |SUCCESS| " dpdklab
@ 2025-09-30 17:34 ` dpdklab
  2025-09-30 18:38 ` dpdklab
                   ` (27 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 17:34 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Generic-DPDK-Compile-Meson#430023

Test environment and result as below:

+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_spdk |
+=====================+====================+===================+=========================+======================+===================+
| FreeBSD 14.2        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| CentOS Stream 10    | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+
| Windows Server 2022 | SKIPPED            | PASS              | PASS                    | PASS                 | SKIPPED           |
+---------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (20 preceding siblings ...)
  2025-09-30 17:34 ` dpdklab
@ 2025-09-30 18:38 ` dpdklab
  2025-09-30 18:45 ` |FAILURE| " dpdklab
                   ` (26 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 18:38 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/157113

_Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing pass

Upstream job id: Generic-DPDK-Compile-Meson#430034

Test environment and result as below:

+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
|          Environment          | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+=========================+======================+===================+==================+
| FreeBSD 14.2                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 9               | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Debian GNU/Linux 12           | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Fedora Linux 42               | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              | PASS             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 24.04                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS              | PASS             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Alpine Linux 3.22.0           | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Windows Server 2022           | SKIPPED            | PASS              | PASS                    | PASS                 | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+


FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

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 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (21 preceding siblings ...)
  2025-09-30 18:38 ` dpdklab
@ 2025-09-30 18:45 ` dpdklab
  2025-09-30 18:49 ` dpdklab
                   ` (25 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 18:45 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430011

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: '__m128i' undeclared (first use in this function)
275 |     _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:275:34: note: each undeclared identifier is reported only once for each function it appears in
275 |     _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:275:21: note: in expansion of macro 'RTE_CAST_PTR'
275 |     _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                     ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (22 preceding siblings ...)
  2025-09-30 18:45 ` |FAILURE| " dpdklab
@ 2025-09-30 18:49 ` dpdklab
  2025-09-30 18:49 ` dpdklab
                   ` (24 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 18:49 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430012

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: '__m128i' undeclared (first use in this function)
275 |     _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:275:34: note: each undeclared identifier is reported only once for each function it appears in
275 |     _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:275:21: note: in expansion of macro 'RTE_CAST_PTR'
275 |     _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                     ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (23 preceding siblings ...)
  2025-09-30 18:49 ` dpdklab
@ 2025-09-30 18:49 ` dpdklab
  2025-09-30 18:49 ` dpdklab
                   ` (23 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 18:49 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430013

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: '__m128i' undeclared (first use in this function)
275 |     _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:275:34: note: each undeclared identifier is reported only once for each function it appears in
275 |     _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:275:21: note: in expansion of macro 'RTE_CAST_PTR'
275 |     _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                     ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (24 preceding siblings ...)
  2025-09-30 18:49 ` dpdklab
@ 2025-09-30 18:49 ` dpdklab
  2025-09-30 19:31 ` dpdklab
                   ` (22 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 18:49 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430009

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:34: error: '__m128i' undeclared (first use in this function)
275 |     _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:275:34: note: each undeclared identifier is reported only once for each function it appears in
275 |     _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:275:21: note: in expansion of macro 'RTE_CAST_PTR'
275 |     _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                     ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (25 preceding siblings ...)
  2025-09-30 18:49 ` dpdklab
@ 2025-09-30 19:31 ` dpdklab
  2025-09-30 19:31 ` dpdklab
                   ` (21 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 19:31 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430015

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function); did you mean '__u128'?
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (26 preceding siblings ...)
  2025-09-30 19:31 ` dpdklab
@ 2025-09-30 19:31 ` dpdklab
  2025-09-30 19:31 ` dpdklab
                   ` (20 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 19:31 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430018

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function); did you mean '__u128'?
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (27 preceding siblings ...)
  2025-09-30 19:31 ` dpdklab
@ 2025-09-30 19:31 ` dpdklab
  2025-09-30 20:59 ` dpdklab
                   ` (19 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 19:31 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430017

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function); did you mean '__u128'?
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (28 preceding siblings ...)
  2025-09-30 19:31 ` dpdklab
@ 2025-09-30 20:59 ` dpdklab
  2025-09-30 21:04 ` dpdklab
                   ` (18 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 20: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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430019

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | FAIL               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function)
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (29 preceding siblings ...)
  2025-09-30 20:59 ` dpdklab
@ 2025-09-30 21:04 ` dpdklab
  2025-09-30 22:46 ` dpdklab
                   ` (17 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 21:04 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430020

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | FAIL               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | FAIL               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function)
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (30 preceding siblings ...)
  2025-09-30 21:04 ` dpdklab
@ 2025-09-30 22:46 ` dpdklab
  2025-09-30 23:01 ` dpdklab
                   ` (16 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 22:46 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430014

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | FAIL               |
+------------------------------+--------------------+
| Fedora Linux 42              | FAIL               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | FAIL               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function)
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (31 preceding siblings ...)
  2025-09-30 22:46 ` dpdklab
@ 2025-09-30 23:01 ` dpdklab
  2025-10-01  5:23 ` dpdklab
                   ` (15 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-09-30 23:01 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#430016

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | FAIL               |
+------------------------------+--------------------+
| Fedora Linux 42              | FAIL               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | FAIL               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 9              | FAIL               |
+------------------------------+--------------------+
| CentOS Stream 10             | FAIL               |
+------------------------------+--------------------+

==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
../drivers/net/intel/idpf/idpf_common_rxtx.c:275:62: error: '__m128i' undeclared (first use in this function)
275 |                                 _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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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.15
	Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (32 preceding siblings ...)
  2025-09-30 23:01 ` dpdklab
@ 2025-10-01  5:23 ` dpdklab
  2025-10-01  5:36 ` dpdklab
                   ` (14 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5: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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376575

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | PEND                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian GNU/Linux 12 (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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1978/3749] Generating symbol file drivers/librte_net_iavf.so.26.0.p/librte_net_iavf.so.26.0.symbols
[1979/3749] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3749] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (33 preceding siblings ...)
  2025-10-01  5:23 ` dpdklab
@ 2025-10-01  5:36 ` dpdklab
  2025-10-01  5:40 ` dpdklab
                   ` (13 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:36 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376583

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | PEND                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian GNU/Linux 12 (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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1978/3749] Generating symbol file drivers/librte_net_iavf.so.26.0.p/librte_net_iavf.so.26.0.symbols
[1979/3749] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
[1980/3749] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (34 preceding siblings ...)
  2025-10-01  5:36 ` dpdklab
@ 2025-10-01  5:40 ` dpdklab
  2025-10-01  5:42 ` dpdklab
                   ` (12 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:40 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376581

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1970/3763] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1971/3763] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1972/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (35 preceding siblings ...)
  2025-10-01  5:40 ` dpdklab
@ 2025-10-01  5:42 ` dpdklab
  2025-10-01  5:45 ` dpdklab
                   ` (11 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:42 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376579

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | PEND                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1970/3763] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_rxtx.c.o
[1971/3763] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_dcf_ethdev.c.o
[1972/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_common_virtchnl.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (36 preceding siblings ...)
  2025-10-01  5:42 ` dpdklab
@ 2025-10-01  5:45 ` dpdklab
  2025-10-01  5:46 ` dpdklab
                   ` (10 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:45 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376578

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (37 preceding siblings ...)
  2025-10-01  5:45 ` dpdklab
@ 2025-10-01  5:46 ` dpdklab
  2025-10-01  5:46 ` dpdklab
                   ` (9 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:46 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376572

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (38 preceding siblings ...)
  2025-10-01  5:46 ` dpdklab
@ 2025-10-01  5:46 ` dpdklab
  2025-10-01  5:48 ` dpdklab
                   ` (8 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:46 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376577

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (39 preceding siblings ...)
  2025-10-01  5:46 ` dpdklab
@ 2025-10-01  5:48 ` dpdklab
  2025-10-01  5:51 ` dpdklab
                   ` (7 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:48 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376594

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (40 preceding siblings ...)
  2025-10-01  5:48 ` dpdklab
@ 2025-10-01  5:51 ` dpdklab
  2025-10-01  5:51 ` dpdklab
                   ` (6 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:51 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376592

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (41 preceding siblings ...)
  2025-10-01  5:51 ` dpdklab
@ 2025-10-01  5:51 ` dpdklab
  2025-10-01  5:55 ` dpdklab
                   ` (5 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:51 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376570

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (42 preceding siblings ...)
  2025-10-01  5:51 ` dpdklab
@ 2025-10-01  5:55 ` dpdklab
  2025-10-01  5:58 ` dpdklab
                   ` (4 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:55 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376596

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (43 preceding siblings ...)
  2025-10-01  5:55 ` dpdklab
@ 2025-10-01  5:58 ` dpdklab
  2025-10-01  6:01 ` dpdklab
                   ` (3 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  5:58 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376598

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (44 preceding siblings ...)
  2025-10-01  5:58 ` dpdklab
@ 2025-10-01  6:01 ` dpdklab
  2025-10-01  6:05 ` dpdklab
                   ` (2 subsequent siblings)
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  6:01 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376587

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (45 preceding siblings ...)
  2025-10-01  6:01 ` dpdklab
@ 2025-10-01  6:05 ` dpdklab
  2025-10-01  6:06 ` dpdklab
  2025-10-01  9:26 ` |SUCCESS| " dpdklab
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  6:05 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376589

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | PEND           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (46 preceding siblings ...)
  2025-10-01  6:05 ` dpdklab
@ 2025-10-01  6:06 ` dpdklab
  2025-10-01  9:26 ` |SUCCESS| " dpdklab
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  6:06 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/157113

_Testing issues_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#376585

Test environment and result as below:

+------------------------------+--------------+----------------+------------------------------+---------------------------+
|         Environment          | lpm_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==============================+==============+================+==============================+===========================+
| Ubuntu 20.04                 | PASS         | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 40              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian GNU/Linux 12          | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 41              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 10             | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| CentOS Stream 9              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Fedora Linux 42              | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 22.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Ubuntu 24.04                 | SKIPPED      | WARN           | SKIPPED                      | SKIPPED                   |
+------------------------------+--------------+----------------+------------------------------+---------------------------+
| Debian 12 (arm)              | SKIPPED      | SKIPPED        | WARN                         | WARN                      |
+------------------------------+--------------+----------------+------------------------------+---------------------------+

==== 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:275:62: note: each undeclared identifier is reported only once for each function it appears in
275 |                                 _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:275:49: note: in expansion of macro 'RTE_CAST_PTR'
275 |                                 _mm_store_si128(RTE_CAST_PTR(__m128i *, &rxdp[i]),
|                                                 ^~~~~~~~~~~~
cc1: all warnings being treated as errors
[1985/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_ethdev.c.o
[1986/3763] Compiling C object drivers/libtmp_rte_net_idpf.a.p/net_intel_idpf_idpf_rxtx.c.o
[1987/3763] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_intel_ixgbe_ixgbe_ethdev.c.o
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

Fedora Linux 40
	Kernel: 5.4
	Compiler: clang 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)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.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/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

* |SUCCESS| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for
       [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
                   ` (47 preceding siblings ...)
  2025-10-01  6:06 ` dpdklab
@ 2025-10-01  9:26 ` dpdklab
  48 siblings, 0 replies; 49+ messages in thread
From: dpdklab @ 2025-10-01  9:26 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/157113

_Performance Testing PASS_

Submitter: Shaiq Wani <shaiq.wani@intel.com>
Date: Tuesday, September 30 2025 09:07:09 
DPDK git baseline: Repo:dpdk-next-net-intel
  Branch: master
  CommitID:9845e5848bbe337306fb6ae2a6b1ce5e6ab5b714

157112-157113 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#247133

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.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | 0.7%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | 0.8%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+

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.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 1024    | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 1024    | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 1024    | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34179/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 49+ messages in thread

end of thread, other threads:[~2025-10-01  9:26 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250930090709.2521114-3-shaiq.wani@intel.com>
2025-09-30  8:33 ` |FAILURE| pw157112-157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx qemudev
2025-09-30  9:08 ` |SUCCESS| pw157113 " checkpatch
2025-09-30  9:33 ` |PENDING| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30  9:33 ` dpdklab
2025-09-30  9:34 ` |SUCCESS| " dpdklab
2025-09-30  9:40 ` |PENDING| " dpdklab
2025-09-30  9:46 ` |FAILURE| " dpdklab
2025-09-30  9:51 ` |SUCCESS| " dpdklab
2025-09-30  9:53 ` dpdklab
2025-09-30  9:55 ` dpdklab
2025-09-30  9:56 ` dpdklab
2025-09-30  9:59 ` dpdklab
2025-09-30 10:09 ` dpdklab
2025-09-30 10:12 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:14 ` dpdklab
2025-09-30 10:23 ` dpdklab
2025-09-30 10:26 ` |FAILURE| pw157113 [PATCH v4 2/2] net/idpf: enable AVX2 for split queue Tx 0-day Robot
2025-09-30 15:59 ` |FAILURE| pw157112-157113 [PATCH] [v4,2/2] net/idpf: enable AVX2 for dpdklab
2025-09-30 17:13 ` |SUCCESS| " dpdklab
2025-09-30 17:34 ` dpdklab
2025-09-30 18:38 ` dpdklab
2025-09-30 18:45 ` |FAILURE| " dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 18:49 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 19:31 ` dpdklab
2025-09-30 20:59 ` dpdklab
2025-09-30 21:04 ` dpdklab
2025-09-30 22:46 ` dpdklab
2025-09-30 23:01 ` dpdklab
2025-10-01  5:23 ` dpdklab
2025-10-01  5:36 ` dpdklab
2025-10-01  5:40 ` dpdklab
2025-10-01  5:42 ` dpdklab
2025-10-01  5:45 ` dpdklab
2025-10-01  5:46 ` dpdklab
2025-10-01  5:46 ` dpdklab
2025-10-01  5:48 ` dpdklab
2025-10-01  5:51 ` dpdklab
2025-10-01  5:51 ` dpdklab
2025-10-01  5:55 ` dpdklab
2025-10-01  5:58 ` dpdklab
2025-10-01  6:01 ` dpdklab
2025-10-01  6:05 ` dpdklab
2025-10-01  6:06 ` dpdklab
2025-10-01  9:26 ` |SUCCESS| " dpdklab

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).