automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
@ 2021-03-01 12:30 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2021-03-01 12:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, March 01 2021 07:57:14 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:51fe32138c860992f228dbf19416ffd3b8e8baf4

88297 --> 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.20937%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 1.89319%                            |
+------------+---------+-------------------------------------+

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.16267%                            |
+------------+---------+-------------------------------------+
| 64         | 2048    | 5.26276%                            |
+------------+---------+-------------------------------------+

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

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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
@ 2021-03-01 23:55 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2021-03-01 23:55 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, March 01 2021 07:57:14 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:51fe32138c860992f228dbf19416ffd3b8e8baf4

88297 --> 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        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| 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        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | PASS              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | SKIPPED           | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+


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

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

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

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

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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
@ 2021-03-01 22:54 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2021-03-01 22:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

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

_Testing PASS_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, March 01 2021 07:57:14 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:51fe32138c860992f228dbf19416ffd3b8e8baf4

88297 --> testing pass

Test environment and result as below:

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


Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

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

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
@ 2021-03-01 12:21 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2021-03-01 12:21 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Functional Testing PASS_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, March 01 2021 07:57:14 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:51fe32138c860992f228dbf19416ffd3b8e8baf4

88297 --> functional testing pass

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4


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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
@ 2021-03-01 12:06 dpdklab
  0 siblings, 0 replies; 6+ messages in thread
From: dpdklab @ 2021-03-01 12:06 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

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

_Performance Testing PASS_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, March 01 2021 07:57:14 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:51fe32138c860992f228dbf19416ffd3b8e8baf4

88297 --> 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.33006%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.28228%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.5831%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.86427%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.43364%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | -0.03531%                           |
+------------+---------+-------------------------------------+

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.46272%                            |
+------------+---------+-------------------------------------+
| 128        | 256     | 1.31772%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.05479%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.21863%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.16714%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | -0.33784%                           |
+------------+---------+-------------------------------------+

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.73909%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.10026%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | 1.07612%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.05138%                           |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.13367%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | -0.17246%                           |
+------------+---------+-------------------------------------+

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 128     | -2.65857%                           |
+------------+---------+-------------------------------------+
| 64         | 256     | -3.33264%                           |
+------------+---------+-------------------------------------+
| 64         | 512     | -2.87906%                           |
+------------+---------+-------------------------------------+
| 64         | 2048    | -3.2951%                            |
+------------+---------+-------------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size
       [not found] <20210301075714.1636918-1-qi.z.zhang@intel.com>
@ 2021-03-01  7:54 ` checkpatch
  0 siblings, 0 replies; 6+ messages in thread
From: checkpatch @ 2021-03-01  7:54 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2021-03-01 23:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 12:30 [dpdk-test-report] |SUCCESS| pw88297 [PATCH] net/iavf: fix TSO max segment size dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2021-03-01 23:55 dpdklab
2021-03-01 22:54 dpdklab
2021-03-01 12:21 dpdklab
2021-03-01 12:06 dpdklab
     [not found] <20210301075714.1636918-1-qi.z.zhang@intel.com>
2021-03-01  7:54 ` 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).