automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw137793 [PATCH v5 23/23] net/cnxk: other flow operations
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
@ 2024-03-01 19:20 ` checkpatch
  2024-03-01 22:54 ` |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op dpdklab
                   ` (73 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: checkpatch @ 2024-03-01 19:20 UTC (permalink / raw)
  To: test-report; +Cc: Harman Kalra

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/137793

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#132: FILE: drivers/net/cnxk/cnxk_rep_flow.c:294:
+	plt_rep_dbg("Flow Destroy: flow 0x%" PRIu64 ", portid %d", msg_fd_meta.flow,

total: 0 errors, 0 warnings, 1 checks, 477 lines checked

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
  2024-03-01 19:20 ` |WARNING| pw137793 [PATCH v5 23/23] net/cnxk: other flow operations checkpatch
@ 2024-03-01 22:54 ` dpdklab
  2024-03-01 23:15 ` dpdklab
                   ` (72 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 22:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> 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         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
  2024-03-01 19:20 ` |WARNING| pw137793 [PATCH v5 23/23] net/cnxk: other flow operations checkpatch
  2024-03-01 22:54 ` |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op dpdklab
@ 2024-03-01 23:15 ` dpdklab
  2024-03-01 23:21 ` dpdklab
                   ` (71 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional 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/3


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (2 preceding siblings ...)
  2024-03-01 23:15 ` dpdklab
@ 2024-03-01 23:21 ` dpdklab
  2024-03-01 23:24 ` dpdklab
                   ` (70 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> 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         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (3 preceding siblings ...)
  2024-03-01 23:21 ` dpdklab
@ 2024-03-01 23:24 ` dpdklab
  2024-03-01 23:25 ` dpdklab
                   ` (69 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (4 preceding siblings ...)
  2024-03-01 23:24 ` dpdklab
@ 2024-03-01 23:25 ` dpdklab
  2024-03-01 23:25 ` dpdklab
                   ` (68 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (5 preceding siblings ...)
  2024-03-01 23:25 ` dpdklab
@ 2024-03-01 23:25 ` dpdklab
  2024-03-01 23:25 ` dpdklab
                   ` (67 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:25 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
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.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (6 preceding siblings ...)
  2024-03-01 23:25 ` dpdklab
@ 2024-03-01 23:25 ` dpdklab
  2024-03-01 23:27 ` dpdklab
                   ` (66 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional 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/3


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (7 preceding siblings ...)
  2024-03-01 23:25 ` dpdklab
@ 2024-03-01 23:27 ` dpdklab
  2024-03-01 23:29 ` dpdklab
                   ` (65 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (8 preceding siblings ...)
  2024-03-01 23:27 ` dpdklab
@ 2024-03-01 23:29 ` dpdklab
  2024-03-01 23:29 ` dpdklab
                   ` (64 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> 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         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 2.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.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (9 preceding siblings ...)
  2024-03-01 23:29 ` dpdklab
@ 2024-03-01 23:29 ` dpdklab
  2024-03-01 23:35 ` dpdklab
                   ` (63 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:29 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> performance testing pass

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15.0-78-generic
Compiler: gcc 11.4.0
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.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (10 preceding siblings ...)
  2024-03-01 23:29 ` dpdklab
@ 2024-03-01 23:35 ` dpdklab
  2024-03-01 23:36 ` dpdklab
                   ` (62 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (11 preceding siblings ...)
  2024-03-01 23:35 ` dpdklab
@ 2024-03-01 23:36 ` dpdklab
  2024-03-01 23:37 ` dpdklab
                   ` (61 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (12 preceding siblings ...)
  2024-03-01 23:36 ` dpdklab
@ 2024-03-01 23:37 ` dpdklab
  2024-03-01 23:38 ` dpdklab
                   ` (60 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (13 preceding siblings ...)
  2024-03-01 23:37 ` dpdklab
@ 2024-03-01 23:38 ` dpdklab
  2024-03-01 23:39 ` dpdklab
                   ` (59 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (14 preceding siblings ...)
  2024-03-01 23:38 ` dpdklab
@ 2024-03-01 23:39 ` dpdklab
  2024-03-01 23:39 ` dpdklab
                   ` (58 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (15 preceding siblings ...)
  2024-03-01 23:39 ` dpdklab
@ 2024-03-01 23:39 ` dpdklab
  2024-03-01 23:41 ` dpdklab
                   ` (57 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional 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/3


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (16 preceding siblings ...)
  2024-03-01 23:39 ` dpdklab
@ 2024-03-01 23:41 ` dpdklab
  2024-03-01 23:52 ` dpdklab
                   ` (56 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (17 preceding siblings ...)
  2024-03-01 23:41 ` dpdklab
@ 2024-03-01 23:52 ` dpdklab
  2024-03-02  0:12 ` dpdklab
                   ` (55 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-01 23:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (18 preceding siblings ...)
  2024-03-01 23:52 ` dpdklab
@ 2024-03-02  0:12 ` dpdklab
  2024-03-02  0:14 ` dpdklab
                   ` (54 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  0:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> performance testing pass

Test environment and result as below:

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (19 preceding siblings ...)
  2024-03-02  0:12 ` dpdklab
@ 2024-03-02  0:14 ` dpdklab
  2024-03-02  0:37 ` dpdklab
                   ` (53 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  0:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional testing pass

Test environment and result as below:

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


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (20 preceding siblings ...)
  2024-03-02  0:14 ` dpdklab
@ 2024-03-02  0:37 ` dpdklab
  2024-03-02  0:45 ` dpdklab
                   ` (52 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  0:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional 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/3


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


Arm Ampere Altra - Ubuntu 22.04.3
Kernel: 5.15.0-83-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/29383/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (21 preceding siblings ...)
  2024-03-02  0:37 ` dpdklab
@ 2024-03-02  0:45 ` dpdklab
  2024-03-02  2:17 ` dpdklab
                   ` (51 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  0:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional testing pass

Test environment and result as below:

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


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (22 preceding siblings ...)
  2024-03-02  0:45 ` dpdklab
@ 2024-03-02  2:17 ` dpdklab
  2024-03-02  2:19 ` dpdklab
                   ` (50 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13.2     | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian 12 (arm)  | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Fedora 38        | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| Fedora 37        | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (23 preceding siblings ...)
  2024-03-02  2:17 ` dpdklab
@ 2024-03-02  2:19 ` dpdklab
  2024-03-02  2:26 ` dpdklab
                   ` (49 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (24 preceding siblings ...)
  2024-03-02  2:19 ` dpdklab
@ 2024-03-02  2:26 ` dpdklab
  2024-03-02  2:27 ` dpdklab
                   ` (48 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (25 preceding siblings ...)
  2024-03-02  2:26 ` dpdklab
@ 2024-03-02  2:27 ` dpdklab
  2024-03-02  2:28 ` dpdklab
                   ` (47 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (26 preceding siblings ...)
  2024-03-02  2:27 ` dpdklab
@ 2024-03-02  2:28 ` dpdklab
  2024-03-02  2:36 ` dpdklab
                   ` (46 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (27 preceding siblings ...)
  2024-03-02  2:28 ` dpdklab
@ 2024-03-02  2:36 ` dpdklab
  2024-03-02  2:37 ` dpdklab
                   ` (45 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:36 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (28 preceding siblings ...)
  2024-03-02  2:36 ` dpdklab
@ 2024-03-02  2:37 ` dpdklab
  2024-03-02  2:38 ` dpdklab
                   ` (44 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (29 preceding siblings ...)
  2024-03-02  2:37 ` dpdklab
@ 2024-03-02  2:38 ` dpdklab
  2024-03-02  2:39 ` dpdklab
                   ` (43 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (30 preceding siblings ...)
  2024-03-02  2:38 ` dpdklab
@ 2024-03-02  2:39 ` dpdklab
  2024-03-02  2:39 ` dpdklab
                   ` (42 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (31 preceding siblings ...)
  2024-03-02  2:39 ` dpdklab
@ 2024-03-02  2:39 ` dpdklab
  2024-03-02  2:40 ` dpdklab
                   ` (41 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (32 preceding siblings ...)
  2024-03-02  2:39 ` dpdklab
@ 2024-03-02  2:40 ` dpdklab
  2024-03-02  2:40 ` dpdklab
                   ` (40 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (33 preceding siblings ...)
  2024-03-02  2:40 ` dpdklab
@ 2024-03-02  2:40 ` dpdklab
  2024-03-02  2:41 ` dpdklab
                   ` (39 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (34 preceding siblings ...)
  2024-03-02  2:40 ` dpdklab
@ 2024-03-02  2:41 ` dpdklab
  2024-03-02  2:41 ` dpdklab
                   ` (38 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (35 preceding siblings ...)
  2024-03-02  2:41 ` dpdklab
@ 2024-03-02  2:41 ` dpdklab
  2024-03-02  2:42 ` dpdklab
                   ` (37 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (36 preceding siblings ...)
  2024-03-02  2:41 ` dpdklab
@ 2024-03-02  2:42 ` dpdklab
  2024-03-02  2:42 ` dpdklab
                   ` (36 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (37 preceding siblings ...)
  2024-03-02  2:42 ` dpdklab
@ 2024-03-02  2:42 ` dpdklab
  2024-03-02  2:43 ` dpdklab
                   ` (35 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (38 preceding siblings ...)
  2024-03-02  2:42 ` dpdklab
@ 2024-03-02  2:43 ` dpdklab
  2024-03-02  2:43 ` dpdklab
                   ` (34 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (39 preceding siblings ...)
  2024-03-02  2:43 ` dpdklab
@ 2024-03-02  2:43 ` dpdklab
  2024-03-02  2:43 ` dpdklab
                   ` (33 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (40 preceding siblings ...)
  2024-03-02  2:43 ` dpdklab
@ 2024-03-02  2:43 ` dpdklab
  2024-03-02  2:43 ` dpdklab
                   ` (32 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (41 preceding siblings ...)
  2024-03-02  2:43 ` dpdklab
@ 2024-03-02  2:43 ` dpdklab
  2024-03-02  2:43 ` dpdklab
                   ` (31 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (42 preceding siblings ...)
  2024-03-02  2:43 ` dpdklab
@ 2024-03-02  2:43 ` dpdklab
  2024-03-02  2:44 ` dpdklab
                   ` (30 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (43 preceding siblings ...)
  2024-03-02  2:43 ` dpdklab
@ 2024-03-02  2:44 ` dpdklab
  2024-03-02  2:45 ` dpdklab
                   ` (29 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (44 preceding siblings ...)
  2024-03-02  2:44 ` dpdklab
@ 2024-03-02  2:45 ` dpdklab
  2024-03-02  2:50 ` dpdklab
                   ` (28 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+
|     Environment     | dpdk_meson_compile |
+=====================+====================+
| FreeBSD 13.2        | PASS               |
+---------------------+--------------------+
| CentOS Stream 8     | PASS               |
+---------------------+--------------------+
| Debian 12 (arm)     | PASS               |
+---------------------+--------------------+
| Debian Bullseye     | PASS               |
+---------------------+--------------------+
| CentOS Stream 9     | PASS               |
+---------------------+--------------------+
| Fedora 38           | PASS               |
+---------------------+--------------------+
| openSUSE Leap 15    | PASS               |
+---------------------+--------------------+
| Fedora 37           | PASS               |
+---------------------+--------------------+
| Ubuntu 22.04        | PASS               |
+---------------------+--------------------+
| Ubuntu 20.04        | PASS               |
+---------------------+--------------------+
| RHEL8               | PASS               |
+---------------------+--------------------+
| Alpine              | PASS               |
+---------------------+--------------------+
| Windows Server 2022 | PASS               |
+---------------------+--------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (45 preceding siblings ...)
  2024-03-02  2:45 ` dpdklab
@ 2024-03-02  2:50 ` dpdklab
  2024-03-02  2:51 ` dpdklab
                   ` (27 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | SKIPPED            | PASS                 |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (46 preceding siblings ...)
  2024-03-02  2:50 ` dpdklab
@ 2024-03-02  2:51 ` dpdklab
  2024-03-02  2:51 ` dpdklab
                   ` (26 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+
|       Environment        | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (47 preceding siblings ...)
  2024-03-02  2:51 ` dpdklab
@ 2024-03-02  2:51 ` dpdklab
  2024-03-02  2:51 ` dpdklab
                   ` (25 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| CentOS Stream 9  | PASS           |
+------------------+----------------+
| Debian Bullseye  | PASS           |
+------------------+----------------+
| Debian 12 (arm)  | PASS           |
+------------------+----------------+
| Fedora 38        | PASS           |
+------------------+----------------+
| Fedora 37        | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Ubuntu 22.04     | PASS           |
+------------------+----------------+


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (48 preceding siblings ...)
  2024-03-02  2:51 ` dpdklab
@ 2024-03-02  2:51 ` dpdklab
  2024-03-02  2:52 ` dpdklab
                   ` (24 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | SKIPPED            | PASS                 |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (49 preceding siblings ...)
  2024-03-02  2:51 ` dpdklab
@ 2024-03-02  2:52 ` dpdklab
  2024-03-02  2:53 ` dpdklab
                   ` (23 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | SKIPPED            | PASS                 |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (50 preceding siblings ...)
  2024-03-02  2:52 ` dpdklab
@ 2024-03-02  2:53 ` dpdklab
  2024-03-02  2:55 ` dpdklab
                   ` (22 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:53 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (51 preceding siblings ...)
  2024-03-02  2:53 ` dpdklab
@ 2024-03-02  2:55 ` dpdklab
  2024-03-02  2:57 ` dpdklab
                   ` (21 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+
|       Environment        | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (52 preceding siblings ...)
  2024-03-02  2:55 ` dpdklab
@ 2024-03-02  2:57 ` dpdklab
  2024-03-02  2:58 ` dpdklab
                   ` (20 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+
|       Environment        | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (53 preceding siblings ...)
  2024-03-02  2:57 ` dpdklab
@ 2024-03-02  2:58 ` dpdklab
  2024-03-02  3:00 ` dpdklab
                   ` (19 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  2:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13.2        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian 12 (arm)     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | SKIPPED            | PASS                 |
+---------------------+--------------------+----------------------+


FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 11.3.0

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Windows Server 2022
	Kernel: OS Build 20348.2031
	Compiler: MSVC VS-Preview

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (54 preceding siblings ...)
  2024-03-02  2:58 ` dpdklab
@ 2024-03-02  3:00 ` dpdklab
  2024-03-02  3:07 ` dpdklab
                   ` (18 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:00 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (55 preceding siblings ...)
  2024-03-02  3:00 ` dpdklab
@ 2024-03-02  3:07 ` dpdklab
  2024-03-02  3:10 ` dpdklab
                   ` (17 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (56 preceding siblings ...)
  2024-03-02  3:07 ` dpdklab
@ 2024-03-02  3:10 ` dpdklab
  2024-03-02  3:10 ` dpdklab
                   ` (16 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+
|       Environment        | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 12 (arm)          | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (57 preceding siblings ...)
  2024-03-02  3:10 ` dpdklab
@ 2024-03-02  3:10 ` dpdklab
  2024-03-02  3:38 ` dpdklab
                   ` (15 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+
|       Environment        | lpm_autotest | dpdk_unit_test |
+==========================+==============+================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        |
+--------------------------+--------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+
| Debian 12 (arm)          | SKIPPED      | PASS           |
+--------------------------+--------------+----------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (58 preceding siblings ...)
  2024-03-02  3:10 ` dpdklab
@ 2024-03-02  3:38 ` dpdklab
  2024-03-02  3:39 ` dpdklab
                   ` (14 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+---------------------------+
|       Environment        | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest |
+==========================+==============+================+===========================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Debian 12 (arm)          | SKIPPED      | PASS           | PASS                      |
+--------------------------+--------------+----------------+---------------------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (59 preceding siblings ...)
  2024-03-02  3:38 ` dpdklab
@ 2024-03-02  3:39 ` dpdklab
  2024-03-02  3:40 ` dpdklab
                   ` (13 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (60 preceding siblings ...)
  2024-03-02  3:39 ` dpdklab
@ 2024-03-02  3:40 ` dpdklab
  2024-03-02  3:40 ` dpdklab
                   ` (12 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+---------------------------+
|       Environment        | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest |
+==========================+==============+================+===========================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+
| Debian 12 (arm)          | SKIPPED      | PASS           | PASS                      |
+--------------------------+--------------+----------------+---------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | PASS           | SKIPPED                   |
+--------------------------+--------------+----------------+---------------------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (61 preceding siblings ...)
  2024-03-02  3:40 ` dpdklab
@ 2024-03-02  3:40 ` dpdklab
  2024-03-02  3:41 ` dpdklab
                   ` (11 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+---------------------------+------------------------------+
|       Environment        | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 12 (arm)          | SKIPPED      | PASS           | PASS                      | PASS                         |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (62 preceding siblings ...)
  2024-03-02  3:40 ` dpdklab
@ 2024-03-02  3:41 ` dpdklab
  2024-03-02  3:42 ` dpdklab
                   ` (10 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (63 preceding siblings ...)
  2024-03-02  3:41 ` dpdklab
@ 2024-03-02  3:42 ` dpdklab
  2024-03-02  3:42 ` dpdklab
                   ` (9 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (64 preceding siblings ...)
  2024-03-02  3:42 ` dpdklab
@ 2024-03-02  3:42 ` dpdklab
  2024-03-02  3:54 ` dpdklab
                   ` (8 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (65 preceding siblings ...)
  2024-03-02  3:42 ` dpdklab
@ 2024-03-02  3:54 ` dpdklab
  2024-03-02  3:56 ` dpdklab
                   ` (7 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+---------------------------+------------------------------+
|       Environment        | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 12 (arm)          | SKIPPED      | PASS           | PASS                      | PASS                         |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM)          | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (66 preceding siblings ...)
  2024-03-02  3:54 ` dpdklab
@ 2024-03-02  3:56 ` dpdklab
  2024-03-02  4:56 ` dpdklab
                   ` (6 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  3:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+--------------------------+--------------+----------------+---------------------------+------------------------------+
|       Environment        | lpm_autotest | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==========================+==============+================+===========================+==============================+
| Ubuntu 20.04 ARM SVE     | PASS         | SKIPPED        | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 37 (ARM)          | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Debian 12 (arm)          | SKIPPED      | PASS           | PASS                      | PASS                         |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM)          | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+
| Fedora 38 (ARM Clang)    | SKIPPED      | PASS           | SKIPPED                   | SKIPPED                      |
+--------------------------+--------------+----------------+---------------------------+------------------------------+


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 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (67 preceding siblings ...)
  2024-03-02  3:56 ` dpdklab
@ 2024-03-02  4:56 ` dpdklab
  2024-03-02  5:12 ` dpdklab
                   ` (5 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  4:56 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

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

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

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 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (68 preceding siblings ...)
  2024-03-02  4:56 ` dpdklab
@ 2024-03-02  5:12 ` dpdklab
  2024-03-02  5:35 ` dpdklab
                   ` (4 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  5:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | PASS               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | PASS               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (69 preceding siblings ...)
  2024-03-02  5:12 ` dpdklab
@ 2024-03-02  5:35 ` dpdklab
  2024-03-03  3:21 ` dpdklab
                   ` (3 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-02  5:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (70 preceding siblings ...)
  2024-03-02  5:35 ` dpdklab
@ 2024-03-03  3:21 ` dpdklab
  2024-03-06  6:35 ` dpdklab
                   ` (2 subsequent siblings)
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-03  3:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137793

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (71 preceding siblings ...)
  2024-03-03  3:21 ` dpdklab
@ 2024-03-06  6:35 ` dpdklab
  2024-03-06  7:45 ` dpdklab
  2024-03-06  8:02 ` dpdklab
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-06  6:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> performance testing pass

Test environment and result as below:

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (72 preceding siblings ...)
  2024-03-06  6:35 ` dpdklab
@ 2024-03-06  7:45 ` dpdklab
  2024-03-06  8:02 ` dpdklab
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-06  7:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/137793

_Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> testing pass

Test environment and result as below:

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


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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op
       [not found] <20240301191451.57168-24-hkalra@marvell.com>
                   ` (73 preceding siblings ...)
  2024-03-06  7:45 ` dpdklab
@ 2024-03-06  8:02 ` dpdklab
  74 siblings, 0 replies; 75+ messages in thread
From: dpdklab @ 2024-03-06  8:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Harman Kalra <hkalra@marvell.com>
Date: Friday, March 01 2024 19:14:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ce8ce20ae46fe0df7632a0172c73d2dcd1ac0187

137771-137793 --> functional testing pass

Test environment and result as below:

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


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


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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2024-03-06  8:02 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240301191451.57168-24-hkalra@marvell.com>
2024-03-01 19:20 ` |WARNING| pw137793 [PATCH v5 23/23] net/cnxk: other flow operations checkpatch
2024-03-01 22:54 ` |SUCCESS| pw137771-137793 [PATCH] [v5,23/23] net/cnxk: other flow op dpdklab
2024-03-01 23:15 ` dpdklab
2024-03-01 23:21 ` dpdklab
2024-03-01 23:24 ` dpdklab
2024-03-01 23:25 ` dpdklab
2024-03-01 23:25 ` dpdklab
2024-03-01 23:25 ` dpdklab
2024-03-01 23:27 ` dpdklab
2024-03-01 23:29 ` dpdklab
2024-03-01 23:29 ` dpdklab
2024-03-01 23:35 ` dpdklab
2024-03-01 23:36 ` dpdklab
2024-03-01 23:37 ` dpdklab
2024-03-01 23:38 ` dpdklab
2024-03-01 23:39 ` dpdklab
2024-03-01 23:39 ` dpdklab
2024-03-01 23:41 ` dpdklab
2024-03-01 23:52 ` dpdklab
2024-03-02  0:12 ` dpdklab
2024-03-02  0:14 ` dpdklab
2024-03-02  0:37 ` dpdklab
2024-03-02  0:45 ` dpdklab
2024-03-02  2:17 ` dpdklab
2024-03-02  2:19 ` dpdklab
2024-03-02  2:26 ` dpdklab
2024-03-02  2:27 ` dpdklab
2024-03-02  2:28 ` dpdklab
2024-03-02  2:36 ` dpdklab
2024-03-02  2:37 ` dpdklab
2024-03-02  2:38 ` dpdklab
2024-03-02  2:39 ` dpdklab
2024-03-02  2:39 ` dpdklab
2024-03-02  2:40 ` dpdklab
2024-03-02  2:40 ` dpdklab
2024-03-02  2:41 ` dpdklab
2024-03-02  2:41 ` dpdklab
2024-03-02  2:42 ` dpdklab
2024-03-02  2:42 ` dpdklab
2024-03-02  2:43 ` dpdklab
2024-03-02  2:43 ` dpdklab
2024-03-02  2:43 ` dpdklab
2024-03-02  2:43 ` dpdklab
2024-03-02  2:43 ` dpdklab
2024-03-02  2:44 ` dpdklab
2024-03-02  2:45 ` dpdklab
2024-03-02  2:50 ` dpdklab
2024-03-02  2:51 ` dpdklab
2024-03-02  2:51 ` dpdklab
2024-03-02  2:51 ` dpdklab
2024-03-02  2:52 ` dpdklab
2024-03-02  2:53 ` dpdklab
2024-03-02  2:55 ` dpdklab
2024-03-02  2:57 ` dpdklab
2024-03-02  2:58 ` dpdklab
2024-03-02  3:00 ` dpdklab
2024-03-02  3:07 ` dpdklab
2024-03-02  3:10 ` dpdklab
2024-03-02  3:10 ` dpdklab
2024-03-02  3:38 ` dpdklab
2024-03-02  3:39 ` dpdklab
2024-03-02  3:40 ` dpdklab
2024-03-02  3:40 ` dpdklab
2024-03-02  3:41 ` dpdklab
2024-03-02  3:42 ` dpdklab
2024-03-02  3:42 ` dpdklab
2024-03-02  3:54 ` dpdklab
2024-03-02  3:56 ` dpdklab
2024-03-02  4:56 ` dpdklab
2024-03-02  5:12 ` dpdklab
2024-03-02  5:35 ` dpdklab
2024-03-03  3:21 ` dpdklab
2024-03-06  6:35 ` dpdklab
2024-03-06  7:45 ` dpdklab
2024-03-06  8:02 ` 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).