automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
       [not found] <20221020121309.14737-1-kparameshwar@kparameshwa-a02.vmware.com>
@ 2022-10-20 12:13 ` checkpatch
  2022-10-20 13:39 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 12+ messages in thread
From: checkpatch @ 2022-10-20 12:13 UTC (permalink / raw)
  To: test-report; +Cc: Kumara Parameshwaran

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/118786

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#242: FILE: lib/gro/gro_tcp.h:124:
+^Iiph_orig = (char *)(rte_pktmbuf_mtod(pkt_orig, char *) + $

ERROR:CODE_INDENT: code indent should use tabs where possible
#243: FILE: lib/gro/gro_tcp.h:125:
+                l2_offset + pkt_orig->l2_len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#243: FILE: lib/gro/gro_tcp.h:125:
+                l2_offset + pkt_orig->l2_len);$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#730: FILE: lib/gro/gro_tcp6.c:229:
+^I/* $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#731: FILE: lib/gro/gro_tcp6.c:230:
+^I * Trim the tail padding bytes. The IPv6 header is fixed to $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#732: FILE: lib/gro/gro_tcp6.c:231:
+^I * 40 bytes unlike IPv4 that is variable. The length in the IPv6 header $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#733: FILE: lib/gro/gro_tcp6.c:232:
+^I * contains only length of TCP Header + TCP Payload, whereas IPv4 header contains $

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#750: FILE: lib/gro/gro_tcp6.c:249:
+    memcpy(&key.src_addr[0], &ipv6_hdr->src_addr, sizeof(key.src_addr));$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#751: FILE: lib/gro/gro_tcp6.c:250:
+    memcpy(&key.dst_addr[0], &ipv6_hdr->dst_addr, sizeof(key.dst_addr));$

ERROR:TRAILING_WHITESPACE: trailing whitespace
#763: FILE: lib/gro/gro_tcp6.c:262:
+^I^I^I^I/* $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#764: FILE: lib/gro/gro_tcp6.c:263:
+^I^I^I^I * IP version (4) Traffic Class (8) Flow Label (20) $

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#766: FILE: lib/gro/gro_tcp6.c:265:
+				 * All fields except Traffic class should be same
+				*/

WARNING:BRACES: braces {} are not necessary for single statement blocks
#768: FILE: lib/gro/gro_tcp6.c:267:
+				if (vtc_flow_diff & htonl(0xF00FFFFF)) {
+					continue;
+				}

ERROR:CODE_INDENT: code indent should use tabs where possible
#813: FILE: lib/gro/gro_tcp6.c:312:
+            }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#813: FILE: lib/gro/gro_tcp6.c:312:
+            }$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#910: FILE: lib/gro/gro_tcp6.h:15:
+    uint8_t  src_addr[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#911: FILE: lib/gro/gro_tcp6.h:16:
+    uint8_t  dst_addr[16];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#1042: FILE: lib/gro/gro_tcp6.h:147:
+    return (!memcmp(&k1, &k2, sizeof(struct tcp6_flow_key)));$

WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#1045: FILE: lib/gro/gro_tcp6.h:150:
+#endif

ERROR:TRAILING_WHITESPACE: trailing whitespace
#1193: FILE: lib/gro/rte_gro.c:304:
+^I^I} else if (IS_IPV6_TCP_PKT(pkts[i]->packet_type) && $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#1234: FILE: lib/gro/rte_gro.c:350:
+^I^I^Ii += gro_tcp6_tbl_timeout_flush(&tcp6_tbl, 0, $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#1254: FILE: lib/gro/rte_gro.c:371:
+^I^I^I^I^IRTE_GRO_TCP_IPV4 | RTE_GRO_TCP_IPV6 | $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#1279: FILE: lib/gro/rte_gro.c:415:
+^I^I} else if (IS_IPV6_TCP_PKT(pkts[i]->packet_type) && $

ERROR:TRAILING_WHITESPACE: trailing whitespace
#1281: FILE: lib/gro/rte_gro.c:417:
+^I^I^Iif (gro_tcp6_reassemble(pkts[i], tcp6_tbl, $

ERROR:ELSE_AFTER_BRACE: else should follow close brace '}'
#1285: FILE: lib/gro/rte_gro.c:421:
+		}
+		else

total: 15 errors, 10 warnings, 1132 lines checked

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
       [not found] <20221020121309.14737-1-kparameshwar@kparameshwa-a02.vmware.com>
  2022-10-20 12:13 ` |WARNING| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6 checkpatch
@ 2022-10-20 13:39 ` 0-day Robot
  1 sibling, 0 replies; 12+ messages in thread
From: 0-day Robot @ 2022-10-20 13:39 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/118786/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3289546872

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 13:11 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 13:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 13:03 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 13:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> 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.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -2.8%                        |
+----------+-------------+---------+------------+------------------------------+

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.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | -0.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 13:01 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 13:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> testing pass

Test environment and result as below:

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


FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-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)

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

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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:59 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

Test-Label: iol-x86_64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/118786

_Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> testing pass

Test environment and result as below:

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


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

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

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

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:54 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:54 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> 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.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -1.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.7%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -2.8%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:45 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

Test-Label: iol-aarch64-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/118786

_Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> testing pass

Test environment and result as below:

+-------------------------------+--------------+----------------+
|          Environment          | lpm_autotest | dpdk_unit_test |
+===============================+==============+================+
| Ubuntu 20.04 ARM SVE          | PASS         | SKIPPED        |
+-------------------------------+--------------+----------------+
| Ubuntu 20.04 ARM GCC Native   | SKIPPED      | PASS           |
+-------------------------------+--------------+----------------+
| Ubuntu 20.04 ARM Clang Native | SKIPPED      | PASS           |
+-------------------------------+--------------+----------------+


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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:45 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:45 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> 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.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | 0.0%                         |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:43 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> 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 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | 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 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

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

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:39 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> functional 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/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
@ 2022-10-20 12:38 dpdklab
  0 siblings, 0 replies; 12+ messages in thread
From: dpdklab @ 2022-10-20 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Thursday, October 20 2022 12:13:09 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a74b1b25136a592c275afbfa6b70771469750aee

118786 --> functional 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/2


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

UNH-IOL DPDK Community Lab

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

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221020121309.14737-1-kparameshwar@kparameshwa-a02.vmware.com>
2022-10-20 12:13 ` |WARNING| pw118786 [PATCH] gro : ipv6 changes to support GRO for TCP/ipv6 checkpatch
2022-10-20 13:39 ` |SUCCESS| " 0-day Robot
2022-10-20 12:38 dpdklab
2022-10-20 12:39 dpdklab
2022-10-20 12:43 dpdklab
2022-10-20 12:45 dpdklab
2022-10-20 12:45 dpdklab
2022-10-20 12:54 dpdklab
2022-10-20 12:59 dpdklab
2022-10-20 13:01 dpdklab
2022-10-20 13:03 dpdklab
2022-10-20 13:11 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).