automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22  9:17 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22  9:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 3.25014%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 2.304%                              |
+------------+---------+-------------------------------------+

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 5.80176%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 5.59699%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22 11:22 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22 11:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> testing pass

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+=====================+======================+====================+===================+================+
| Windows Server 2019 | PASS                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7              | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8               | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS              | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | SKIPPED           | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | PASS              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+


Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.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

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

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22 10:52 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22 10:52 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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 | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.06478%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.54723%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.17973%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 1.21594%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 1.52193%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.24691%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.23315%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.05873%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.9802%                             |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.37704%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.28471%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.19729%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | 0.3409%                             |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.9115%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.33191%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.02663%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.0%                                |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.1696%                             |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22 10:35 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22 10:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> testing pass

Test environment and result as below:

+---------------------+----------------------+--------------------+----------------+-------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_unit_test | dpdk_compile_spdk |
+=====================+======================+====================+================+===================+
| Windows Server 2019 | PASS                 | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| RHEL8               | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| RHEL 7              | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS           | PASS              |
+---------------------+----------------------+--------------------+----------------+-------------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | PASS           | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+---------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 31           | SKIPPED              | PASS               | SKIPPED        | PASS              |
+---------------------+----------------------+--------------------+----------------+-------------------+


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

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

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

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

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22 10:17 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22 10:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 18.04 ARM | PASS     |
+------------------+----------+
| Ubuntu 18.04     | PASS     |
+------------------+----------+


Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22  9:55 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22  9:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 3.2977%                             |
+------------+---------+-------------------------------------+
| 64         | 2048    | 2.05407%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.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

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | 6.13329%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 5.06073%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22  9:43 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22  9:43 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> performance testing pass

Test environment and result as below:

Ubuntu 18.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 | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.14089%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.75499%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.37193%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | 1.20263%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.97163%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.0823%                             |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.51463%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.08292%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | 2.06041%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.41988%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.10049%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.34525%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.37527%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.39878%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.07659%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.18106%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.0%                                |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.07709%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info
@ 2021-03-22  9:27 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2021-03-22  9:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Keiichi Watanabe <keiichiw@chromium.org>
Date: Monday, March 22 2021 07:22:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41e026c1b3fd07ee6520e3d5d4ec0787d0dac300

89632-89633 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 18.04 ARM | PASS     |
+------------------+----------+
| Ubuntu 18.04     | PASS     |
+------------------+----------+


Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2021-03-22 11:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  9:17 [dpdk-test-report] |SUCCESS| pw89632-89633 [PATCH] [v2, 2/2] examples/vhost_blk: Check protocol features before getting inflight info dpdklab
2021-03-22  9:27 dpdklab
2021-03-22  9:43 dpdklab
2021-03-22  9:55 dpdklab
2021-03-22 10:17 dpdklab
2021-03-22 10:35 dpdklab
2021-03-22 10:52 dpdklab
2021-03-22 11:22 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).