* [dpdk-test-report] |FAILURE| pw40821[dpdk-dev, 3/7] vhost: use buffer vectors in dequeue path
@ 2018-06-08 10:44 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-06-08 10:44 UTC (permalink / raw)
To: test-report
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-08 10:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 10:44 [dpdk-test-report] |FAILURE| pw40821[dpdk-dev, 3/7] vhost: use buffer vectors in dequeue path sys_stv
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).