* |WARNING| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
@ 2025-12-18 9:30 ` checkpatch
2025-12-18 10:02 ` |SUCCESS| " qemudev
` (20 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: checkpatch @ 2025-12-18 9:30 UTC (permalink / raw)
To: test-report; +Cc: Yunjian Wang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159354
_coding style issues_
ERROR:CODE_INDENT: code indent should use tabs where possible
#85: FILE: drivers/net/mlx5/linux/mlx5_os.c:1834:
+ for (i = 0; i < MLX5_FLOW_TYPE_MAXI; i++) {$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#85: FILE: drivers/net/mlx5/linux/mlx5_os.c:1834:
+ for (i = 0; i < MLX5_FLOW_TYPE_MAXI; i++) {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#86: FILE: drivers/net/mlx5/linux/mlx5_os.c:1835:
+ if (!priv->flows[i])$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#86: FILE: drivers/net/mlx5/linux/mlx5_os.c:1835:
+ if (!priv->flows[i])$
ERROR:CODE_INDENT: code indent should use tabs where possible
#87: FILE: drivers/net/mlx5/linux/mlx5_os.c:1836:
+ continue;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#87: FILE: drivers/net/mlx5/linux/mlx5_os.c:1836:
+ continue;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#88: FILE: drivers/net/mlx5/linux/mlx5_os.c:1837:
+ mlx5_ipool_destroy(priv->flows[i]);$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#88: FILE: drivers/net/mlx5/linux/mlx5_os.c:1837:
+ mlx5_ipool_destroy(priv->flows[i]);$
ERROR:CODE_INDENT: code indent should use tabs where possible
#89: FILE: drivers/net/mlx5/linux/mlx5_os.c:1838:
+ }$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#89: FILE: drivers/net/mlx5/linux/mlx5_os.c:1838:
+ }$
total: 5 errors, 5 warnings, 0 checks, 11 lines checked
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
2025-12-18 9:30 ` |WARNING| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure checkpatch
@ 2025-12-18 10:02 ` qemudev
2025-12-18 10:07 ` qemudev
` (19 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: qemudev @ 2025-12-18 10:02 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Compilation OK_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thu, 18 Dec 2025 17:31:20 +0800
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: 2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> meson & ninja build successfully
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
2025-12-18 9:30 ` |WARNING| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure checkpatch
2025-12-18 10:02 ` |SUCCESS| " qemudev
@ 2025-12-18 10:07 ` qemudev
2025-12-18 10:49 ` 0-day Robot
` (18 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: qemudev @ 2025-12-18 10:07 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Unit Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thu, 18 Dec 2025 17:31:20 +0800
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: for-next-net
CommitID: 2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Test result details:
1/121 DPDK:fast-tests / acl_autotest OK 3.32s
2/121 DPDK:fast-tests / alarm_autotest OK 1.68s
3/121 DPDK:fast-tests / argparse_autotest OK 0.70s
4/121 DPDK:fast-tests / atomic_autotest OK 6.97s
5/121 DPDK:fast-tests / bitcount_autotest OK 0.31s
6/121 DPDK:fast-tests / bitmap_autotest OK 0.31s
7/121 DPDK:fast-tests / bitops_autotest OK 1.82s
8/121 DPDK:fast-tests / bitratestats_autotest OK 0.31s
9/121 DPDK:fast-tests / bitset_autotest OK 3.05s
10/121 DPDK:fast-tests / bpf_autotest OK 0.31s
11/121 DPDK:fast-tests / bpf_elf_autotest SKIP 0.31s exit status 77
12/121 DPDK:fast-tests / bpf_convert_autotest OK 0.32s
13/121 DPDK:fast-tests / byteorder_autotest OK 0.31s
14/121 DPDK:fast-tests / cfgfile_autotest OK 0.31s
15/121 DPDK:fast-tests / cksum_autotest OK 0.31s
16/121 DPDK:fast-tests / cmdline_autotest OK 0.31s
17/121 DPDK:fast-tests / common_autotest OK 1.20s
18/121 DPDK:fast-tests / compressdev_autotest SKIP 0.07s exit status 77
19/121 DPDK:fast-tests / cpuflags_autotest OK 0.31s
20/121 DPDK:fast-tests / crc_autotest OK 0.31s
21/121 DPDK:fast-tests / user_delay_us OK 0.31s
22/121 DPDK:fast-tests / debug_autotest OK 16.56s
23/121 DPDK:fast-tests / devargs_autotest OK 0.31s
24/121 DPDK:fast-tests / dispatcher_autotest OK 2.50s
25/121 DPDK:fast-tests / distributor_autotest OK 1.20s
26/121 DPDK:fast-tests / eal_flags_c_opt_autotest OK 1.05s
27/121 DPDK:fast-tests / eal_flags_main_opt_autotest OK 0.27s
28/121 DPDK:fast-tests / eal_flags_n_opt_autotest OK 0.24s
29/121 DPDK:fast-tests / eal_flags_hpet_autotest OK 0.15s
30/121 DPDK:fast-tests / eal_flags_no_huge_autotest OK 0.24s
31/121 DPDK:fast-tests / eal_flags_a_opt_autotest OK 0.39s
32/121 DPDK:fast-tests / eal_flags_b_opt_autotest OK 0.31s
33/121 DPDK:fast-tests / eal_flags_vdev_opt_autotest OK 0.23s
34/121 DPDK:fast-tests / eal_flags_r_opt_autotest OK 0.23s
35/121 DPDK:fast-tests / eal_flags_mem_autotest OK 0.67s
36/121 DPDK:fast-tests / eal_flags_file_prefix_autotest OK 22.31s
37/121 DPDK:fast-tests / eal_flags_misc_autotest OK 1.27s
38/121 DPDK:fast-tests / eal_fs_autotest OK 0.31s
39/121 DPDK:fast-tests / errno_autotest OK 0.31s
40/121 DPDK:fast-tests / ethdev_link_status OK 0.31s
41/121 DPDK:fast-tests / event_eth_tx_adapter_autotest OK 1.69s
42/121 DPDK:fast-tests / event_ring_autotest OK 0.32s
43/121 DPDK:fast-tests / eventdev_common_autotest OK 0.31s
44/121 DPDK:fast-tests / eventdev_selftest_sw OK 7.31s
45/121 DPDK:fast-tests / fbarray_autotest OK 0.50s
46/121 DPDK:fast-tests / fib_autotest OK 1.39s
47/121 DPDK:fast-tests / fib6_autotest OK 1.14s
48/121 DPDK:fast-tests / func_reentrancy_autotest OK 2.30s
49/121 DPDK:fast-tests / graph_autotest OK 0.32s
50/121 DPDK:fast-tests / node_list_dump OK 0.31s
51/121 DPDK:fast-tests / graph_feature_arc_autotest OK 0.32s
52/121 DPDK:fast-tests / hash_autotest OK 0.94s
53/121 DPDK:fast-tests / hash_readwrite_func_autotest OK 0.11s
54/121 DPDK:fast-tests / interrupt_autotest OK 1.61s
55/121 DPDK:fast-tests / ipfrag_autotest OK 0.07s
56/121 DPDK:fast-tests / ipsec_autotest SKIP 0.32s exit status 77
57/121 DPDK:fast-tests / kvargs_autotest OK 0.32s
58/121 DPDK:fast-tests / latencystats_autotest OK 0.32s
59/121 DPDK:fast-tests / lcore_var_autotest OK 0.46s
60/121 DPDK:fast-tests / lcores_autotest OK 5.12s
61/121 DPDK:fast-tests / logs_autotest OK 0.31s
62/121 DPDK:fast-tests / lpm_autotest OK 2.36s
63/121 DPDK:fast-tests / lpm6_autotest OK 5.50s
64/121 DPDK:fast-tests / malloc_autotest OK 61.98s
65/121 DPDK:fast-tests / mbuf_autotest OK 4.48s
66/121 DPDK:fast-tests / mcslock_autotest OK 4.14s
67/121 DPDK:fast-tests / member_autotest OK 1.49s
68/121 DPDK:fast-tests / memcpy_autotest OK 6.76s
69/121 DPDK:fast-tests / memory_autotest OK 0.09s
70/121 DPDK:fast-tests / mempool_autotest OK 0.44s
71/121 DPDK:fast-tests / memzone_autotest OK 0.15s
72/121 DPDK:fast-tests / meter_autotest OK 0.31s
73/121 DPDK:fast-tests / metrics_autotest OK 0.31s
74/121 DPDK:fast-tests / multiprocess_autotest OK 0.22s
75/121 DPDK:fast-tests / net_ether_autotest OK 0.97s
76/121 DPDK:fast-tests / net_ipv6_autotest OK 0.31s
77/121 DPDK:fast-tests / pcapng_autotest OK 6.76s
78/121 DPDK:fast-tests / pdcp_autotest SKIP 0.07s exit status 77
79/121 DPDK:fast-tests / pdump_autotest OK 0.42s
80/121 DPDK:fast-tests / per_lcore_autotest OK 0.41s
81/121 DPDK:fast-tests / pflock_autotest OK 1.12s
82/121 DPDK:fast-tests / pie_autotest OK 0.31s
83/121 DPDK:fast-tests / ring_pmd_autotest OK 0.31s
84/121 DPDK:fast-tests / power_autotest OK 0.31s
85/121 DPDK:fast-tests / power_cpufreq_autotest SKIP 0.07s exit status 77
86/121 DPDK:fast-tests / power_intel_uncore_autotest SKIP 0.31s exit status 77
87/121 DPDK:fast-tests / power_kvm_vm_autotest SKIP 0.07s exit status 77
88/121 DPDK:fast-tests / prefetch_autotest OK 0.31s
89/121 DPDK:fast-tests / ptr_compress_autotest OK 0.31s
90/121 DPDK:fast-tests / rawdev_autotest OK 0.31s
91/121 DPDK:fast-tests / rcu_qsbr_autotest OK 0.83s
92/121 DPDK:fast-tests / reorder_autotest OK 0.37s
93/121 DPDK:fast-tests / rib_autotest OK 8.97s
94/121 DPDK:fast-tests / rib6_autotest OK 8.96s
95/121 DPDK:fast-tests / ring_autotest OK 0.34s
96/121 DPDK:fast-tests / rwlock_test1_autotest OK 1.06s
97/121 DPDK:fast-tests / rwlock_rda_autotest OK 5.31s
98/121 DPDK:fast-tests / rwlock_rds_wrm_autotest OK 5.31s
99/121 DPDK:fast-tests / rwlock_rde_wro_autotest OK 5.31s
100/121 DPDK:fast-tests / sched_autotest OK 0.31s
101/121 DPDK:fast-tests / security_autotest OK 0.07s
102/121 DPDK:fast-tests / seqlock_autotest OK 2.31s
103/121 DPDK:fast-tests / service_autotest OK 3.02s
104/121 DPDK:fast-tests / soring_autotest OK 0.32s
105/121 DPDK:fast-tests / spinlock_autotest OK 0.39s
106/121 DPDK:fast-tests / stack_autotest OK 0.87s
107/121 DPDK:fast-tests / stack_lf_autotest SKIP 0.06s exit status 77
108/121 DPDK:fast-tests / string_autotest OK 0.31s
109/121 DPDK:fast-tests / table_autotest OK 7.75s
110/121 DPDK:fast-tests / tailq_autotest OK 0.31s
111/121 DPDK:fast-tests / telemetry_data_autotest OK 0.32s
112/121 DPDK:fast-tests / telemetry_json_autotest OK 0.31s
113/121 DPDK:fast-tests / thash_autotest OK 0.32s
114/121 DPDK:fast-tests / threads_autotest OK 0.49s
115/121 DPDK:fast-tests / ticketlock_autotest OK 0.46s
116/121 DPDK:fast-tests / timer_autotest OK 3.89s
117/121 DPDK:fast-tests / trace_autotest OK 0.31s
118/121 DPDK:fast-tests / trace_autotest_with_traces OK 0.32s
119/121 DPDK:fast-tests / vdev_autotest OK 0.31s
120/121 DPDK:fast-tests / version_autotest OK 0.31s
121/121 DPDK:fast-tests / telemetry_all OK 19.95s
Ok: 113
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 8
Timeout: 0
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (2 preceding siblings ...)
2025-12-18 10:07 ` qemudev
@ 2025-12-18 10:49 ` 0-day Robot
2025-12-18 10:49 ` 0-day Robot
` (17 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: 0-day Robot @ 2025-12-18 10:49 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/159354/
_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/20332969466
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH 1/1] net/mlx5: fix memoy leak after device spawn failure
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (3 preceding siblings ...)
2025-12-18 10:49 ` 0-day Robot
@ 2025-12-18 10:49 ` 0-day Robot
2025-12-18 11:31 ` |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi dpdklab
` (16 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: 0-day Robot @ 2025-12-18 10:49 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/159354/
_github post: success_
HTML Link: https://github.com/ovsrobot/dpdk/pull/555
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (4 preceding siblings ...)
2025-12-18 10:49 ` 0-day Robot
@ 2025-12-18 11:31 ` dpdklab
2025-12-18 11:36 ` dpdklab
` (15 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:31 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Functional Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> functional testing pass
Upstream job id: Template-DPDK-DTS-Pipeline#3908
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 |
+---------------------------------+--------+
| hello_world | PASS |
+---------------------------------+--------+
| l2fwd | PASS |
+---------------------------------+--------+
| port_restart_config_persistency | PASS |
+---------------------------------+--------+
| packet_capture | PASS |
+---------------------------------+--------+
| softnic | PASS |
+---------------------------------+--------+
| vlan | PASS |
+---------------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (5 preceding siblings ...)
2025-12-18 11:31 ` |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi dpdklab
@ 2025-12-18 11:36 ` dpdklab
2025-12-18 11:37 ` |PENDING| " dpdklab
` (14 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:36 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Functional Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#258989
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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |PENDING| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (6 preceding siblings ...)
2025-12-18 11:36 ` dpdklab
@ 2025-12-18 11:37 ` dpdklab
2025-12-18 11:41 ` |SUCCESS| " dpdklab
` (13 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:37 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/159354
_Testing pending_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pending
Upstream job id: Generic-VM-DPDK-Compile-Meson#40356
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PEND | SKIPPED | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.7 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04 | PEND | SKIPPED | PEND |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.23.0 | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Windows Server 2022 | SKIPPED | PEND | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
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 20251111 (Red Hat 15.2.1-4)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (7 preceding siblings ...)
2025-12-18 11:37 ` |PENDING| " dpdklab
@ 2025-12-18 11:41 ` dpdklab
2025-12-18 11:48 ` |PENDING| " dpdklab
` (12 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:41 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Template-DTS-Pipeline#258991
Test environment and result as below:
+--------------+----------------------+
| Environment | compressdev_zlib_pmd |
+==============+======================+
| Ubuntu 22.04 | PASS |
+--------------+----------------------+
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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |PENDING| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (8 preceding siblings ...)
2025-12-18 11:41 ` |SUCCESS| " dpdklab
@ 2025-12-18 11:48 ` dpdklab
2025-12-18 11:52 ` |SUCCESS| " dpdklab
` (11 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/159354
_Testing pending_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pending
Upstream job id: Aarch32-Unit-Test#8525
Test environment and result as below:
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+==============================+==============================+==============+===========================+================+
| Debian 12 (arm) | PEND | SKIPPED | PEND | SKIPPED |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 | SKIPPED | PEND | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 40 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 41 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 42 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 24.04 | SKIPPED | SKIPPED | SKIPPED | PEND |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04
Kernel: 5.4
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
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: clang 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 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (9 preceding siblings ...)
2025-12-18 11:48 ` |PENDING| " dpdklab
@ 2025-12-18 11:52 ` dpdklab
2025-12-18 11:55 ` dpdklab
` (10 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:52 UTC (permalink / raw)
To: Test Report, Ali Alnubani; +Cc: dpdk-test-reports
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Performance Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#258980
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: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6
Detail performance results:
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads | throughput difference from |
| | | | | expected |
+============+=========+==========+=============+==============================+
| 64 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | 0.3% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | 0.3% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | 0.1% |
+------------+---------+----------+-------------+------------------------------+
Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: 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.0% |
+------------+---------+----------+-------------+------------------------------+
| 128 | 1024 | 1 | 1 | -0.9% |
+------------+---------+----------+-------------+------------------------------+
| 256 | 1024 | 1 | 1 | -0.0% |
+------------+---------+----------+-------------+------------------------------+
| 512 | 1024 | 1 | 1 | -0.2% |
+------------+---------+----------+-------------+------------------------------+
| 1024 | 1024 | 1 | 1 | -0.1% |
+------------+---------+----------+-------------+------------------------------+
| 1518 | 1024 | 1 | 1 | 0.0% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (10 preceding siblings ...)
2025-12-18 11:52 ` |SUCCESS| " dpdklab
@ 2025-12-18 11:55 ` dpdklab
2025-12-18 11:55 ` dpdklab
` (9 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Functional Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#258986
Test environment and result as below:
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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (11 preceding siblings ...)
2025-12-18 11:55 ` dpdklab
@ 2025-12-18 11:55 ` dpdklab
2025-12-18 12:10 ` |PENDING| " dpdklab
` (8 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 11:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Performance Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> performance testing pass
Upstream job id: Template-DTS-Pipeline#258985
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.6% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.7% |
+------------+---------+----------+-------------+------------------------------+
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.1% |
+------------+---------+----------+-------------+------------------------------+
| 64 | 2048 | 1 | 1 | -0.4% |
+------------+---------+----------+-------------+------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |PENDING| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (12 preceding siblings ...)
2025-12-18 11:55 ` dpdklab
@ 2025-12-18 12:10 ` dpdklab
2025-12-18 12:14 ` |SUCCESS| " dpdklab
` (7 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:10 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/159354
_Testing pending_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pending
Upstream job id: Generic-Unit-Test-DPDK#401036
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PEND |
+-------------------------------+----------------+
| Fedora Linux 41 | PEND |
+-------------------------------+----------------+
| CentOS Stream 10 | PEND |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PEND |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
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)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
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 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
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.2) 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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (13 preceding siblings ...)
2025-12-18 12:10 ` |PENDING| " dpdklab
@ 2025-12-18 12:14 ` dpdklab
2025-12-18 12:26 ` |PENDING| " dpdklab
` (6 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:14 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Functional Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> functional testing pass
Upstream job id: Template-DTS-Pipeline#258988
Test environment and result as below:
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 |
+-----------------------------+--------+
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 |
+----------------------------+--------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |PENDING| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (14 preceding siblings ...)
2025-12-18 12:14 ` |SUCCESS| " dpdklab
@ 2025-12-18 12:26 ` dpdklab
2025-12-18 12:51 ` |SUCCESS| " dpdklab
` (5 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:26 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-abi-testing
Test-Status: PENDING
http://dpdk.org/patch/159354
_Testing pending_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pending
Upstream job id: Generic-DPDK-Compile-ABI#135977
Test environment and result as below:
+------------------------------+----------+
| Environment | abi_test |
+==============================+==========+
| Fedora Linux 42 | PEND |
+------------------------------+----------+
| CentOS Stream 9 | PEND |
+------------------------------+----------+
| openSUSE Leap 15.6 | PEND |
+------------------------------+----------+
| Debian GNU/Linux 12 | PASS |
+------------------------------+----------+
| Red Hat Enterprise Linux 9.7 | PEND |
+------------------------------+----------+
| CentOS Stream 10 | PEND |
+------------------------------+----------+
| Ubuntu 22.04 | PEND |
+------------------------------+----------+
| Ubuntu 24.04 | PEND |
+------------------------------+----------+
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.7
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.3.1 20251022 (Red Hat 14.3.1-4)
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.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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (15 preceding siblings ...)
2025-12-18 12:26 ` |PENDING| " dpdklab
@ 2025-12-18 12:51 ` dpdklab
2025-12-18 12:57 ` dpdklab
` (4 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:51 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-Unit-Test-DPDK#401059
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Fedora Linux 40 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
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)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
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 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
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.2) 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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (16 preceding siblings ...)
2025-12-18 12:51 ` |SUCCESS| " dpdklab
@ 2025-12-18 12:57 ` dpdklab
2025-12-18 12:59 ` dpdklab
` (3 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-DPDK-Compile-ABI#135982
Test environment and result as below:
+------------------------------+----------+
| Environment | abi_test |
+==============================+==========+
| Fedora Linux 42 | PASS |
+------------------------------+----------+
| CentOS Stream 9 | PASS |
+------------------------------+----------+
| openSUSE Leap 15.6 | PASS |
+------------------------------+----------+
| Debian GNU/Linux 12 | PASS |
+------------------------------+----------+
| Red Hat Enterprise Linux 9.7 | PASS |
+------------------------------+----------+
| CentOS Stream 10 | PASS |
+------------------------------+----------+
| Ubuntu 22.04 | PASS |
+------------------------------+----------+
| Ubuntu 24.04 | PASS |
+------------------------------+----------+
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.7
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.3.1 20251022 (Red Hat 14.3.1-4)
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.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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (17 preceding siblings ...)
2025-12-18 12:57 ` dpdklab
@ 2025-12-18 12:59 ` dpdklab
2025-12-18 15:11 ` dpdklab
` (2 subsequent siblings)
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 12:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-DPDK-Compile-Meson#452098
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.7 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04 | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.23.0 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Windows Server 2022 | SKIPPED | PASS | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
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 20251111 (Red Hat 15.2.1-4)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (18 preceding siblings ...)
2025-12-18 12:59 ` dpdklab
@ 2025-12-18 15:11 ` dpdklab
2025-12-18 15:53 ` dpdklab
2025-12-19 1:23 ` dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 15:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-Unit-Test-DPDK#401053
Test environment and result as below:
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+==============================+==============================+==============+===========================+================+
| Debian 12 (arm) | PASS | SKIPPED | PASS | SKIPPED |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 | SKIPPED | PASS | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 40 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 41 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 42 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 24.04 | SKIPPED | SKIPPED | SKIPPED | PASS |
+------------------------------+------------------------------+--------------+---------------------------+----------------+
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04
Kernel: 5.4
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
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Fedora Linux 40
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 41
Kernel: 5.4
Compiler: clang 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 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (19 preceding siblings ...)
2025-12-18 15:11 ` dpdklab
@ 2025-12-18 15:53 ` dpdklab
2025-12-19 1:23 ` dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-18 15:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-DPDK-Compile-Meson#452113
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.7 | 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.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
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 20251111 (Red Hat 15.2.1-4)
Ubuntu 22.04
Kernel: 5.4
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
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread* |SUCCESS| pw159354 [PATCH] [1/1] net/mlx5: fix memoy leak after devi
[not found] <1766050280-21036-1-git-send-email-wangyunjian@huawei.com>
` (20 preceding siblings ...)
2025-12-18 15:53 ` dpdklab
@ 2025-12-19 1:23 ` dpdklab
21 siblings, 0 replies; 22+ messages in thread
From: dpdklab @ 2025-12-19 1:23 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/159354
_Testing PASS_
Submitter: Yunjian Wang <wangyunjian@huawei.com>
Date: Thursday, December 18 2025 09:31:20
DPDK git baseline: Repo:dpdk-next-net-mlx
Branch: master
CommitID:2815d5065694eb9d0b43c312d17a00d2356e36f1
159354 --> testing pass
Upstream job id: Generic-VM-DPDK-Compile-Meson#40355
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+===============================+====================+===================+==================+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Debian GNU/Linux 12 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Fedora Linux 42 | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+-------------------+------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| openSUSE Leap 15.6 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.7 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Ubuntu 24.04 | PASS | SKIPPED | PASS |
+-------------------------------+--------------------+-------------------+------------------+
| Alpine Linux 3.23.0 | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
| Windows Server 2022 | SKIPPED | PASS | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
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 20251111 (Red Hat 15.2.1-4)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.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/34786/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 22+ messages in thread