automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
@ 2024-05-28  7:33 ` qemudev
  2024-05-28  7:54 ` |SUCCESS| " checkpatch
                   ` (86 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: qemudev @ 2024-05-28  7:33 UTC (permalink / raw)
  To: test-report; +Cc: mattias.ronnblom, zhoumin

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

_ninja build failure_

Submitter: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Date: Tue, 28 May 2024 09:43:54 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> 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/librte_eal.a.p/eal_common_rte_malloc.c.o
cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.2"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_
 common_rte_malloc.c.o -MF lib/librte_eal.a.p/eal_common_rte_malloc.c.o.d -o lib/librte_eal.a.p/eal_common_rte_malloc.c.o -c ../lib/eal/common/rte_malloc.c
In file included from ../lib/eal/common/rte_malloc.c:12:
./lib/eal/loongarch/include/rte_memcpy.h:5: error: unterminated #ifndef
#ifndef RTE_MEMCPY_LOONGARCH_H

./lib/eal/common/rte_malloc.c: In function ‘rte_realloc_socket’:
./lib/eal/common/rte_malloc.c:205:2: warning: implicit declaration of function ‘rte_memcpy’; did you mean ‘rte_strscpy’? [-Wimplicit-function-declaration]
rte_memcpy(new_ptr, ptr, old_size < size ? old_size : size);
^~~~~~~~~~
rte_strscpy
./lib/eal/common/rte_malloc.c:205:2: warning: nested extern declaration of ‘rte_memcpy’ [-Wnested-externs]
[10/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.o
[11/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.o
cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.2"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_
 common_eal_common_options.c.o -MF lib/librte_eal.a.p/eal_common_eal_common_options.c.o.d -o lib/librte_eal.a.p/eal_common_eal_common_options.c.o -c ../lib/eal/common/eal_common_options.c
In file included from ../lib/eal/common/eal_common_options.c:33:
./lib/eal/loongarch/include/rte_memcpy.h:5: error: unterminated #ifndef
#ifndef RTE_MEMCPY_LOONGARCH_H

./lib/eal/common/eal_common_options.c: In function ‘eal_parse_lcores’:
./lib/eal/common/eal_common_options.c:1256:4: warning: implicit declaration of function ‘rte_memcpy’; did you mean ‘rte_strscpy’? [-Wimplicit-function-declaration]
rte_memcpy(&cpuset, &lcore_set, sizeof(cpuset));
^~~~~~~~~~
rte_strscpy
./lib/eal/common/eal_common_options.c:1256:4: warning: nested extern declaration of ‘rte_memcpy’ [-Wnested-externs]
[12/2497] Compiling C object lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.o
[13/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_hypervisor.c.o
[14/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_launch.c.o
[15/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_cpuflags.c.o
[16/2497] Compiling C object lib/librte_eal.a.p/eal_common_rte_version.c.o
[17/2497] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_legacy.c.o
[18/2497] Compiling C object lib/librte_eal.a.p/eal_common_rte_reciprocal.c.o
[19/2497] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_data.c.o
[20/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_bus.c.o
[21/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_mcfg.c.o
[22/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_uuid.c.o
[23/2497] Compiling C object lib/librte_eal.a.p/eal_common_rte_random.c.o
[24/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devargs.c.o
[25/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_interrupts.c.o
[26/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memalloc.c.o
[27/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.o
[28/2497] Compiling C object lib/librte_log.a.p/log_log.c.o
[29/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.o
[30/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.o
[31/2497] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.o
[32/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c.o
[33/2497] Compiling C object lib/librte_argparse.a.p/argparse_rte_argparse.c.o
[34/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dynmem.c.o
[35/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o
[36/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarray.c.o
[37/2497] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.o
[38/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.o
[39/2497] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_proc.c.o
[40/2497] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.o
[41/2497] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.o
[42/2497] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
  2024-05-28  7:33 ` |FAILURE| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE qemudev
@ 2024-05-28  7:54 ` checkpatch
  2024-05-28  8:43 ` |FAILURE| " 0-day Robot
                   ` (85 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: checkpatch @ 2024-05-28  7:54 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
  2024-05-28  7:33 ` |FAILURE| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE qemudev
  2024-05-28  7:54 ` |SUCCESS| " checkpatch
@ 2024-05-28  8:43 ` 0-day Robot
  2024-05-28  9:39 ` |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi dpdklab
                   ` (84 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: 0-day Robot @ 2024-05-28  8:43 UTC (permalink / raw)
  To: test-report; +Cc: mattias.ronnblom, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/140356/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9265694342
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (2 preceding siblings ...)
  2024-05-28  8:43 ` |FAILURE| " 0-day Robot
@ 2024-05-28  9:39 ` dpdklab
  2024-05-28  9:40 ` dpdklab
                   ` (83 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.9%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.6%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (3 preceding siblings ...)
  2024-05-28  9:39 ` |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi dpdklab
@ 2024-05-28  9:40 ` dpdklab
  2024-05-28  9:41 ` dpdklab
                   ` (82 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (4 preceding siblings ...)
  2024-05-28  9:40 ` dpdklab
@ 2024-05-28  9:41 ` dpdklab
  2024-05-28  9:41 ` dpdklab
                   ` (81 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-94-generic
Compiler: gcc 11.4.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 256     | 1        | 1           | 0.6%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.5%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (5 preceding siblings ...)
  2024-05-28  9:41 ` dpdklab
@ 2024-05-28  9:41 ` dpdklab
  2024-05-28  9:46 ` dpdklab
                   ` (80 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.9%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.6%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (6 preceding siblings ...)
  2024-05-28  9:41 ` dpdklab
@ 2024-05-28  9:46 ` dpdklab
  2024-05-28  9:57 ` dpdklab
                   ` (79 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (7 preceding siblings ...)
  2024-05-28  9:46 ` dpdklab
@ 2024-05-28  9:57 ` dpdklab
  2024-05-28  9:58 ` dpdklab
                   ` (78 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.4%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.5%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (8 preceding siblings ...)
  2024-05-28  9:57 ` dpdklab
@ 2024-05-28  9:58 ` dpdklab
  2024-05-28  9:59 ` dpdklab
                   ` (77 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (9 preceding siblings ...)
  2024-05-28  9:58 ` dpdklab
@ 2024-05-28  9:59 ` dpdklab
  2024-05-28 10:20 ` dpdklab
                   ` (76 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28  9:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (10 preceding siblings ...)
  2024-05-28  9:59 ` dpdklab
@ 2024-05-28 10:20 ` dpdklab
  2024-05-28 10:30 ` dpdklab
                   ` (75 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.9%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.6%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.2%                         |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 128     | 64         | -1.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (11 preceding siblings ...)
  2024-05-28 10:20 ` dpdklab
@ 2024-05-28 10:30 ` dpdklab
  2024-05-28 10:41 ` dpdklab
                   ` (74 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Arm Ampere Altra - Ubuntu 22.04
Kernel: 5.15.83+
Compiler: gcc 11.4
NIC: Intel Corporation QAT 8970 0 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (12 preceding siblings ...)
  2024-05-28 10:30 ` dpdklab
@ 2024-05-28 10:41 ` dpdklab
  2024-05-28 10:42 ` dpdklab
                   ` (73 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 22.04 ARM
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.83+
Compiler: gcc 11.4.0
NIC: Broadcom Inc. and subsidiaries BCM957508-P2100G Dual-Port 100 Gb/s QSFP56 100 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (13 preceding siblings ...)
  2024-05-28 10:41 ` dpdklab
@ 2024-05-28 10:42 ` dpdklab
  2024-05-28 10:43 ` dpdklab
                   ` (72 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (14 preceding siblings ...)
  2024-05-28 10:42 ` dpdklab
@ 2024-05-28 10:43 ` dpdklab
  2024-05-28 10:43 ` dpdklab
                   ` (71 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (15 preceding siblings ...)
  2024-05-28 10:43 ` dpdklab
@ 2024-05-28 10:43 ` dpdklab
  2024-05-28 10:44 ` dpdklab
                   ` (70 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (16 preceding siblings ...)
  2024-05-28 10:43 ` dpdklab
@ 2024-05-28 10:44 ` dpdklab
  2024-05-28 10:44 ` dpdklab
                   ` (69 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (17 preceding siblings ...)
  2024-05-28 10:44 ` dpdklab
@ 2024-05-28 10:44 ` dpdklab
  2024-05-28 10:45 ` dpdklab
                   ` (68 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (18 preceding siblings ...)
  2024-05-28 10:44 ` dpdklab
@ 2024-05-28 10:45 ` dpdklab
  2024-05-28 10:45 ` dpdklab
                   ` (67 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (19 preceding siblings ...)
  2024-05-28 10:45 ` dpdklab
@ 2024-05-28 10:45 ` dpdklab
  2024-05-28 10:46 ` dpdklab
                   ` (66 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (20 preceding siblings ...)
  2024-05-28 10:45 ` dpdklab
@ 2024-05-28 10:46 ` dpdklab
  2024-05-28 10:47 ` dpdklab
                   ` (65 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (21 preceding siblings ...)
  2024-05-28 10:46 ` dpdklab
@ 2024-05-28 10:47 ` dpdklab
  2024-05-28 10:47 ` dpdklab
                   ` (64 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (22 preceding siblings ...)
  2024-05-28 10:47 ` dpdklab
@ 2024-05-28 10:47 ` dpdklab
  2024-05-28 10:50 ` dpdklab
                   ` (63 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Fedora 38        | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Fedora 39        | PASS     |
+------------------+----------+
| Fedora 37        | PASS     |
+------------------+----------+
| Debian 12        | PASS     |
+------------------+----------+


CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (23 preceding siblings ...)
  2024-05-28 10:47 ` dpdklab
@ 2024-05-28 10:50 ` dpdklab
  2024-05-28 10:55 ` dpdklab
                   ` (62 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Arm Ampere Altra - Ubuntu 22.04
Kernel: 5.15.83+
Compiler: gcc 11.4
NIC: Intel Corporation QAT 8970 0 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (24 preceding siblings ...)
  2024-05-28 10:50 ` dpdklab
@ 2024-05-28 10:55 ` dpdklab
  2024-05-28 10:56 ` dpdklab
                   ` (61 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (25 preceding siblings ...)
  2024-05-28 10:55 ` dpdklab
@ 2024-05-28 10:56 ` dpdklab
  2024-05-28 10:56 ` dpdklab
                   ` (60 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (26 preceding siblings ...)
  2024-05-28 10:56 ` dpdklab
@ 2024-05-28 10:56 ` dpdklab
  2024-05-28 10:56 ` dpdklab
                   ` (59 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (27 preceding siblings ...)
  2024-05-28 10:56 ` dpdklab
@ 2024-05-28 10:56 ` dpdklab
  2024-05-28 10:57 ` dpdklab
                   ` (58 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (28 preceding siblings ...)
  2024-05-28 10:56 ` dpdklab
@ 2024-05-28 10:57 ` dpdklab
  2024-05-28 10:58 ` dpdklab
                   ` (57 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (29 preceding siblings ...)
  2024-05-28 10:57 ` dpdklab
@ 2024-05-28 10:58 ` dpdklab
  2024-05-28 10:58 ` dpdklab
                   ` (56 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (30 preceding siblings ...)
  2024-05-28 10:58 ` dpdklab
@ 2024-05-28 10:58 ` dpdklab
  2024-05-28 10:58 ` dpdklab
                   ` (55 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (31 preceding siblings ...)
  2024-05-28 10:58 ` dpdklab
@ 2024-05-28 10:58 ` dpdklab
  2024-05-28 10:58 ` dpdklab
                   ` (54 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (32 preceding siblings ...)
  2024-05-28 10:58 ` dpdklab
@ 2024-05-28 10:58 ` dpdklab
  2024-05-28 10:59 ` dpdklab
                   ` (53 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (33 preceding siblings ...)
  2024-05-28 10:58 ` dpdklab
@ 2024-05-28 10:59 ` dpdklab
  2024-05-28 11:00 ` dpdklab
                   ` (52 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 10:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (34 preceding siblings ...)
  2024-05-28 10:59 ` dpdklab
@ 2024-05-28 11:00 ` dpdklab
  2024-05-28 11:01 ` dpdklab
                   ` (51 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (35 preceding siblings ...)
  2024-05-28 11:00 ` dpdklab
@ 2024-05-28 11:01 ` dpdklab
  2024-05-28 11:01 ` dpdklab
                   ` (50 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (36 preceding siblings ...)
  2024-05-28 11:01 ` dpdklab
@ 2024-05-28 11:01 ` dpdklab
  2024-05-28 11:03 ` dpdklab
                   ` (49 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (37 preceding siblings ...)
  2024-05-28 11:01 ` dpdklab
@ 2024-05-28 11:03 ` dpdklab
  2024-05-28 11:03 ` dpdklab
                   ` (48 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (38 preceding siblings ...)
  2024-05-28 11:03 ` dpdklab
@ 2024-05-28 11:03 ` dpdklab
  2024-05-28 11:03 ` dpdklab
                   ` (47 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (39 preceding siblings ...)
  2024-05-28 11:03 ` dpdklab
@ 2024-05-28 11:03 ` dpdklab
  2024-05-28 11:04 ` dpdklab
                   ` (46 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (40 preceding siblings ...)
  2024-05-28 11:03 ` dpdklab
@ 2024-05-28 11:04 ` dpdklab
  2024-05-28 11:10 ` dpdklab
                   ` (45 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 12 (arm)          | PASS           |
+--------------------------+----------------+
| Debian 11 (Buster) (ARM) | PASS           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | PASS           |
+--------------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (41 preceding siblings ...)
  2024-05-28 11:04 ` dpdklab
@ 2024-05-28 11:10 ` dpdklab
  2024-05-28 11:14 ` dpdklab
                   ` (44 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 12 (arm)          | PASS           |
+--------------------------+----------------+
| Debian 11 (Buster) (ARM) | PASS           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | PASS           |
+--------------------------+----------------+
| Fedora 38 (ARM Clang)    | PASS           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | PASS           |
+--------------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (42 preceding siblings ...)
  2024-05-28 11:10 ` dpdklab
@ 2024-05-28 11:14 ` dpdklab
  2024-05-28 11:14 ` dpdklab
                   ` (43 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (43 preceding siblings ...)
  2024-05-28 11:14 ` dpdklab
@ 2024-05-28 11:14 ` dpdklab
  2024-05-28 11:14 ` dpdklab
                   ` (42 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+
|         Environment         | dpdk_unit_test |
+=============================+================+
| Debian 12 (arm)             | PASS           |
+-----------------------------+----------------+
| Debian 11 (Buster) (ARM)    | PASS           |
+-----------------------------+----------------+
| CentOS Stream 9 (ARM)       | PASS           |
+-----------------------------+----------------+
| Fedora 38 (ARM Clang)       | PASS           |
+-----------------------------+----------------+
| Fedora 38 (ARM)             | PASS           |
+-----------------------------+----------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           |
+-----------------------------+----------------+
| Ubuntu 20.04 (ARM)          | PASS           |
+-----------------------------+----------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (44 preceding siblings ...)
  2024-05-28 11:14 ` dpdklab
@ 2024-05-28 11:14 ` dpdklab
  2024-05-28 11:25 ` dpdklab
                   ` (41 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (45 preceding siblings ...)
  2024-05-28 11:14 ` dpdklab
@ 2024-05-28 11:25 ` dpdklab
  2024-05-28 11:25 ` dpdklab
                   ` (40 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (46 preceding siblings ...)
  2024-05-28 11:25 ` dpdklab
@ 2024-05-28 11:25 ` dpdklab
  2024-05-28 11:25 ` dpdklab
                   ` (39 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (47 preceding siblings ...)
  2024-05-28 11:25 ` dpdklab
@ 2024-05-28 11:25 ` dpdklab
  2024-05-28 11:25 ` dpdklab
                   ` (38 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (48 preceding siblings ...)
  2024-05-28 11:25 ` dpdklab
@ 2024-05-28 11:25 ` dpdklab
  2024-05-28 11:28 ` dpdklab
                   ` (37 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (49 preceding siblings ...)
  2024-05-28 11:25 ` dpdklab
@ 2024-05-28 11:28 ` dpdklab
  2024-05-28 11:33 ` dpdklab
                   ` (36 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (50 preceding siblings ...)
  2024-05-28 11:28 ` dpdklab
@ 2024-05-28 11:33 ` dpdklab
  2024-05-28 11:34 ` dpdklab
                   ` (35 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (51 preceding siblings ...)
  2024-05-28 11:33 ` dpdklab
@ 2024-05-28 11:34 ` dpdklab
  2024-05-28 11:37 ` dpdklab
                   ` (34 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (52 preceding siblings ...)
  2024-05-28 11:34 ` dpdklab
@ 2024-05-28 11:37 ` dpdklab
  2024-05-28 11:38 ` dpdklab
                   ` (33 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (53 preceding siblings ...)
  2024-05-28 11:37 ` dpdklab
@ 2024-05-28 11:38 ` dpdklab
  2024-05-28 11:47 ` dpdklab
                   ` (32 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (54 preceding siblings ...)
  2024-05-28 11:38 ` dpdklab
@ 2024-05-28 11:47 ` dpdklab
  2024-05-28 11:47 ` dpdklab
                   ` (31 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (55 preceding siblings ...)
  2024-05-28 11:47 ` dpdklab
@ 2024-05-28 11:47 ` dpdklab
  2024-05-28 11:48 ` dpdklab
                   ` (30 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (56 preceding siblings ...)
  2024-05-28 11:47 ` dpdklab
@ 2024-05-28 11:48 ` dpdklab
  2024-05-28 11:49 ` dpdklab
                   ` (29 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (57 preceding siblings ...)
  2024-05-28 11:48 ` dpdklab
@ 2024-05-28 11:49 ` dpdklab
  2024-05-28 11:50 ` dpdklab
                   ` (28 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (58 preceding siblings ...)
  2024-05-28 11:49 ` dpdklab
@ 2024-05-28 11:50 ` dpdklab
  2024-05-28 11:54 ` dpdklab
                   ` (27 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (59 preceding siblings ...)
  2024-05-28 11:50 ` dpdklab
@ 2024-05-28 11:54 ` dpdklab
  2024-05-28 11:54 ` dpdklab
                   ` (26 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS                 |
+--------------+----------------------+


Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (60 preceding siblings ...)
  2024-05-28 11:54 ` dpdklab
@ 2024-05-28 11:54 ` dpdklab
  2024-05-28 11:54 ` dpdklab
                   ` (25 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (61 preceding siblings ...)
  2024-05-28 11:54 ` dpdklab
@ 2024-05-28 11:54 ` dpdklab
  2024-05-28 11:55 ` dpdklab
                   ` (24 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (62 preceding siblings ...)
  2024-05-28 11:54 ` dpdklab
@ 2024-05-28 11:55 ` dpdklab
  2024-05-28 11:55 ` dpdklab
                   ` (23 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (63 preceding siblings ...)
  2024-05-28 11:55 ` dpdklab
@ 2024-05-28 11:55 ` dpdklab
  2024-05-28 11:56 ` dpdklab
                   ` (22 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (64 preceding siblings ...)
  2024-05-28 11:55 ` dpdklab
@ 2024-05-28 11:56 ` dpdklab
  2024-05-28 11:56 ` dpdklab
                   ` (21 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs |
+=====================+====================+======================+===================+==================+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| FreeBSD 14.0        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 37           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 38           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Fedora 39           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Debian 12           | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| RHEL8               | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | SKIPPED           | PASS             |
+---------------------+--------------------+----------------------+-------------------+------------------+
| Alpine              | PASS               | SKIPPED              | SKIPPED           | SKIPPED          |
+---------------------+--------------------+----------------------+-------------------+------------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

FreeBSD 13.3
	Kernel: 13.3-RELEASE-p1
	Compiler: clang 17.0.6

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

FreeBSD 14.0
	Kernel: 14.0
	Compiler: clang 16.0.6

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (65 preceding siblings ...)
  2024-05-28 11:56 ` dpdklab
@ 2024-05-28 11:56 ` dpdklab
  2024-05-28 11:57 ` dpdklab
                   ` (20 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (66 preceding siblings ...)
  2024-05-28 11:56 ` dpdklab
@ 2024-05-28 11:57 ` dpdklab
  2024-05-28 11:57 ` dpdklab
                   ` (19 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (67 preceding siblings ...)
  2024-05-28 11:57 ` dpdklab
@ 2024-05-28 11:57 ` dpdklab
  2024-05-28 11:59 ` dpdklab
                   ` (18 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (68 preceding siblings ...)
  2024-05-28 11:57 ` dpdklab
@ 2024-05-28 11:59 ` dpdklab
  2024-05-28 11:59 ` dpdklab
                   ` (17 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (69 preceding siblings ...)
  2024-05-28 11:59 ` dpdklab
@ 2024-05-28 11:59 ` dpdklab
  2024-05-28 12:02 ` dpdklab
                   ` (16 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 11:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (70 preceding siblings ...)
  2024-05-28 11:59 ` dpdklab
@ 2024-05-28 12:02 ` dpdklab
  2024-05-28 12:18 ` dpdklab
                   ` (15 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (71 preceding siblings ...)
  2024-05-28 12:02 ` dpdklab
@ 2024-05-28 12:18 ` dpdklab
  2024-05-28 12:22 ` dpdklab
                   ` (14 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (72 preceding siblings ...)
  2024-05-28 12:18 ` dpdklab
@ 2024-05-28 12:22 ` dpdklab
  2024-05-28 12:32 ` dpdklab
                   ` (13 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (73 preceding siblings ...)
  2024-05-28 12:22 ` dpdklab
@ 2024-05-28 12:32 ` dpdklab
  2024-05-28 12:32 ` dpdklab
                   ` (12 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (74 preceding siblings ...)
  2024-05-28 12:32 ` dpdklab
@ 2024-05-28 12:32 ` dpdklab
  2024-05-28 12:32 ` dpdklab
                   ` (11 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (75 preceding siblings ...)
  2024-05-28 12:32 ` dpdklab
@ 2024-05-28 12:32 ` dpdklab
  2024-05-28 12:37 ` dpdklab
                   ` (10 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+


Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (76 preceding siblings ...)
  2024-05-28 12:32 ` dpdklab
@ 2024-05-28 12:37 ` dpdklab
  2024-05-28 12:47 ` dpdklab
                   ` (9 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+==============================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         |
+-----------------------------+----------------+--------------+------------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      |
+-----------------------------+----------------+--------------+------------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (77 preceding siblings ...)
  2024-05-28 12:37 ` dpdklab
@ 2024-05-28 12:47 ` dpdklab
  2024-05-28 12:51 ` dpdklab
                   ` (8 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+---------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         | PASS                      |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (78 preceding siblings ...)
  2024-05-28 12:47 ` dpdklab
@ 2024-05-28 12:51 ` dpdklab
  2024-05-28 12:58 ` dpdklab
                   ` (7 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+---------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         | PASS                      |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (79 preceding siblings ...)
  2024-05-28 12:51 ` dpdklab
@ 2024-05-28 12:58 ` dpdklab
  2024-05-28 13:03 ` dpdklab
                   ` (6 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 12:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (80 preceding siblings ...)
  2024-05-28 12:58 ` dpdklab
@ 2024-05-28 13:03 ` dpdklab
  2024-05-28 13:04 ` dpdklab
                   ` (5 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 13:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (81 preceding siblings ...)
  2024-05-28 13:03 ` dpdklab
@ 2024-05-28 13:04 ` dpdklab
  2024-05-28 13:21 ` dpdklab
                   ` (4 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 13:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (82 preceding siblings ...)
  2024-05-28 13:04 ` dpdklab
@ 2024-05-28 13:21 ` dpdklab
  2024-05-28 14:29 ` dpdklab
                   ` (3 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 13:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+-----------------------------+----------------+--------------+------------------------------+---------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+=============================+================+==============+==============================+===========================+
| Debian 12 (arm)             | PASS           | SKIPPED      | PASS                         | PASS                      |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM)    | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| CentOS Stream 9 (ARM)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 38 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| 32-bit Ubuntu 20.04.4 (ARM) | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)          | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 37 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM Clang)       | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Fedora 39 (ARM)             | PASS           | SKIPPED      | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                      | SKIPPED                   |
+-----------------------------+----------------+--------------+------------------------------+---------------------------+


Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

32-bit Ubuntu 20.04.4 (ARM)
	Kernel: 5.4.0-155-generic aarch64
	Compiler: gcc 9.4

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (83 preceding siblings ...)
  2024-05-28 13:21 ` dpdklab
@ 2024-05-28 14:29 ` dpdklab
  2024-05-30  2:11 ` dpdklab
                   ` (2 subsequent siblings)
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-28 14:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Debian 12 (arm)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Debian 12 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (85 preceding siblings ...)
  2024-05-30  2:11 ` dpdklab
@ 2024-05-30  2:11 ` dpdklab
  2024-05-30  2:17 ` dpdklab
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-30  2:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-94-generic
Compiler: gcc 11.4.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Target: Unknown
Fail/Total: 0/6

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 256     | 1        | 1           | 0.6%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.5%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (84 preceding siblings ...)
  2024-05-28 14:29 ` dpdklab
@ 2024-05-30  2:11 ` dpdklab
  2024-05-30  2:11 ` dpdklab
  2024-05-30  2:17 ` dpdklab
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-30  2:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/140356

_Performance Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.9%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.6%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.2%                         |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: Unknown
Fail/Total: 0/6

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 128     | 64         | -1.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+

22.04
Kernel: 5.15.0-94-generic
Compiler: gcc 11.4.0
NIC: Intel E810 100000 Mbps
Target: Unknown
Fail/Total: 0/4

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 2           | 1.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 2           | -0.8%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 512     | 1        | 1           | 0.8%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.6%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi
       [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
                   ` (86 preceding siblings ...)
  2024-05-30  2:11 ` dpdklab
@ 2024-05-30  2:17 ` dpdklab
  87 siblings, 0 replies; 88+ messages in thread
From: dpdklab @ 2024-05-30  2:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Tuesday, May 28 2024 07:43:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:77e63757d2a0106a0cc519f5a82e2d749d16475a

140356 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| scatter                     |  PASS  |
+-----------------------------+--------+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


Ubuntu 20.04
Kernel: 5.4.0-122-generic
Compiler: gcc 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| scatter                     |  PASS  |
+-----------------------------+--------+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-generic aarch64
Compiler: gcc 11.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+------------+--------+
| Test Suite | Result |
+============+========+
| scatter    |  PASS  |
+------------+--------+


Ubuntu 20.04 ARM
Kernel: 5.15.0-97-generic
Compiler: gcc 11.4.0
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: Unknown

Aggregate Results by Test Suite
+-----------------+--------+
|   Test Suite    | Result |
+=================+========+
| unit_tests_mbuf |  PASS  |
+-----------------+--------+
| mtu_update      |  PASS  |
+-----------------+--------+


Arm Ampere Altra - Ubuntu 22.04
Kernel: 5.15.83+
Compiler: gcc 11.4
NIC: Intel Corporation QAT 8970 0 Mbps
Target: Unknown

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2024-05-30  2:17 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240528074354.190779-1-mattias.ronnblom@ericsson.com>
2024-05-28  7:33 ` |FAILURE| pw140356 [RFC v2] eal: provide option to use compiler memcpy instead of RTE qemudev
2024-05-28  7:54 ` |SUCCESS| " checkpatch
2024-05-28  8:43 ` |FAILURE| " 0-day Robot
2024-05-28  9:39 ` |SUCCESS| pw140356 [PATCH] [RFC,v2] eal: provide option to use compi dpdklab
2024-05-28  9:40 ` dpdklab
2024-05-28  9:41 ` dpdklab
2024-05-28  9:41 ` dpdklab
2024-05-28  9:46 ` dpdklab
2024-05-28  9:57 ` dpdklab
2024-05-28  9:58 ` dpdklab
2024-05-28  9:59 ` dpdklab
2024-05-28 10:20 ` dpdklab
2024-05-28 10:30 ` dpdklab
2024-05-28 10:41 ` dpdklab
2024-05-28 10:42 ` dpdklab
2024-05-28 10:43 ` dpdklab
2024-05-28 10:43 ` dpdklab
2024-05-28 10:44 ` dpdklab
2024-05-28 10:44 ` dpdklab
2024-05-28 10:45 ` dpdklab
2024-05-28 10:45 ` dpdklab
2024-05-28 10:46 ` dpdklab
2024-05-28 10:47 ` dpdklab
2024-05-28 10:47 ` dpdklab
2024-05-28 10:50 ` dpdklab
2024-05-28 10:55 ` dpdklab
2024-05-28 10:56 ` dpdklab
2024-05-28 10:56 ` dpdklab
2024-05-28 10:56 ` dpdklab
2024-05-28 10:57 ` dpdklab
2024-05-28 10:58 ` dpdklab
2024-05-28 10:58 ` dpdklab
2024-05-28 10:58 ` dpdklab
2024-05-28 10:58 ` dpdklab
2024-05-28 10:59 ` dpdklab
2024-05-28 11:00 ` dpdklab
2024-05-28 11:01 ` dpdklab
2024-05-28 11:01 ` dpdklab
2024-05-28 11:03 ` dpdklab
2024-05-28 11:03 ` dpdklab
2024-05-28 11:03 ` dpdklab
2024-05-28 11:04 ` dpdklab
2024-05-28 11:10 ` dpdklab
2024-05-28 11:14 ` dpdklab
2024-05-28 11:14 ` dpdklab
2024-05-28 11:14 ` dpdklab
2024-05-28 11:25 ` dpdklab
2024-05-28 11:25 ` dpdklab
2024-05-28 11:25 ` dpdklab
2024-05-28 11:25 ` dpdklab
2024-05-28 11:28 ` dpdklab
2024-05-28 11:33 ` dpdklab
2024-05-28 11:34 ` dpdklab
2024-05-28 11:37 ` dpdklab
2024-05-28 11:38 ` dpdklab
2024-05-28 11:47 ` dpdklab
2024-05-28 11:47 ` dpdklab
2024-05-28 11:48 ` dpdklab
2024-05-28 11:49 ` dpdklab
2024-05-28 11:50 ` dpdklab
2024-05-28 11:54 ` dpdklab
2024-05-28 11:54 ` dpdklab
2024-05-28 11:54 ` dpdklab
2024-05-28 11:55 ` dpdklab
2024-05-28 11:55 ` dpdklab
2024-05-28 11:56 ` dpdklab
2024-05-28 11:56 ` dpdklab
2024-05-28 11:57 ` dpdklab
2024-05-28 11:57 ` dpdklab
2024-05-28 11:59 ` dpdklab
2024-05-28 11:59 ` dpdklab
2024-05-28 12:02 ` dpdklab
2024-05-28 12:18 ` dpdklab
2024-05-28 12:22 ` dpdklab
2024-05-28 12:32 ` dpdklab
2024-05-28 12:32 ` dpdklab
2024-05-28 12:32 ` dpdklab
2024-05-28 12:37 ` dpdklab
2024-05-28 12:47 ` dpdklab
2024-05-28 12:51 ` dpdklab
2024-05-28 12:58 ` dpdklab
2024-05-28 13:03 ` dpdklab
2024-05-28 13:04 ` dpdklab
2024-05-28 13:21 ` dpdklab
2024-05-28 14:29 ` dpdklab
2024-05-30  2:11 ` dpdklab
2024-05-30  2:11 ` dpdklab
2024-05-30  2:17 ` 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).