automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read
@ 2020-08-24 15:28 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-08-24 15:28 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: wangyunjian <wangyunjian@huawei.com>
Date: Monday, August 24 2020 12:43:46 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd6f1d7a5fde76c4f1e771de9f7aafdf59d691e4

75881 --> 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.082                              |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.028                              |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.069                               |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.047                               |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.041                              |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.018                               |
+------------+---------+-------------------------------------+

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.228                              |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.199                               |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.286                              |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.033                              |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.005                               |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.008                               |
+------------+---------+-------------------------------------+

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.069                               |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.219                               |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.365                               |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.002                              |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.023                               |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.003                               |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read
@ 2020-08-24 14:55 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-08-24 14:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: wangyunjian <wangyunjian@huawei.com>
Date: Monday, August 24 2020 12:43:46 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd6f1d7a5fde76c4f1e771de9f7aafdf59d691e4

75881 --> testing pass

Test environment and result as below:

+---------------------+--------------------+------------------+----------------+-------------------+--------------+
|     Environment     | dpdk_meson_compile | dpdk_compile_ovs | dpdk_unit_test | dpdk_compile_spdk | dpdk_compile |
+=====================+====================+==================+================+===================+==============+
| Windows Server 2019 | PASS               | SKIPPED          | SKIPPED        | SKIPPED           | SKIPPED      |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| FreeBSD 11.2        | PASS               | SKIPPED          | SKIPPED        | PASS              | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| Ubuntu 18.04        | PASS               | PASS             | PASS           | PASS              | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| CentOS 8            | PASS               | PASS             | SKIPPED        | PASS              | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| openSUSE Leap 15    | PASS               | PASS             | SKIPPED        | PASS              | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| Fedora 31           | PASS               | PASS             | SKIPPED        | PASS              | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+
| Arch Linux          | PASS               | PASS             | SKIPPED        | SKIPPED           | PASS         |
+---------------------+--------------------+------------------+----------------+-------------------+--------------+

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.4

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

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read
@ 2020-08-24 14:13 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-08-24 14:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: wangyunjian <wangyunjian@huawei.com>
Date: Monday, August 24 2020 12:43:46 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd6f1d7a5fde76c4f1e771de9f7aafdf59d691e4

75881 --> 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 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     | 4.326                               |
+------------+---------+-------------------------------------+
| 64         | 2048    | 2.755                               |
+------------+---------+-------------------------------------+

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     | 2.692                               |
+------------+---------+-------------------------------------+
| 64         | 2048    | 0.953                               |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read
@ 2020-08-24 14:04 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-08-24 14:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Functional Testing PASS_

Submitter: wangyunjian <wangyunjian@huawei.com>
Date: Monday, August 24 2020 12:43:46 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:cd6f1d7a5fde76c4f1e771de9f7aafdf59d691e4

75881 --> functional 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 XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/8


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


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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read
       [not found] <89aad4deb8394c04209720e79512bee320df2c09.1598250814.git.wangyunjian@huawei.com>
@ 2020-08-24 12:44 ` checkpatch
  0 siblings, 0 replies; 5+ messages in thread
From: checkpatch @ 2020-08-24 12:44 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2020-08-24 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 15:28 [dpdk-test-report] |SUCCESS| pw75881 [PATCH] net/hinic: fix negative array index read dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2020-08-24 14:55 dpdklab
2020-08-24 14:13 dpdklab
2020-08-24 14:04 dpdklab
     [not found] <89aad4deb8394c04209720e79512bee320df2c09.1598250814.git.wangyunjian@huawei.com>
2020-08-24 12:44 ` checkpatch

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).