automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106957 [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage
       [not found] <20220207102129.59170-2-cfontain@redhat.com>
@ 2022-02-07 10:22 ` checkpatch
  2022-02-07 12:19 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 16+ messages in thread
From: checkpatch @ 2022-02-07 10:22 UTC (permalink / raw)
  To: test-report; +Cc: Christophe Fontaine

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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#121: FILE: lib/vhost/vhost_crypto.c:470:
+	switch (ctx->msg.request.master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#183: FILE: lib/vhost/vhost_user.c:127:
+		vhost_message_str[ctx->msg.request.master],

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#443: FILE: lib/vhost/vhost_user.c:1201:
+	if (ack_ctx.msg.request.master != VHOST_USER_SET_MEM_TABLE) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#446: FILE: lib/vhost/vhost_user.c:1203:
+				dev->ifname, ack_ctx.msg.request.master);

ERROR:SPACING: space required after that ',' (ctx:VxV)
#1179: FILE: lib/vhost/vhost_user.c:2831:
+send_vhost_reply(struct virtio_net *dev,int sockfd, struct vhu_msg_context *ctx)
                                        ^

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1200: FILE: lib/vhost/vhost_user.c:2845:
+send_vhost_slave_message(struct virtio_net *dev,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1211: FILE: lib/vhost/vhost_user.c:2853:
+	ret = send_vhost_message(dev, dev->slave_req_fd, ctx);

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1226: FILE: lib/vhost/vhost_user.c:2869:
+	switch (ctx->msg.request.master) {

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#1269: FILE: lib/vhost/vhost_user.c:2969:
+	request = ctx.msg.request.master;

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1373: FILE: lib/vhost/vhost_user.c:3172:
+	if (msg_reply.msg.request.slave != ctx->msg.request.slave) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1373: FILE: lib/vhost/vhost_user.c:3172:
+	if (msg_reply.msg.request.slave != ctx->msg.request.slave) {

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1376: FILE: lib/vhost/vhost_user.c:3174:
+				dev->ifname, msg_reply.msg.request.slave, ctx->msg.request.slave);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1376: FILE: lib/vhost/vhost_user.c:3174:
+				dev->ifname, msg_reply.msg.request.slave, ctx->msg.request.slave);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1400: FILE: lib/vhost/vhost_user.c:3192:
+			.request.slave = VHOST_USER_SLAVE_IOTLB_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1400: FILE: lib/vhost/vhost_user.c:3192:
+			.request.slave = VHOST_USER_SLAVE_IOTLB_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1412: FILE: lib/vhost/vhost_user.c:3203:
+	ret = send_vhost_message(dev, dev->slave_req_fd, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1426: FILE: lib/vhost/vhost_user.c:3219:
+			.request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1426: FILE: lib/vhost/vhost_user.c:3219:
+			.request.slave = VHOST_USER_SLAVE_CONFIG_CHANGE_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1437: FILE: lib/vhost/vhost_user.c:3228:
+	ret = send_vhost_slave_message(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1445: FILE: lib/vhost/vhost_user.c:3235:
+	return process_slave_message_reply(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1463: FILE: lib/vhost/vhost_user.c:3258:
+			.request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG,

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#1463: FILE: lib/vhost/vhost_user.c:3258:
+			.request.slave = VHOST_USER_SLAVE_VRING_HOST_NOTIFIER_MSG,

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1485: FILE: lib/vhost/vhost_user.c:3276:
+	ret = send_vhost_slave_message(dev, &ctx);

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#1493: FILE: lib/vhost/vhost_user.c:3283:
+	return process_slave_message_reply(dev, &ctx);

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Christophe Fontaine <christophefontaine@mac.com>' != 'Signed-off-by: Christophe Fontaine <cfontain@redhat.com>'

total: 1 errors, 24 warnings, 1340 lines checked

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

* |SUCCESS| pw106957 [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage
       [not found] <20220207102129.59170-2-cfontain@redhat.com>
  2022-02-07 10:22 ` |WARNING| pw106957 [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage checkpatch
@ 2022-02-07 12:19 ` 0-day Robot
  1 sibling, 0 replies; 16+ messages in thread
From: 0-day Robot @ 2022-02-07 12:19 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/106957/

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-08 21:52 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-08 21:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> testing pass

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| CentOS 8         | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| Fedora 32        | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| Fedora 33        | 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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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)

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-08  6:15 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-08  6:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> testing pass

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | PASS     |
+-----------------------------+----------+
| Fedora 32                   | PASS     |
+-----------------------------+----------+
| RHEL 7                      | PASS     |
+-----------------------------+----------+
| CentOS 8                    | PASS     |
+-----------------------------+----------+
| openSUSE Leap 15            | PASS     |
+-----------------------------+----------+
| CentOS Stream 8             | PASS     |
+-----------------------------+----------+
| Fedora 31                   | PASS     |
+-----------------------------+----------+
| Arch Linux                  | PASS     |
+-----------------------------+----------+
| Ubuntu 18.04                | PASS     |
+-----------------------------+----------+
| Ubuntu 20.04                | PASS     |
+-----------------------------+----------+
| RHEL8                       | PASS     |
+-----------------------------+----------+
| Fedora 33                   | PASS     |
+-----------------------------+----------+
| Fedora 34                   | PASS     |
+-----------------------------+----------+
| Fedora 34 clang             | PASS     |
+-----------------------------+----------+


Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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)

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

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-08  3:21 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-08  3:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> testing pass

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS 8            | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Arch Linux          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+


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

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

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

CentOS 8
	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)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-08  1:58 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-08  1:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> 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 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM 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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 22:22 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 22:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> performance testing pass

Test environment and result as below:

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

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -1.2%                        |
+------------+---------+----------+-------------+------------------------------+

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.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.9%                         |
+----------+-------------+---------+------------+------------------------------+

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.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 22:03 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 22:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> functional testing pass

Test environment and result as below:

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


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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:35 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> functional testing pass

Test environment and result as below:

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


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:34 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Functional Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> functional testing pass

Test environment and result as below:

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:30 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> performance testing pass

Test environment and result as below:

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

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -1.2%                        |
+------------+---------+----------+-------------+------------------------------+

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.3%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 2.6%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -2.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.9%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:26 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:26 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/106957

_Functional Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:25 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> performance testing pass

Test environment and result as below:

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

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | -0.7%                        |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | -1.2%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 21:18 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 21:18 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/106957

_Performance Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 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.0%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 20:58 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 20:58 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon

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

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

_Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> testing pass

Test environment and result as below:

+-------------------------------+----------------+--------------+
|          Environment          | dpdk_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM GCC Native   | PASS           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | PASS           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | 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 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/20924/

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106957 [PATCH] [v2, 1/1] vhost: move fds outside of VhostUserMessage
@ 2022-02-07 20:23 dpdklab
  0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2022-02-07 20:23 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Christophe Fontaine <cfontain@redhat.com>
Date: Monday, February 07 2022 10:21:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0e4dc6af06228c8504a5538512cb31ed7bf6cc23

106957 --> 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.3%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.1%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-02-08 21:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220207102129.59170-2-cfontain@redhat.com>
2022-02-07 10:22 ` |WARNING| pw106957 [PATCH v2 1/1] vhost: move fds outside of VhostUserMessage checkpatch
2022-02-07 12:19 ` |SUCCESS| " 0-day Robot
2022-02-07 20:23 |SUCCESS| pw106957 [PATCH] [v2, " dpdklab
2022-02-07 20:58 dpdklab
2022-02-07 21:18 dpdklab
2022-02-07 21:25 dpdklab
2022-02-07 21:26 dpdklab
2022-02-07 21:30 dpdklab
2022-02-07 21:34 dpdklab
2022-02-07 21:35 dpdklab
2022-02-07 22:03 dpdklab
2022-02-07 22:22 dpdklab
2022-02-08  1:58 dpdklab
2022-02-08  3:21 dpdklab
2022-02-08  6:15 dpdklab
2022-02-08 21:52 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).