automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report]  |FAILURE| pw40821[dpdk-dev, 3/7] vhost: use buffer vectors in dequeue path
Date: 08 Jun 2018 03:44:23 -0700	[thread overview]
Message-ID: <0590c7$1rv5bf@orsmga001.jf.intel.com> (raw)

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

Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/40821

_apply issues_

Submitter: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: 2018-06-08 10:39:09
DPDK git baseline:
	Repo:dpdk-master, CommitID: b259da7b24e75b967e63f549177e507163719d1a
	Repo:dpdk-next-eventdev, CommitID: 82141ea88c726d320373069fe9064b321baf990d
	Repo:dpdk-next-net, CommitID: 3a1a1f3f1344c8a3bc0b06cd23e97b3922a91a61
	Repo:dpdk-next-crypto, CommitID: b259da7b24e75b967e63f549177e507163719d1a
	Repo:dpdk-next-virtio, CommitID: eb627a5b8b3f4a6f9b87125461d67331e7fb97e4

*Repo: dpdk-master
Checking patch lib/librte_vhost/virtio_net.c...
Hunk #1 succeeded at 1051 (offset 301 lines).
error: while searching for:
	struct virtio_net_hdr tmp_hdr;
	struct virtio_net_hdr *hdr = NULL;
	/* A counter to avoid desc dead loop chain */
	uint32_t nr_desc = 1;
	struct batch_copy_elem *batch_copy = vq->batch_copy_elems;
	int error = 0;

	desc = &descs[desc_idx];
	if (unlikely((desc->len < dev->vhost_hlen)) ||
			(desc->flags & VRING_DESC_F_INDIRECT)) {
		error = -1;
		goto out;
	}

	desc_chunck_len = desc->len;
	desc_gaddr = desc->addr;
	desc_addr = vhost_iova_to_vva(dev,
					vq, desc_gaddr,
					&desc_chunck_len,
					VHOST_ACCESS_RO);
	if (unlikely(!desc_addr)) {
		error = -1;
		goto out;
	}

error: patch failed: lib/librte_vhost/virtio_net.c:764
error: lib/librte_vhost/virtio_net.c: patch does not apply
*Repo: dpdk-next-eventdev
Checking patch lib/librte_vhost/virtio_net.c...
Hunk #1 succeeded at 1051 (offset 301 lines).
error: while searching for:
	struct virtio_net_hdr tmp_hdr;
	struct virtio_net_hdr *hdr = NULL;
	/* A counter to avoid desc dead loop chain */
	uint32_t nr_desc = 1;
	struct batch_copy_elem *batch_copy = vq->batch_copy_elems;
	int error = 0;

	desc = &descs[desc_idx];
	if (unlikely((desc->len < dev->vhost_hlen)) ||
			(desc->flags & VRING_DESC_F_INDIRECT)) {
		error = -1;
		goto out;
	}

	desc_chunck_len = desc->len;
	desc_gaddr = desc->addr;
	desc_addr = vhost_iova_to_vva(dev,
					vq, desc_gaddr,
					&desc_chunck_len,
					VHOST_ACCESS_RO);
	if (unlikely(!desc_addr)) {
		error = -1;
		goto out;
	}

error: patch failed: lib/librte_vhost/virtio_net.c:764
error: lib/librte_vhost/virtio_net.c: patch does not apply
*Repo: dpdk-next-net
Checking patch lib/librte_vhost/virtio_net.c...
Hunk #1 succeeded at 1051 (offset 301 lines).
error: while searching for:
	struct virtio_net_hdr tmp_hdr;
	struct virtio_net_hdr *hdr = NULL;
	/* A counter to avoid desc dead loop chain */
	uint32_t nr_desc = 1;
	struct batch_copy_elem *batch_copy = vq->batch_copy_elems;
	int error = 0;

	desc = &descs[desc_idx];
	if (unlikely((desc->len < dev->vhost_hlen)) ||
			(desc->flags & VRING_DESC_F_INDIRECT)) {
		error = -1;
		goto out;
	}

	desc_chunck_len = desc->len;
	desc_gaddr = desc->addr;
	desc_addr = vhost_iova_to_vva(dev,
					vq, desc_gaddr,
					&desc_chunck_len,
					VHOST_ACCESS_RO);
	if (unlikely(!desc_addr)) {
		error = -1;
		goto out;
	}

error: patch failed: lib/librte_vhost/virtio_net.c:764
error: lib/librte_vhost/virtio_net.c: patch does not apply
*Repo: dpdk-next-crypto
Checking patch lib/librte_vhost/virtio_net.c...
Hunk #1 succeeded at 1051 (offset 301 lines).
error: while searching for:
	struct virtio_net_hdr tmp_hdr;
	struct virtio_net_hdr *hdr = NULL;
	/* A counter to avoid desc dead loop chain */
	uint32_t nr_desc = 1;
	struct batch_copy_elem *batch_copy = vq->batch_copy_elems;
	int error = 0;

	desc = &descs[desc_idx];
	if (unlikely((desc->len < dev->vhost_hlen)) ||
			(desc->flags & VRING_DESC_F_INDIRECT)) {
		error = -1;
		goto out;
	}

	desc_chunck_len = desc->len;
	desc_gaddr = desc->addr;
	desc_addr = vhost_iova_to_vva(dev,
					vq, desc_gaddr,
					&desc_chunck_len,
					VHOST_ACCESS_RO);
	if (unlikely(!desc_addr)) {
		error = -1;
		goto out;
	}

error: patch failed: lib/librte_vhost/virtio_net.c:764
error: lib/librte_vhost/virtio_net.c: patch does not apply
*Repo: dpdk-next-virtio
Checking patch lib/librte_vhost/virtio_net.c...
Hunk #1 succeeded at 1051 (offset 301 lines).
error: while searching for:
	struct virtio_net_hdr tmp_hdr;
	struct virtio_net_hdr *hdr = NULL;
	/* A counter to avoid desc dead loop chain */
	uint32_t nr_desc = 1;
	struct batch_copy_elem *batch_copy = vq->batch_copy_elems;
	int error = 0;

	desc = &descs[desc_idx];
	if (unlikely((desc->len < dev->vhost_hlen)) ||
			(desc->flags & VRING_DESC_F_INDIRECT)) {
		error = -1;
		goto out;
	}

	desc_chunck_len = desc->len;
	desc_gaddr = desc->addr;
	desc_addr = vhost_iova_to_vva(dev,
					vq, desc_gaddr,
					&desc_chunck_len,
					VHOST_ACCESS_RO);
	if (unlikely(!desc_addr)) {
		error = -1;
		goto out;
	}

error: patch failed: lib/librte_vhost/virtio_net.c:764
error: lib/librte_vhost/virtio_net.c: patch does not apply

DPDK STV team

                 reply	other threads:[~2018-06-08 10:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='0590c7$1rv5bf@orsmga001.jf.intel.com' \
    --to=sys_stv@intel.com \
    --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).