* |FAILURE| pw149668-149669 [v2 2/2] examples/vhost_crypto: add asymmetric support
[not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
@ 2025-01-07 17:40 ` qemudev
2025-01-07 18:03 ` |SUCCESS| pw149669 " checkpatch
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2025-01-07 17:40 UTC (permalink / raw)
To: test-report; +Cc: Gowrishankar Muthukrishnan, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/149669
_ninja build failure_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Tue, 7 Jan 2025 23:32:45 +0530
DPDK git baseline: Repo:dpdk-next-virtio
Branch: main
CommitID: 07604f264417959d76aa9fcb8cb0c3665f62f0d3
149668-149669 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
cc -Ilib/librte_vhost.a.p -Ilib -I../lib -Ilib/vhost -I../lib/vhost -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -Ilib/pci -I../lib/pci -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-st
yle-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DVHOST_GCC_UNROLL_PRAGMA -fno-strict-aliasing -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=lib.vhost -MD -MQ lib/librte_vhost.a.p/vhost_vhost_crypto.c.o -MF lib/librte_vhost.a.p/vhost_vhost_crypto.c.o.d -o lib/librte_vhost.a.p/vhost_vhost_crypto.c.o -c ../lib/vhost/vhost_crypto.c
./lib/vhost/vhost_crypto.c: In function ‘transform_rsa_param’:
./lib/vhost/vhost_crypto.c:554:7: error: ‘VIRTIO_CRYPTO_RSA_RAW_PADDING’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_S_HW_READY’?
case VIRTIO_CRYPTO_RSA_RAW_PADDING:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_S_HW_READY
./lib/vhost/vhost_crypto.c:554:7: note: each undeclared identifier is reported only once for each function it appears in
./lib/vhost/vhost_crypto.c:557:7: error: ‘VIRTIO_CRYPTO_RSA_PKCS1_PADDING’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_S_HW_READY’?
case VIRTIO_CRYPTO_RSA_PKCS1_PADDING:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_S_HW_READY
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_create_asym_sess’:
./lib/vhost/vhost_crypto.c:581:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_RSA’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_RSA:
^~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_create_sess’:
./lib/vhost/vhost_crypto.c:634:29: error: ‘VIRTIO_CRYPTO_AKCIPHER_CREATE_SESSION’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_CREATE_SESSION’?
if (sess_param->op_code == VIRTIO_CRYPTO_AKCIPHER_CREATE_SESSION)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_CREATE_SESSION
./lib/vhost/vhost_crypto.c: At top level:
./lib/vhost/vhost_crypto.c:1380:44: warning: ‘struct virtio_crypto_akcipher_data_req’ declared inside parameter list will not be visible outside of this definition or declaration
vhost_crypto_check_akcipher_request(struct virtio_crypto_akcipher_data_req *req)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/vhost/vhost_crypto.c: In function ‘prepare_asym_rsa_op’:
./lib/vhost/vhost_crypto.c:1393:59: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
uint8_t ret = vhost_crypto_check_akcipher_request(&req->u.akcipher_req);
^
./lib/vhost/vhost_crypto.c:1405:29: error: ‘VIRTIO_CRYPTO_AKCIPHER_SIGN’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_SIGN) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c:1408:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1409:29: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->sign.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1425:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_VERIFY’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_AES_F8’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_VERIFY) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_AES_F8
./lib/vhost/vhost_crypto.c:1428:29: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->sign.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1431:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1433:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_ENCRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ENCRYPT’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_ENCRYPT) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ENCRYPT
./lib/vhost/vhost_crypto.c:1436:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1437:31: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->cipher.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c:1453:36: error: ‘VIRTIO_CRYPTO_AKCIPHER_DECRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_DECRYPT’?
} else if (req->header.opcode == VIRTIO_CRYPTO_AKCIPHER_DECRYPT) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_DECRYPT
./lib/vhost/vhost_crypto.c:1456:31: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->cipher.length = req->u.akcipher_req.para.src_data_len;
^
./lib/vhost/vhost_crypto.c:1459:32: error: ‘union <anonymous>’ has no member named ‘akcipher_req’
rsa->message.length = req->u.akcipher_req.para.dst_data_len;
^
./lib/vhost/vhost_crypto.c: In function ‘vhost_crypto_process_one_req’:
./lib/vhost/vhost_crypto.c:1647:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_SIGN’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_SIGN:
^~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c:1648:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_VERIFY’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_AES_F8’?
case VIRTIO_CRYPTO_AKCIPHER_VERIFY:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_AES_F8
./lib/vhost/vhost_crypto.c:1649:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_ENCRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ENCRYPT’?
case VIRTIO_CRYPTO_AKCIPHER_ENCRYPT:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ENCRYPT
./lib/vhost/vhost_crypto.c:1650:7: error: ‘VIRTIO_CRYPTO_AKCIPHER_DECRYPT’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_DECRYPT’?
case VIRTIO_CRYPTO_AKCIPHER_DECRYPT:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_DECRYPT
./lib/vhost/vhost_crypto.c:1683:8: error: ‘VIRTIO_CRYPTO_AKCIPHER_RSA’ undeclared (first use in this function); did you mean ‘VIRTIO_CRYPTO_CIPHER_ARC4’?
case VIRTIO_CRYPTO_AKCIPHER_RSA:
^~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTIO_CRYPTO_CIPHER_ARC4
./lib/vhost/vhost_crypto.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-address-of-packed-member’
[301/2664] Compiling C object lib/librte_vhost.a.p/vhost_iotlb.c.o
[302/2664] Compiling C object lib/librte_vhost.a.p/vhost_vdpa.c.o
[303/2664] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_telemetry.c.o
[304/2664] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[305/2664] Generating ip_frag.sym_chk with a custom command (wrapped by meson to capture output)
[306/2664] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_crypto.c.o
[307/2664] Generating latencystats.sym_chk with a custom command (wrapped by meson to capture output)
[308/2664] Compiling C object lib/librte_vhost.a.p/vhost_socket.c.o
[309/2664] Compiling C object lib/librte_pdcp.a.p/pdcp_pdcp_cnt.c.o
[310/2664] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o
[311/2664] Generating stack.sym_chk with a custom command (wrapped by meson to capture output)
[312/2664] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[313/2664] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output)
[314/2664] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[315/2664] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[316/2664] Generating pcapng.sym_chk with a custom command (wrapped by meson to capture output)
[317/2664] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[318/2664] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[319/2664] Generating reorder.sym_chk with a custom command (wrapped by meson to capture output)
[320/2664] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[321/2664] Generating rib.sym_chk with a custom command (wrapped by meson to capture output)
[322/2664] Generating security.sym_chk with a custom command (wrapped by meson to capture output)
[323/2664] Generating rawdev.sym_chk with a custom command (wrapped by meson to capture output)
[324/2664] Generating regexdev.sym_chk with a custom command (wrapped by meson to capture output)
[325/2664] Compiling C object lib/librte_member.a.p/member_rte_member_sketch.c.o
[326/2664] Generating power.sym_chk with a custom command (wrapped by meson to capture output)
[327/2664] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[328/2664] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[329/2664] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[330/2664] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[331/2664] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[332/2664] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[333/2664] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw149669 [v2 2/2] examples/vhost_crypto: add asymmetric support
[not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
2025-01-07 17:40 ` |FAILURE| pw149668-149669 [v2 2/2] examples/vhost_crypto: add asymmetric support qemudev
@ 2025-01-07 18:03 ` checkpatch
2025-01-07 19:05 ` |FAILURE| " 0-day Robot
2025-01-08 1:54 ` |FAILURE| pw149668-149669 [PATCH] [v2, " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2025-01-07 18:03 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/149669
_coding style OK_
^ permalink raw reply [flat|nested] 4+ messages in thread
* |FAILURE| pw149669 [v2 2/2] examples/vhost_crypto: add asymmetric support
[not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
2025-01-07 17:40 ` |FAILURE| pw149668-149669 [v2 2/2] examples/vhost_crypto: add asymmetric support qemudev
2025-01-07 18:03 ` |SUCCESS| pw149669 " checkpatch
@ 2025-01-07 19:05 ` 0-day Robot
2025-01-08 1:54 ` |FAILURE| pw149668-149669 [PATCH] [v2, " dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2025-01-07 19:05 UTC (permalink / raw)
To: test-report; +Cc: gmuthukrishn, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/149669/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12657096027
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1435:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1446:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RW);
^
../lib/vhost/vhost_crypto.c:1455:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1458:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1474:18: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
^
9 errors generated.
[423/3209] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net_ctrl.c.o
[424/3209] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_inb.c.o
[425/3209] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[426/3209] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o
[427/3209] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1435:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1446:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RW);
^
../lib/vhost/vhost_crypto.c:1455:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1458:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO);
^
../lib/vhost/vhost_crypto.c:1474:18: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis]
vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO);
^
9 errors generated.
[431/6633] Compiling C object lib/librte_vhost.a.p/vhost_vdpa.c.o
[432/6633] Compiling C object lib/librte_vhost.a.p/vhost_iotlb.c.o
[433/6633] Compiling C object lib/librte_vhost.a.p/vhost_socket.c.o
[434/6633] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o
[435/6633] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* |FAILURE| pw149668-149669 [PATCH] [v2, 2/2] examples/vhost_crypto: add asymmetric support
[not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
` (2 preceding siblings ...)
2025-01-07 19:05 ` |FAILURE| " 0-day Robot
@ 2025-01-08 1:54 ` dpdklab
3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2025-01-08 1:54 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/149668
_build patch failure_
Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: Tuesday, January 07 2025 18:02:46
Applied on: CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
Apply patch set 149668-149669 failed:
<!doctype html>
<html lang="en">
<head>
<title>Not Found</title>
</head>
<body>
<h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>
https://lab.dpdk.org/results/dashboard/patchsets/32270/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-08 1:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <5126c7ca239ffc9f64d32c6cfa8b74308bc04125.1736270125.git.gmuthukrishn@marvell.com>
2025-01-07 17:40 ` |FAILURE| pw149668-149669 [v2 2/2] examples/vhost_crypto: add asymmetric support qemudev
2025-01-07 18:03 ` |SUCCESS| pw149669 " checkpatch
2025-01-07 19:05 ` |FAILURE| " 0-day Robot
2025-01-08 1:54 ` |FAILURE| pw149668-149669 [PATCH] [v2, " 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).