|FAILURE| pw151800-151804 [PATCH] [v3,5/5] examples/vhost_crypto: su
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Feb 22 03:49:29 CET 2025
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/151804
_Testing issues_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Friday, February 21 2025 17:30:13
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:992fd7e15692e3faab0c0e590aaa63998657d804
151800-151804 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#317428
Test environment and result as below:
+-----------------------------+----------------+
| Environment | dpdk_unit_test |
+=============================+================+
| 32-bit Ubuntu 22.04.4 (ARM) | PEND |
+-----------------------------+----------------+
| Fedora 40 (ARM Clang) | WARN |
+-----------------------------+----------------+
| CentOS Stream 9 (ARM) | PASS |
+-----------------------------+----------------+
| CentOS Stream 10 (ARM) | PEND |
+-----------------------------+----------------+
==== 20 line log output for Fedora 40 (ARM Clang) (dpdk_unit_test): ====
../lib/vhost/vhost_crypto.c:1426:24: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1426 | rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
| ^
../lib/vhost/vhost_crypto.c:1437:23: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1437 | rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RW);
| ^
../lib/vhost/vhost_crypto.c:1446:23: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1446 | rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
| ^
../lib/vhost/vhost_crypto.c:1449:24: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1449 | rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
| ^
../lib/vhost/vhost_crypto.c:1465:18: error: calling function 'get_data_ptr' requires holding rwlock 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
1465 | vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
| ^
9 errors generated.
[409/3386] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[410/3386] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[411/3386] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
32-bit Ubuntu 22.04.4 (ARM)
Kernel: 5.15.83+ aarch64
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32643/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list