automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:08 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  7:02 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  7:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+


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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  7:02 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  7:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:57 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:56 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:50 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:44 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:40 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:39 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:37 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:37 UTC (permalink / raw)
  To: Test Report; +Cc: Shijith Thotton, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:27 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:26 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:24 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-18  6:23 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-18  6:23 UTC (permalink / raw)
  To: Test Report; +Cc: Shijith Thotton, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:49 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| RHEL 7              | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+


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

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:49 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:33 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:31 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:30 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:30 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:16 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:15 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:09 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:00 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:00 UTC (permalink / raw)
  To: Test Report; +Cc: Shijith Thotton, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 17:00 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 17:00 UTC (permalink / raw)
  To: Test Report; +Cc: Shijith Thotton, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 16:45 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 16:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE                   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 11:39 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 11:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| RHEL 7           | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Ubuntu 20.04     | PASS     |
+------------------+----------+


CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17 10:34 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17 10:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| RHEL 7           | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Ubuntu 20.04     | PASS     |
+------------------+----------+


RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-17  8:19 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-17  8:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | PASS                 |
+--------------+----------------------+


Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
[parent not found: <d7f77765b09c5333df105c317344e983a2f1ad45.1678867113.git.sthotton@marvell.com>]
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15 10:08 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15 10:08 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-x86_64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| RHEL 7           | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15 10:01 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15 10:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+-------------------------------+---------------------------+----------------+------------------------------+--------------+
|          Environment          | cryptodev_sw_zuc_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | lpm_autotest |
+===============================+===========================+================+==============================+==============+
| Debian 11                     | PASS                      | SKIPPED        | PASS                         | SKIPPED      |
+-------------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED                   | PASS           | SKIPPED                      | SKIPPED      |
+-------------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED                   | PASS           | SKIPPED                      | SKIPPED      |
+-------------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED                   | SKIPPED        | SKIPPED                      | PASS         |
+-------------------------------+---------------------------+----------------+------------------------------+--------------+


Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:57 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+-------------------------------+------------------------------+---------------------------+----------------+--------------+
|          Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+===============================+==============================+===========================+================+==============+
| Debian 11                     | PASS                         | PASS                      | SKIPPED        | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED                      | SKIPPED                   | PASS           | SKIPPED      |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED                      | SKIPPED                   | SKIPPED        | PASS         |
+-------------------------------+------------------------------+---------------------------+----------------+--------------+


Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:54 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-aarch64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:54 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-aarch64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | 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                   | PASS               |
+----------------------------------------+--------------------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:39 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:31 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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


Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:26 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 1.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 4.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.5%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -3.8%                        |
+----------+-------------+---------+------------+------------------------------+

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: 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.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -2.4%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:22 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 1.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 4.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.5%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -3.8%                        |
+----------+-------------+---------+------------+------------------------------+

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: 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.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -2.4%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:21 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

Test-Label: iol-x86_64-compile-testing
Test-Status: SUCCESS
http://dpdk.org/patch/125134

_Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| RHEL 7           | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:18 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 1.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 4.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.5%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -3.8%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:18 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
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: 4.15.0-132-generic
Compiler: gcc 7.5
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:14 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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.6%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 5.8%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:07 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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.6%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 5.8%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:06 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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/2


Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:06 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: 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.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 1.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 4.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | -0.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:01 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:01 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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/2


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:01 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

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


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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


Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  9:00 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  9:00 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 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.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:57 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:56 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

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


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:52 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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.7%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.8%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 22.04
Kernel: 5.15.0-39-generic
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:51 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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.7%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 0.8%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:51 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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/2


Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:48 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: 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.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
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         | 1.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 4.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 1.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:47 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:47 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 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.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.5%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:47 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Performance Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> performance testing pass

Test environment and result as below:

Arm Ampere Altra - Ubuntu 20.04.4
Kernel: 5.4.0-137-generic aarch64
Compiler: gcc 9.4
NIC: 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.3%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:45 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

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


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:41 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
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/25740/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:40 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


Ubuntu 22.04
Kernel: 5.15.0-58-generic x86_64
Compiler: gcc gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.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/2


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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 64+ messages in thread
* |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events
@ 2023-03-15  8:34 dpdklab
  0 siblings, 0 replies; 64+ messages in thread
From: dpdklab @ 2023-03-15  8:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

_Functional Testing PASS_

Submitter: Shijith Thotton <sthotton@marvell.com>
Date: Wednesday, March 15 2023 08:00:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:baf13c3135d0c5998fff7edc23fb89412dc89246

125134 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/1


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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-03-18  7:02 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 17:08 |SUCCESS| pw125134 [PATCH] [v1] eventdev/timer: use loop to check for timeout events dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-03-18  7:02 dpdklab
2023-03-18  7:02 dpdklab
2023-03-18  6:57 dpdklab
2023-03-18  6:56 dpdklab
2023-03-18  6:50 dpdklab
2023-03-18  6:44 dpdklab
2023-03-18  6:40 dpdklab
2023-03-18  6:39 dpdklab
2023-03-18  6:37 dpdklab
2023-03-18  6:27 dpdklab
2023-03-18  6:26 dpdklab
2023-03-18  6:24 dpdklab
2023-03-18  6:23 dpdklab
2023-03-17 17:49 dpdklab
2023-03-17 17:49 dpdklab
2023-03-17 17:33 dpdklab
2023-03-17 17:31 dpdklab
2023-03-17 17:30 dpdklab
2023-03-17 17:30 dpdklab
2023-03-17 17:16 dpdklab
2023-03-17 17:15 dpdklab
2023-03-17 17:09 dpdklab
2023-03-17 17:00 dpdklab
2023-03-17 17:00 dpdklab
2023-03-17 16:45 dpdklab
2023-03-17 11:39 dpdklab
2023-03-17 10:34 dpdklab
2023-03-17  8:19 dpdklab
     [not found] <d7f77765b09c5333df105c317344e983a2f1ad45.1678867113.git.sthotton@marvell.com>
2023-03-15  7:50 ` |SUCCESS| pw125134 [PATCH v1] " qemudev
2023-03-15  7:54 ` qemudev
2023-03-15 10:19 ` 0-day Robot
2023-03-15 10:08 |SUCCESS| pw125134 [PATCH] [v1] " dpdklab
2023-03-15 10:01 dpdklab
2023-03-15  9:57 dpdklab
2023-03-15  9:54 dpdklab
2023-03-15  9:54 dpdklab
2023-03-15  9:39 dpdklab
2023-03-15  9:31 dpdklab
2023-03-15  9:26 dpdklab
2023-03-15  9:22 dpdklab
2023-03-15  9:21 dpdklab
2023-03-15  9:18 dpdklab
2023-03-15  9:18 dpdklab
2023-03-15  9:14 dpdklab
2023-03-15  9:07 dpdklab
2023-03-15  9:06 dpdklab
2023-03-15  9:06 dpdklab
2023-03-15  9:01 dpdklab
2023-03-15  9:01 dpdklab
2023-03-15  9:01 dpdklab
2023-03-15  9:00 dpdklab
2023-03-15  8:57 dpdklab
2023-03-15  8:56 dpdklab
2023-03-15  8:52 dpdklab
2023-03-15  8:51 dpdklab
2023-03-15  8:51 dpdklab
2023-03-15  8:48 dpdklab
2023-03-15  8:47 dpdklab
2023-03-15  8:47 dpdklab
2023-03-15  8:45 dpdklab
2023-03-15  8:41 dpdklab
2023-03-15  8:40 dpdklab
2023-03-15  8:34 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).