* [dpdk-test-report] |SUCCESS| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle
@ 2020-05-07 2:32 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-05-07 2:32 UTC (permalink / raw)
To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 3963 bytes --]
Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/69852
_Performance Testing PASS_
Submitter: Michael Baum <michaelba@mellanox.com>
Date: Wednesday, May 06 2020 16:27:54
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c0280d5d8ac047b9f56d21d17e2fd0961891072a
69852 --> 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.144 |
+------------+---------+-------------------------------------+
| 128 | 256 | 0.005 |
+------------+---------+-------------------------------------+
| 256 | 256 | -0.057 |
+------------+---------+-------------------------------------+
| 512 | 256 | 0.011 |
+------------+---------+-------------------------------------+
| 1024 | 256 | -0.006 |
+------------+---------+-------------------------------------+
| 1518 | 256 | 0.036 |
+------------+---------+-------------------------------------+
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.376 |
+------------+---------+-------------------------------------+
| 128 | 256 | -0.073 |
+------------+---------+-------------------------------------+
| 256 | 256 | -0.029 |
+------------+---------+-------------------------------------+
| 512 | 256 | 0.040 |
+------------+---------+-------------------------------------+
| 1024 | 256 | -0.001 |
+------------+---------+-------------------------------------+
| 1518 | 256 | -0.011 |
+------------+---------+-------------------------------------+
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.282 |
+------------+---------+-------------------------------------+
| 128 | 256 | 0.617 |
+------------+---------+-------------------------------------+
| 256 | 256 | 0.107 |
+------------+---------+-------------------------------------+
| 512 | 256 | -0.004 |
+------------+---------+-------------------------------------+
| 1024 | 256 | 0.014 |
+------------+---------+-------------------------------------+
| 1518 | 256 | 0.004 |
+------------+---------+-------------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/10937/
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| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle
@ 2020-05-12 16:35 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-05-12 16:35 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 2908 bytes --]
Test-Label: iol-testing
Test-Status: SUCCESS
http://dpdk.org/patch/69852
_Testing PASS_
Submitter: Michael Baum <michaelba@mellanox.com>
Date: Wednesday, May 06 2020 16:27:54
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c0280d5d8ac047b9f56d21d17e2fd0961891072a
69852 --> testing pass
Test environment and result as below:
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| Environment | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_meson_compile | dpdk_compile | dpdk_unit_test |
+=====================+===================+==================+====================+==============+================+
| Ubuntu 18.04 | PASS | PASS | PASS | PASS | PASS |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| FreeBSD 11.2 | PASS | SKIPPED | PASS | PASS | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| openSUSE Leap 15 | PASS | PASS | PASS | PASS | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| CentOS 8 | PASS | PASS | PASS | PASS | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| Fedora 31 | PASS | PASS | PASS | PASS | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| Arch Linux | SKIPPED | PASS | PASS | PASS | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
| Windows Server 2019 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+---------------------+-------------------+------------------+--------------------+--------------+----------------+
Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
FreeBSD 11.2
Kernel: 11.2
Compiler: gcc 8.3
openSUSE Leap 15
Kernel: 4.12.14
Compiler: gcc 7.4.1
CentOS 8
Kernel: 4.18.0.el8_0
Compiler: gcc 8.3.1
Fedora 31
Kernel: 5.3.16
Compiler: gcc 9.2.1
Arch Linux
Kernel: latest
Compiler: gcc latest
Windows Server 2019
Kernel: 10.0
Compiler: clang 9.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/10937/
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| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle
@ 2020-05-06 21:10 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-05-06 21:10 UTC (permalink / raw)
To: Ruoshan Shi, Test Report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
Test-Label: iol-nxp-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/69852
_Performance Testing PASS_
Submitter: Michael Baum <michaelba@mellanox.com>
Date: Wednesday, May 06 2020 16:27:54
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c0280d5d8ac047b9f56d21d17e2fd0961891072a
69852 --> performance testing pass
Test environment and result as below:
Ubuntu 18.04
Kernel: 4.14.122
Compiler: gcc 7.3.0
NIC: NXP LS2088A 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 | -0.028 |
+------------+---------+-------------------------------------+
| 64 | 2048 | -0.006 |
+------------+---------+-------------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/10937/
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| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle
@ 2020-05-06 16:57 dpdklab
0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2020-05-06 16:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]
Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/69852
_Performance Testing PASS_
Submitter: Michael Baum <michaelba@mellanox.com>
Date: Wednesday, May 06 2020 16:27:54
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c0280d5d8ac047b9f56d21d17e2fd0961891072a
69852 --> 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 | 0.152 |
+------------+---------+-------------------------------------+
| 64 | 2048 | -0.116 |
+------------+---------+-------------------------------------+
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/10937/
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| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle
[not found] <1588782474-17314-1-git-send-email-michaelba@mellanox.com>
@ 2020-05-06 16:29 ` checkpatch
0 siblings, 0 replies; 5+ messages in thread
From: checkpatch @ 2020-05-06 16:29 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/69852
_coding style OK_
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-12 16:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 2:32 [dpdk-test-report] |SUCCESS| pw69852 [PATCH] net/mlx4: fix drop queue mem alloc failure handle dpdklab
-- strict thread matches above, loose matches on Subject: below --
2020-05-12 16:35 dpdklab
2020-05-06 21:10 dpdklab
2020-05-06 16:57 dpdklab
[not found] <1588782474-17314-1-git-send-email-michaelba@mellanox.com>
2020-05-06 16:29 ` 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).