automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113256 [PATCH] vhost/crypto: fix descriptor processing
@ 2022-06-22 15:49 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-22 15:49 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/113256

_apply patch failure_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Wednesday, June 22 2022 15:30:20 
Applied on: CommitID:9aa95b6fc4d0f166f8364f60c476f52dfcbe1082
Apply patch set 113256 failed:

Checking patch lib/vhost/vhost_crypto.c...
error: while searching for:
			return -1;
		left -= copied;
		data = RTE_PTR_ADD(data, copied);
		desc++;
	} while (desc < head + max_n_descs && left != 0);

	if (unlikely(left != 0))
		return -1;

error: patch failed: lib/vhost/vhost_crypto.c:610
Applying patch lib/vhost/vhost_crypto.c with 1 reject...
Rejected hunk #1.
diff a/lib/vhost/vhost_crypto.c b/lib/vhost/vhost_crypto.c	(rejected hunks)
@@ -610,8 +610,7 @@ copy_data(void *data, struct vhost_crypto_data_req *vc_req,
 			return -1;
 		left -= copied;
 		data = RTE_PTR_ADD(data, copied);
-		desc++;
-	} while (desc < head + max_n_descs && left != 0);
+	} while (left != 0 && ++desc < head + max_n_descs);
 
 	if (unlikely(left != 0))
 		return -1;

https://lab.dpdk.org/results/dashboard/patchsets/22754/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw113256 [PATCH] vhost/crypto: fix descriptor processing
@ 2022-06-29 11:49 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-06-29 11:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand

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

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/113256

_Testing issues_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Wednesday, June 22 2022 15:30:20 
DPDK git baseline: Repo:dpdk-next-virtio
  Branch: master
  CommitID:529ba799ae3cbfe5838fc86da8ff372fd852f359

113256 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 32 (abi_test): ====
'./librte_vdpa_mlx5.so.22.2' -> 'dpdk/pmds-22.2/librte_vdpa_mlx5.so.22.2'
'./librte_vdpa_sfc.so' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so'
'./librte_vdpa_sfc.so.22' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22'
'./librte_vdpa_sfc.so.22.2' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22.2'
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/raw/ntb/rte_pmd_ntb.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler_operations.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/event/dlb2/rte_pmd_dlb2.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/baseband/acc100/rte_acc100_cfg.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/usertools/dpdk-devbind.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/usertools/dpdk-pmdinfo.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/usertools/dpdk-telemetry.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/usertools/dpdk-hugepages.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/build/rte_build_config.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/build/meson-private/libdpdk-libs.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/lib64/pkgconfig
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/build/meson-private/libdpdk.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/build_install/usr/local/lib64/pkgconfig
Running custom install script '/bin/sh /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI/dpdk/config/../buildtools/symlink-drivers-solibs.sh lib64 dpdk/pmds-22.2'
==== Compiled DPDK with debugoptimized
bash: /scripts/generate_abi.sh: No such file or directory
==== End log output ====

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)

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

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

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)

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

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)

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-06-29 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 15:49 |WARNING| pw113256 [PATCH] vhost/crypto: fix descriptor processing dpdklab
2022-06-29 11:49 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).