automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw113256 [PATCH] vhost/crypto: fix descriptor processing
Date: Wed, 22 Jun 2022 11:49:46 -0400 (EDT)	[thread overview]
Message-ID: <20220622154946.8BE6BB0F7@noxus.dpdklab.iol.unh.edu> (raw)

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

             reply	other threads:[~2022-06-22 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 15:49 dpdklab [this message]
2022-06-29 11:49 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220622154946.8BE6BB0F7@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).