automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
       [not found] <20221006100405.2809898-1-huzaifa.rahman@emumba.com>
@ 2022-10-06 10:06 ` checkpatch
  2022-10-06 11:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: checkpatch @ 2022-10-06 10:06 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw117447 [PATCH] mem: close rtemap files
       [not found] <20221006100405.2809898-1-huzaifa.rahman@emumba.com>
  2022-10-06 10:06 ` |SUCCESS| pw117447 [PATCH] mem: close rtemap files checkpatch
@ 2022-10-06 11:19 ` 0-day Robot
  1 sibling, 0 replies; 10+ messages in thread
From: 0-day Robot @ 2022-10-06 11:19 UTC (permalink / raw)
  To: test-report; +Cc: huzaifa.rahman, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3196391926
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
 94/103 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s 
 95/103 DPDK:fast-tests / table_autotest        OK       7.04 s 
 96/103 DPDK:fast-tests / ring_pmd_autotest     OK       0.17 s 
 97/103 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.67 s 
 98/103 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s 
 99/103 DPDK:fast-tests / latencystats_autotest  OK       0.17 s 
100/103 DPDK:fast-tests / pdump_autotest        OK       5.24 s 
101/103 DPDK:fast-tests / vdev_autotest         OK       0.17 s 
102/103 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s 
103/103 DPDK:fast-tests / telemetry_all         OK       8.90 s 

Ok:                   94
Expected Fail:         0
Fail:                  2
Unexpected Pass:       0
Skipped:               7
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
80/89 DPDK:fast-tests / telemetry_json_autotest  OK       0.27 s 
81/89 DPDK:fast-tests / telemetry_data_autotest  OK       0.27 s 
82/89 DPDK:fast-tests / table_autotest        OK      15.08 s 
83/89 DPDK:fast-tests / ring_pmd_autotest     OK       0.27 s 
84/89 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       1.52 s 
85/89 DPDK:fast-tests / bitratestats_autotest  OK       0.27 s 
86/89 DPDK:fast-tests / latencystats_autotest  OK       0.27 s 
87/89 DPDK:fast-tests / vdev_autotest         OK       0.22 s 
88/89 DPDK:fast-tests / compressdev_autotest  SKIP     0.27 s 
89/89 DPDK:fast-tests / telemetry_all         OK      10.70 s 

Ok:                   81
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               7
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 11:13 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 11:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 2145 bytes --]

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

_Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> testing pass

Test environment and result as below:

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


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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 11:03 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 11:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 3413 bytes --]

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

_Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

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

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:55 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]

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

_Functional Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> functional testing pass

Test environment and result as below:

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


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


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:48 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 3309 bytes --]

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

_Performance Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> 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.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.5%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:46 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

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

_Functional Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> functional testing pass

Test environment and result as below:

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


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 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/23802/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:39 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 1800 bytes --]

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

_Performance Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> 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.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.5%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 1.4%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:35 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:35 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 2084 bytes --]

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

_Performance Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw117447 [PATCH] mem: close rtemap files
@ 2022-10-06 10:28 dpdklab
  0 siblings, 0 replies; 10+ messages in thread
From: dpdklab @ 2022-10-06 10:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

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

_Functional Testing PASS_

Submitter: huzaifa.rahman <huzaifa.rahman@emumba.com>
Date: Thursday, October 06 2022 10:04:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:4ed890495594a71e618d62fd975c5868915eb4a1

117447 --> functional testing pass

Test environment and result as below:

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


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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-10-06 11:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221006100405.2809898-1-huzaifa.rahman@emumba.com>
2022-10-06 10:06 ` |SUCCESS| pw117447 [PATCH] mem: close rtemap files checkpatch
2022-10-06 11:19 ` |FAILURE| " 0-day Robot
2022-10-06 10:28 |SUCCESS| " dpdklab
2022-10-06 10:35 dpdklab
2022-10-06 10:39 dpdklab
2022-10-06 10:46 dpdklab
2022-10-06 10:48 dpdklab
2022-10-06 10:55 dpdklab
2022-10-06 11:03 dpdklab
2022-10-06 11:13 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).