* |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Windows
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
@ 2025-09-25 12:31 ` qemudev
2025-09-25 13:03 ` |WARNING| " checkpatch
` (21 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: qemudev @ 2025-09-25 12:31 UTC (permalink / raw)
To: test-report; +Cc: David Marchand, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/156953
_ninja build failure_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thu, 25 Sep 2025 15:04:38 +0200
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> 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: lib/kvargs.sym_chk
/usr/local/bin/meson --internal exe --capture lib/kvargs.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /home/zhoumin/gh_dpdk/build/lib/kvargs_exports.map lib/librte_kvargs.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[98/2979] Compiling C object lib/librte_net.a.p/net_rte_net_crc.c.o
[99/2979] Linking static target lib/librte_telemetry.a
[100/2979] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o
[101/2979] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o
[102/2979] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.o
[103/2979] Compiling C object lib/librte_meter.a.p/meter_rte_meter.c.o
[104/2979] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_proc.c.o
[105/2979] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o
[106/2979] Compiling C object lib/librte_bpf.a.p/bpf_bpf_load_elf.c.o
[107/2979] Compiling C object lib/librte_net.a.p/net_rte_ether.c.o
[108/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.o
[109/2979] Generating pmu.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/pmu.sym_chk
/usr/local/bin/meson --internal exe --capture lib/pmu.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /home/zhoumin/gh_dpdk/build/lib/pmu_exports.map lib/librte_pmu.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[110/2979] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/argparse.sym_chk
/usr/local/bin/meson --internal exe --capture lib/argparse.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /home/zhoumin/gh_dpdk/build/lib/argparse_exports.map lib/librte_argparse.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[111/2979] Compiling C object lib/librte_net.a.p/net_rte_arp.c.o
[112/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.o
[113/2979] Compiling C object lib/librte_eal.a.p/eal_linux_eal_interrupts.c.o
[114/2979] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o
[115/2979] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
[116/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.o
[117/2979] Compiling C object lib/librte_net.a.p/net_rte_net.c.o
[118/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.o
[119/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_common.c.o
[120/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o
[121/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o
[122/2979] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[123/2979] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
[124/2979] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[125/2979] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[126/2979] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/log.sym_chk
/usr/local/bin/meson --internal exe --capture lib/log.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /home/zhoumin/gh_dpdk/build/lib/log_exports.map lib/librte_log.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[127/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[128/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[129/2979] Compiling C object lib/librte_ring.a.p/ring_soring.c.o
[130/2979] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 23+ messages in thread
* |WARNING| pw156953 [PATCH] buildtools: prepare symbol check for Windows
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
2025-09-25 12:31 ` |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Windows qemudev
@ 2025-09-25 13:03 ` checkpatch
2025-09-25 13:33 ` |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
` (20 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: checkpatch @ 2025-09-25 13:03 UTC (permalink / raw)
To: test-report; +Cc: David Marchand
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/156953
_coding style issues_
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_experimental must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
__rte_internal must appear alone on the line immediately preceding the return type of a function.
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
2025-09-25 12:31 ` |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Windows qemudev
2025-09-25 13:03 ` |WARNING| " checkpatch
@ 2025-09-25 13:33 ` dpdklab
2025-09-25 13:36 ` |SUCCESS| " dpdklab
` (19 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156953
_Testing pending_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pending
Upstream job id: Generic-VM-DPDK-Compile-Meson#38578
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| CentOS Stream 9 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PEND | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04 | PEND | PEND | PEND |
+-------------------------------+--------------------+-------------------+------------------+
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)
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (2 preceding siblings ...)
2025-09-25 13:33 ` |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
@ 2025-09-25 13:36 ` dpdklab
2025-09-25 13:41 ` dpdklab
` (18 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Functional Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> functional testing pass
Upstream job id: Template-DPDK-DTS-Pipeline#2192
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (3 preceding siblings ...)
2025-09-25 13:36 ` |SUCCESS| " dpdklab
@ 2025-09-25 13:41 ` dpdklab
2025-09-25 13:42 ` |PENDING| " dpdklab
` (17 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Functional Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#246351
Test environment and result as below:
Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc
Aggregate Results by Test Suite
+----------------+--------+
| Test Suite | Result |
+================+========+
| cmdline | PASS |
+----------------+--------+
| rxtx_callbacks | PASS |
+----------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (4 preceding siblings ...)
2025-09-25 13:41 ` dpdklab
@ 2025-09-25 13:42 ` dpdklab
2025-09-25 13:44 ` dpdklab
` (16 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:42 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/156953
_Testing pending_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pending
Upstream job id: Generic-DPDK-Compile-Meson#428623
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND |
+------------------------------+--------------------+
| Ubuntu 20.04 | PEND |
+------------------------------+--------------------+
| 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 |
+------------------------------+--------------------+
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (5 preceding siblings ...)
2025-09-25 13:42 ` |PENDING| " dpdklab
@ 2025-09-25 13:44 ` dpdklab
2025-09-25 13:54 ` |SUCCESS| " dpdklab
` (15 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:44 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: PENDING
http://dpdk.org/patch/156953
_Testing pending_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pending
Upstream job id: Template-DTS-Pipeline#246353
Test environment and result as below:
+--------------+----------------------+----------------------+
| Environment | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PEND | 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.2) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (6 preceding siblings ...)
2025-09-25 13:44 ` dpdklab
@ 2025-09-25 13:54 ` dpdklab
2025-09-25 13:57 ` dpdklab
` (14 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:54 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Functional Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#246354
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (7 preceding siblings ...)
2025-09-25 13:54 ` |SUCCESS| " dpdklab
@ 2025-09-25 13:57 ` dpdklab
2025-09-25 13:57 ` dpdklab
` (13 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Performance Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#246344
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | 0.2% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
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
Fail/Total: 0/4
Detail performance results:
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size | throughput difference from |
| | | | | expected |
+==========+=============+=========+============+==============================+
| 1 | 2 | 512 | 64 | -1.6% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 2 | 2048 | 64 | -1.4% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 512 | 64 | -0.7% |
+----------+-------------+---------+------------+------------------------------+
| 1 | 1 | 2048 | 64 | -5.5% |
+----------+-------------+---------+------------+------------------------------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | 21.8% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | 22.4% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (8 preceding siblings ...)
2025-09-25 13:57 ` dpdklab
@ 2025-09-25 13:57 ` dpdklab
2025-09-25 13:59 ` |PENDING| " dpdklab
` (12 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Functional Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#246348
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (9 preceding siblings ...)
2025-09-25 13:57 ` dpdklab
@ 2025-09-25 13:59 ` dpdklab
2025-09-25 14:00 ` dpdklab
` (11 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 13:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156953
_Testing pending_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pending
Upstream job id: Generic-Unit-Test-DPDK#375041
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PEND |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PEND |
+-------------------------------+----------------+
| Fedora Linux 40 | PEND |
+-------------------------------+----------------+
| Fedora Linux 41 | PEND |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+----------------+
| Windows Server 2022 | PEND |
+-------------------------------+----------------+
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 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (10 preceding siblings ...)
2025-09-25 13:59 ` |PENDING| " dpdklab
@ 2025-09-25 14:00 ` dpdklab
2025-09-25 14:11 ` |SUCCESS| " dpdklab
` (10 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:00 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/156953
_Testing pending_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pending
Upstream job id: Aarch32-Unit-Test#7636
Test environment and result as below:
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+==============================+================+===========================+==============================+==============+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 40 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 41 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Fedora Linux 42 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Red Hat Enterprise Linux 9.5 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PEND |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 12 (arm) | SKIPPED | PEND | PEND | SKIPPED |
+------------------------------+----------------+---------------------------+------------------------------+--------------+
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)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (11 preceding siblings ...)
2025-09-25 14:00 ` dpdklab
@ 2025-09-25 14:11 ` dpdklab
2025-09-25 14:19 ` |FAILURE| " dpdklab
` (9 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pass
Upstream job id: ACVP-FIPS-testing#11220
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.2) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (12 preceding siblings ...)
2025-09-25 14:11 ` |SUCCESS| " dpdklab
@ 2025-09-25 14:19 ` dpdklab
2025-09-25 14:32 ` |WARNING| " dpdklab
` (8 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:19 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156953
_Testing issues_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#375062
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PEND |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Red Hat Enterprise Linux 8.10 (dpdk_unit_test): ====
[21/3549] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/log.sym_chk
/usr/local/bin/meson --internal exe --capture lib/log.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/lib/log_exports.map lib/librte_log.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[22/3549] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/telemetry.sym_chk
/usr/local/bin/meson --internal exe --capture lib/telemetry.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/lib/telemetry_exports.map lib/librte_telemetry.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
ninja: build stopped: subcommand failed.
==== End log output ====
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 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |WARNING| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (13 preceding siblings ...)
2025-09-25 14:19 ` |FAILURE| " dpdklab
@ 2025-09-25 14:32 ` dpdklab
2025-09-25 14:32 ` |FAILURE| " dpdklab
` (7 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/156953
_Testing issues_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#375060
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Red Hat Enterprise Linux 8.10 (dpdk_unit_test): ====
[21/3549] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/log.sym_chk
/usr/local/bin/meson --internal exe --capture lib/log.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/lib/log_exports.map lib/librte_log.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
[22/3549] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/telemetry.sym_chk
/usr/local/bin/meson --internal exe --capture lib/telemetry.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/lib/telemetry_exports.map lib/librte_telemetry.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
ninja: build stopped: subcommand failed.
==== End log output ====
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 40
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora Linux 41
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (14 preceding siblings ...)
2025-09-25 14:32 ` |WARNING| " dpdklab
@ 2025-09-25 14:32 ` dpdklab
2025-09-25 14:37 ` |SUCCESS| " dpdklab
` (6 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:32 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, David Marchand
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156953
_Testing issues_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#428645
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+===================+=========================+======================+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian GNU/Linux 12 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora Linux 42 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15.6 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Red Hat Enterprise Linux 9.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine Linux 3.22.0 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
==== 20 line log output for openSUSE Leap 15.6 (dpdk_meson_compile): ====
Option default_library is: shared [default: static]
Found ninja-1.10.0 at /usr/bin/ninja
ninja: Entering directory `build'
[1/3559] Compiling C object lib/librte_log.a.p/log_log.c.o
[2/3559] Compiling C object lib/librte_log.a.p/log_log_color.c.o
[3/3559] Compiling C object lib/librte_log.a.p/log_log_timestamp.c.o
[4/3559] Compiling C object lib/librte_log.a.p/log_log_syslog.c.o
[5/3559] Compiling C object lib/librte_log.a.p/log_log_journal.c.o
[6/3559] Linking static target lib/librte_log.a
[7/3559] Generating rte_log_map with a custom command
[8/3559] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
FAILED: lib/log.sym_chk
/usr/bin/meson --internal exe --capture lib/log.sym_chk -- /usr/bin/python3 ../buildtools/check-symbols.py /root/workspace/Generic-DPDK-Compile-Meson@3/dpdk/build/lib/log_exports.map lib/librte_log.a
--- stderr ---
Traceback (most recent call last):
File "../buildtools/check-symbols.py", line 12, in <module>
from dataclasses import dataclass
ModuleNotFoundError: No module named 'dataclasses'
ninja: build stopped: subcommand failed.
==== End log output ====
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)
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (15 preceding siblings ...)
2025-09-25 14:32 ` |FAILURE| " dpdklab
@ 2025-09-25 14:37 ` dpdklab
2025-09-25 14:48 ` dpdklab
` (5 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:37 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Performance Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#246346
Test environment and result as below:
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Fail/Total: 0/3
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 128 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 512 | 1 | 1 | -0.8% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -2.5% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Fail/Total: 0/2
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 512 | 1 | 1 | -0.3% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (16 preceding siblings ...)
2025-09-25 14:37 ` |SUCCESS| " dpdklab
@ 2025-09-25 14:48 ` dpdklab
2025-09-25 14:57 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Windows 0-day Robot
` (4 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pass
Upstream job id: Template-DTS-Pipeline#246352
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.2) 11.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Windows
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (17 preceding siblings ...)
2025-09-25 14:48 ` dpdklab
@ 2025-09-25 14:57 ` 0-day Robot
2025-09-25 14:58 ` 0-day Robot
` (3 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: 0-day Robot @ 2025-09-25 14:57 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/156953/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/18008888605
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Windows
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (18 preceding siblings ...)
2025-09-25 14:57 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Windows 0-day Robot
@ 2025-09-25 14:58 ` 0-day Robot
2025-09-25 14:59 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
` (2 subsequent siblings)
22 siblings, 0 replies; 23+ messages in thread
From: 0-day Robot @ 2025-09-25 14:58 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: github-robot-post
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/156953/
_github post: success_
HTML Link: https://github.com/ovsrobot/dpdk/pull/101
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (19 preceding siblings ...)
2025-09-25 14:58 ` 0-day Robot
@ 2025-09-25 14:59 ` dpdklab
2025-09-25 18:43 ` dpdklab
2025-09-27 4:09 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 14:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Functional Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#246350
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 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel Corporation QAT 8970 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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (20 preceding siblings ...)
2025-09-25 14:59 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
@ 2025-09-25 18:43 ` dpdklab
2025-09-27 4:09 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-25 18:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> testing pass
Upstream job id: Generic-DPDK-Compile-Meson#428630
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PASS |
+------------------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------------------+--------------------+
| Debian GNU/Linux 12 | PASS |
+------------------------------+--------------------+
| Fedora Linux 42 | PASS |
+------------------------------+--------------------+
| Ubuntu 22.04 | PASS |
+------------------------------+--------------------+
| Ubuntu 24.04 | PASS |
+------------------------------+--------------------+
| CentOS Stream 9 | PASS |
+------------------------------+--------------------+
| CentOS Stream 10 | PASS |
+------------------------------+--------------------+
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/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
* |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
` (21 preceding siblings ...)
2025-09-25 18:43 ` dpdklab
@ 2025-09-27 4:09 ` dpdklab
22 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2025-09-27 4:09 UTC (permalink / raw)
To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/156953
_Performance Testing PASS_
Submitter: David Marchand <david.marchand@redhat.com>
Date: Thursday, September 25 2025 13:04:38
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:441861b4a30e6b6b6aca07367dd487657b1f50e8
156953 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#246342
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 | 1.0% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | -0.3% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | 0.3% |
+------------+---------+----------+-------------+------------------------------+
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.1% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34150/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2025-09-27 4:09 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20250925130438.3072610-1-david.marchand@redhat.com>
2025-09-25 12:31 ` |FAILURE| pw156953 [PATCH] buildtools: prepare symbol check for Windows qemudev
2025-09-25 13:03 ` |WARNING| " checkpatch
2025-09-25 13:33 ` |PENDING| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
2025-09-25 13:36 ` |SUCCESS| " dpdklab
2025-09-25 13:41 ` dpdklab
2025-09-25 13:42 ` |PENDING| " dpdklab
2025-09-25 13:44 ` dpdklab
2025-09-25 13:54 ` |SUCCESS| " dpdklab
2025-09-25 13:57 ` dpdklab
2025-09-25 13:57 ` dpdklab
2025-09-25 13:59 ` |PENDING| " dpdklab
2025-09-25 14:00 ` dpdklab
2025-09-25 14:11 ` |SUCCESS| " dpdklab
2025-09-25 14:19 ` |FAILURE| " dpdklab
2025-09-25 14:32 ` |WARNING| " dpdklab
2025-09-25 14:32 ` |FAILURE| " dpdklab
2025-09-25 14:37 ` |SUCCESS| " dpdklab
2025-09-25 14:48 ` dpdklab
2025-09-25 14:57 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Windows 0-day Robot
2025-09-25 14:58 ` 0-day Robot
2025-09-25 14:59 ` |SUCCESS| pw156953 [PATCH] buildtools: prepare symbol check for Wind dpdklab
2025-09-25 18:43 ` dpdklab
2025-09-27 4:09 ` 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).