automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
@ 2025-09-05 12:16 ` qemudev
  2025-09-05 12:39 ` |SUCCESS| " checkpatch
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: qemudev @ 2025-09-05 12:16 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Bailey, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/156458

_apply patch failure_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Fri,  5 Sep 2025 08:40:58 -0400
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 211f1660212809640003eb83664d4fbaa01e1a2a

Apply patch set 156458 failed:

Checking patch .mailmap...
Checking patch dts/framework/context.py...
Checking patch dts/framework/exception.py...
Checking patch dts/framework/logger.py...
Checking patch dts/framework/params/__init__.py...
Checking patch dts/framework/remote_session/dpdk.py...
Checking patch dts/framework/remote_session/dpdk_shell.py...
Checking patch dts/framework/remote_session/interactive_shell.py...
Checking patch dts/framework/remote_session/python_shell.py...
Checking patch dts/framework/remote_session/remote_session.py...
Checking patch dts/framework/remote_session/shell_pool.py...
Checking patch dts/framework/remote_session/testpmd_shell.py...
Checking patch dts/framework/runner.py...
Checking patch dts/framework/settings.py...
Checking patch dts/framework/test_result.py...
Checking patch dts/framework/test_run.py...
Checking patch dts/framework/test_suite.py...
Checking patch dts/framework/testbed_model/capability.py...
Checking patch dts/framework/testbed_model/cpu.py...
Checking patch dts/framework/testbed_model/node.py...
Checking patch dts/framework/testbed_model/os_session.py...
Checking patch dts/framework/testbed_model/port.py...
Checking patch dts/framework/testbed_model/posix_session.py...
Checking patch dts/framework/testbed_model/traffic_generator/scapy.py...
Checking patch dts/framework/testbed_model/traffic_generator/traffic_generator.py...
Checking patch dts/framework/testbed_model/virtual_device.py...
Checking patch dts/framework/utils.py...
Checking patch dts/tests/TestSuite_blocklist.py...
Checking patch dts/tests/TestSuite_dynamic_queue_conf.py...
error: while searching for:

    @requires(NicCapability.RUNTIME_RX_QUEUE_SETUP)
    @func_test
    def rx_queue_stop(self):
        """Run method for stopping queues with flag for Rx testing set to :data:`True`."""
        self.stop_queues(True)

    @requires(NicCapability.RUNTIME_RX_QUEUE_SETUP)
    @func_test
    def rx_queue_configuration(self):
        """Run method for configuring queues with flag for Rx testing set to :data:`True`."""
        self.modify_ring_size(True)

    @requires(NicCapability.RUNTIME_TX_QUEUE_SETUP)
    @func_test
    def tx_queue_stop(self):
        """Run method for stopping queues with flag for Rx testing set to :data:`False`."""
        self.stop_queues(False)

    @requires(NicCapability.RUNTIME_TX_QUEUE_SETUP)
    @func_test
    def tx_queue_configuration(self):
        """Run method for configuring queues with flag for Rx testing set to :data:`False`."""
        self.modify_ring_size(False)

error: patch failed: dts/tests/TestSuite_dynamic_queue_conf.py:277
error: dts/tests/TestSuite_dynamic_queue_conf.py: patch does not apply
Checking patch dts/tests/TestSuite_port_restart_config_persistency.py...


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

* |SUCCESS| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
  2025-09-05 12:16 ` |WARNING| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures qemudev
@ 2025-09-05 12:39 ` checkpatch
  2025-09-05 13:09 ` |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m dpdklab
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: checkpatch @ 2025-09-05 12:39 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
  2025-09-05 12:16 ` |WARNING| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures qemudev
  2025-09-05 12:39 ` |SUCCESS| " checkpatch
@ 2025-09-05 13:09 ` dpdklab
  2025-09-05 13:15 ` |PENDING| " dpdklab
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-dts-check-format-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156458

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: DTS-Check-Format-Pipeline#95

Test environment and result as below:

+--------------+------------------+
| Environment  | dts-check-format |
+==============+==================+
| Ubuntu 24.04 | PASS             |
+--------------+------------------+


Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (2 preceding siblings ...)
  2025-09-05 13:09 ` |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m dpdklab
@ 2025-09-05 13:15 ` dpdklab
  2025-09-05 13:15 ` dpdklab
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156458

_Testing pending_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pending

Upstream job id: Generic-VM-DPDK-Compile-Meson#38134

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile |
+===============================+====================+===================+==================+=========================+===================+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| CentOS Stream 10              | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Red Hat Enterprise Linux 8.10 | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Red Hat Enterprise Linux 9.5  | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Ubuntu 22.04                  | PEND               | PEND              | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Alpine Linux 3.22.0           | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Debian GNU/Linux 12           | PEND               | PEND              | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| openSUSE Leap 15.6            | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| FreeBSD 14.2                  | PEND               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | PEND                    | PEND              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

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

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (3 preceding siblings ...)
  2025-09-05 13:15 ` |PENDING| " dpdklab
@ 2025-09-05 13:15 ` dpdklab
  2025-09-05 13:16 ` dpdklab
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/156458

_Testing pending_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pending

Upstream job id: Generic-DPDK-Compile-Meson#422810

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Ubuntu 20.04                 | PEND               |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+


Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (4 preceding siblings ...)
  2025-09-05 13:15 ` dpdklab
@ 2025-09-05 13:16 ` dpdklab
  2025-09-05 13:17 ` dpdklab
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-amd64-testing
Test-Status: PENDING
http://dpdk.org/patch/156458

_Testing pending_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#368635

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PEND           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Fedora Linux 42               | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Fedora Linux 41               | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Windows Server 2022           | PEND           |
+-------------------------------+----------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (5 preceding siblings ...)
  2025-09-05 13:16 ` dpdklab
@ 2025-09-05 13:17 ` dpdklab
  2025-09-05 13:17 ` |SUCCESS| " dpdklab
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-unit-arm64-testing
Test-Status: PENDING
http://dpdk.org/patch/156458

_Testing pending_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pending

Upstream job id: Generic-Unit-Test-DPDK#368631

Test environment and result as below:

+------------------------------+------------------------------+---------------------------+--------------+----------------+
|         Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest | dpdk_unit_test |
+==============================+==============================+===========================+==============+================+
| Debian 12 (arm)              | PEND                         | PASS                      | SKIPPED      | SKIPPED        |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 20.04                 | SKIPPED                      | SKIPPED                   | PEND         | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| CentOS Stream 9              | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 42              | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| CentOS Stream 10             | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Debian GNU/Linux 12          | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 41              | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 40              | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 22.04                 | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 24.04                 | SKIPPED                      | SKIPPED                   | SKIPPED      | PEND           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (6 preceding siblings ...)
  2025-09-05 13:17 ` dpdklab
@ 2025-09-05 13:17 ` dpdklab
  2025-09-05 13:24 ` |PENDING| " dpdklab
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-mellanox-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156458

_Functional Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> functional testing pass

Upstream job id: Template-DPDK-DTS-Pipeline#1908

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8.0-55-generic
Compiler: gcc 13.3.0
NIC: Mellanox ConnectX-5 100000 Mbps

Aggregate Results by Test Suite
+---------------------------------+--------+
|           Test Suite            | Result |
+=================================+========+
| blocklist                       |  PASS  |
+---------------------------------+--------+
| promisc_support                 |  PASS  |
+---------------------------------+--------+
| uni_pkt                         |  PASS  |
+---------------------------------+--------+
| dynamic_config                  |  PASS  |
+---------------------------------+--------+
| hello_world                     |  PASS  |
+---------------------------------+--------+
| l2fwd                           |  PASS  |
+---------------------------------+--------+
| mtu                             |  PASS  |
+---------------------------------+--------+
| port_restart_config_persistency |  PASS  |
+---------------------------------+--------+
| softnic                         |  PASS  |
+---------------------------------+--------+
| vlan                            |  PASS  |
+---------------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |PENDING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (7 preceding siblings ...)
  2025-09-05 13:17 ` |SUCCESS| " dpdklab
@ 2025-09-05 13:24 ` dpdklab
  2025-09-05 13:24 ` |SUCCESS| " dpdklab
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: PENDING
http://dpdk.org/patch/156458

_Testing pending_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pending

Upstream job id: Template-DTS-Pipeline#243224

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PEND                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (8 preceding siblings ...)
  2025-09-05 13:24 ` |PENDING| " dpdklab
@ 2025-09-05 13:24 ` dpdklab
  2025-09-05 13:25 ` |FAILURE| " dpdklab
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-marvell-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/156458

_Functional Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#243222

Test environment and result as below:

Ubuntu 20.04.6
Kernel: 5.4.105
Compiler: gcc 9.4
NIC: Marvell CN106XX 50000 Mbps
Target: arm64-native-linuxapp-gcc

Aggregate Results by Test Suite
+----------------+--------+
|   Test Suite   | Result |
+================+========+
| cmdline        |  PASS  |
+----------------+--------+
| dynamic_queue  |  PASS  |
+----------------+--------+
| rxtx_callbacks |  PASS  |
+----------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (9 preceding siblings ...)
  2025-09-05 13:24 ` |SUCCESS| " dpdklab
@ 2025-09-05 13:25 ` dpdklab
  2025-09-05 13:35 ` |SUCCESS| " dpdklab
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Andrew Bailey

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/156458

_Testing issues_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#422801

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+=========================+===================+======================+
| CentOS Stream 9               | PEND               | PEND              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora Linux 42               | PEND               | PEND              | PEND             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04                  | PEND               | PEND              | PEND             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04                  | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine Linux 3.22.0           | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Debian GNU/Linux 12           | PASS               | WARN              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | PASS                    | PEND              | PEND                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_compile_spdk): ====
 --- Failed to get log output --- 
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (10 preceding siblings ...)
  2025-09-05 13:25 ` |FAILURE| " dpdklab
@ 2025-09-05 13:35 ` dpdklab
  2025-09-05 13:37 ` dpdklab
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:35 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#243213

Test environment and result as below:

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps
Fail/Total: 0/6

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

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Mellanox ConnectX-6 Lx 25000 Mbps
Fail/Total: 0/6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (11 preceding siblings ...)
  2025-09-05 13:35 ` |SUCCESS| " dpdklab
@ 2025-09-05 13:37 ` dpdklab
  2025-09-05 13:37 ` dpdklab
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Performance Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> performance testing pass

Upstream job id: Template-DTS-Pipeline#243215

Test environment and result as below:

Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
NIC: Intel E810 100000 Mbps
Fail/Total: 0/2

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

Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Fail/Total: 0/4

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

Ubuntu 24.04
Kernel: 6.8
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
NIC: Intel E810 (Arm Grace Server) 100000 Mbps
Fail/Total: 0/2

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (12 preceding siblings ...)
  2025-09-05 13:37 ` dpdklab
@ 2025-09-05 13:37 ` dpdklab
  2025-09-05 13:45 ` dpdklab
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Functional Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> functional testing pass

Upstream job id: Template-DTS-Pipeline#243219

Test environment and result as below:

Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps

Aggregate Results by Test Suite
+-----------------------------+--------+
|         Test Suite          | Result |
+=============================+========+
| unit_tests_mbuf             |  PASS  |
+-----------------------------+--------+
| vhost_virtio_user_interrupt |  PASS  |
+-----------------------------+--------+
| virtio_smoke                |  PASS  |
+-----------------------------+--------+


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (13 preceding siblings ...)
  2025-09-05 13:37 ` dpdklab
@ 2025-09-05 13:45 ` dpdklab
  2025-09-05 13:48 ` dpdklab
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: Generic-VM-Unit-Test-DPDK#30938

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | PASS           |
+-------------------------------+----------------+
| CentOS Stream 10              | PASS           |
+-------------------------------+----------------+
| Fedora Linux 40               | PASS           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PASS           |
+-------------------------------+----------------+
| Fedora Linux 42               | PASS           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PASS           |
+-------------------------------+----------------+
| Fedora Linux 41               | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PASS           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PASS           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PASS           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+


CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 41
	Kernel: 5.15
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (14 preceding siblings ...)
  2025-09-05 13:45 ` dpdklab
@ 2025-09-05 13:48 ` dpdklab
  2025-09-05 13:54 ` |WARNING| " dpdklab
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156458

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: ACVP-FIPS-testing#10998

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (15 preceding siblings ...)
  2025-09-05 13:48 ` dpdklab
@ 2025-09-05 13:54 ` dpdklab
  2025-09-05 13:54 ` |SUCCESS| " dpdklab
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/156458

_Testing issues_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#422797

Test environment and result as below:

+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
|          Environment          | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+===============================+====================+===================+==================+=========================+===================+======================+
| CentOS Stream 9               | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora Linux 42               | PASS               | WARN              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Red Hat Enterprise Linux 9.5  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04                  | PASS               | WARN              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04                  | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine Linux 3.22.0           | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Debian GNU/Linux 12           | PASS               | WARN              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022           | SKIPPED            | SKIPPED           | SKIPPED          | PASS                    | PASS              | PASS                 |
+-------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+

==== 20 line log output for Debian GNU/Linux 12 (dpdk_compile_spdk): ====
 --- Failed to get log output --- 
==== End log output ====

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (16 preceding siblings ...)
  2025-09-05 13:54 ` |WARNING| " dpdklab
@ 2025-09-05 13:54 ` dpdklab
  2025-09-05 14:37 ` dpdklab
  2025-09-05 16:28 ` dpdklab
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 13:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

Test-Label: iol-sample-apps-testing
Test-Status: SUCCESS
http://dpdk.org/patch/156458

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: Template-DTS-Pipeline#243223

Test environment and result as below:

+--------------+----------------------+----------------------+
| Environment  | dpdk_fips_validation | compressdev_zlib_pmd |
+==============+======================+======================+
| Ubuntu 20.04 | PASS                 | SKIPPED              |
+--------------+----------------------+----------------------+
| Ubuntu 22.04 | SKIPPED              | PASS                 |
+--------------+----------------------+----------------------+


Ubuntu 20.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (17 preceding siblings ...)
  2025-09-05 13:54 ` |SUCCESS| " dpdklab
@ 2025-09-05 14:37 ` dpdklab
  2025-09-05 16:28 ` dpdklab
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 14:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: Generic-Unit-Test-DPDK#368642

Test environment and result as below:

+------------------------------+------------------------------+---------------------------+--------------+----------------+
|         Environment          | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest | dpdk_unit_test |
+==============================+==============================+===========================+==============+================+
| Debian 12 (arm)              | PASS                         | PASS                      | SKIPPED      | SKIPPED        |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 20.04                 | SKIPPED                      | SKIPPED                   | PASS         | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| CentOS Stream 9              | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 42              | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| CentOS Stream 10             | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Debian GNU/Linux 12          | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 41              | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Fedora Linux 40              | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 22.04                 | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+
| Ubuntu 24.04                 | SKIPPED                      | SKIPPED                   | SKIPPED      | PASS           |
+------------------------------+------------------------------+---------------------------+--------------+----------------+


Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 42
	Kernel: 5.4
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 41
	Kernel: 5.4
	Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m
       [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
                   ` (18 preceding siblings ...)
  2025-09-05 14:37 ` dpdklab
@ 2025-09-05 16:28 ` dpdklab
  19 siblings, 0 replies; 20+ messages in thread
From: dpdklab @ 2025-09-05 16:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing PASS_

Submitter: Andrew Bailey <abailey@iol.unh.edu>
Date: Friday, September 05 2025 12:40:58 
DPDK git baseline: Repo:dpdk-next-dts
  Branch: master
  CommitID:b68f6a285214dcf7df416a0b59312b2548742dd2

156458 --> testing pass

Upstream job id: Generic-DPDK-Compile-Meson#422813

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Ubuntu 20.04                 | PASS               |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | PASS               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PASS               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PASS               |
+------------------------------+--------------------+
| Fedora Linux 42              | PASS               |
+------------------------------+--------------------+
| CentOS Stream 9              | PASS               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PASS               |
+------------------------------+--------------------+
| CentOS Stream 10             | PASS               |
+------------------------------+--------------------+


Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2025-09-05 16:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250905124058.174777-2-abailey@iol.unh.edu>
2025-09-05 12:16 ` |WARNING| pw156458 [PATCH v5 1/1] dts: add missing type hints to method signatures qemudev
2025-09-05 12:39 ` |SUCCESS| " checkpatch
2025-09-05 13:09 ` |SUCCESS| pw156458 [PATCH] [v5,1/1] dts: add missing type hints to m dpdklab
2025-09-05 13:15 ` |PENDING| " dpdklab
2025-09-05 13:15 ` dpdklab
2025-09-05 13:16 ` dpdklab
2025-09-05 13:17 ` dpdklab
2025-09-05 13:17 ` |SUCCESS| " dpdklab
2025-09-05 13:24 ` |PENDING| " dpdklab
2025-09-05 13:24 ` |SUCCESS| " dpdklab
2025-09-05 13:25 ` |FAILURE| " dpdklab
2025-09-05 13:35 ` |SUCCESS| " dpdklab
2025-09-05 13:37 ` dpdklab
2025-09-05 13:37 ` dpdklab
2025-09-05 13:45 ` dpdklab
2025-09-05 13:48 ` dpdklab
2025-09-05 13:54 ` |WARNING| " dpdklab
2025-09-05 13:54 ` |SUCCESS| " dpdklab
2025-09-05 14:37 ` dpdklab
2025-09-05 16:28 ` 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).