[dpdk-test-report] |FAILURE| pw63931[v2] net/virtio-user: fix packed ring server mode
sys_stv at intel.com
sys_stv at intel.com
Wed Jan 22 02:05:07 CET 2020
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/63931
_apply issues_
Submitter: Xuan Ding <xuan.ding at intel.com>
Date: 2019-12-16 10:16:31
Reply_mail: 20191216101631.81713-1-xuan.ding at intel.com
DPDK git baseline:
Repo:dpdk-next-virtio, CommitID: 52f0e9c136d7f5acf8dd1991d9644ed0fa28888e
Repo:dpdk, CommitID: 73c392e24f5e29acbe53044dccb6b07ebbae2467
*Repo: dpdk-next-virtio
/* reset device and negotiate default features */
ret = virtio_init_device(eth_dev, VIRTIO_PMD_DEFAULT_GUEST_FEATURES);
if (ret < 0)
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1913
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_ethdev.h...
Hunk #1 succeeded at 50 (offset 1 line).
Checking patch drivers/net/virtio/virtio_user_ethdev.c...
error: while searching for:
--
struct rte_eth_dev *eth_dev = &rte_eth_devices[dev->port_id];
connectfd = accept(dev->listenfd, NULL, NULL);
if (connectfd < 0)
error: patch failed: drivers/net/virtio/virtio_user_ethdev.c:31
error: drivers/net/virtio/virtio_user_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtqueue.c...
error: while searching for:
else
virtqueue_rxvq_flush_split(vq);
}
error: patch failed: drivers/net/virtio/virtqueue.c:141
error: drivers/net/virtio/virtqueue.c: patch does not apply
Checking patch drivers/net/virtio/virtqueue.h...
error: while searching for:
/* Flush the elements in the used ring. */
void virtqueue_rxvq_flush(struct virtqueue *vq);
static inline int
virtqueue_full(const struct virtqueue *vq)
{
error: patch failed: drivers/net/virtio/virtqueue.h:443
error: drivers/net/virtio/virtqueue.h: patch does not apply
*Repo: dpdk
/* reset device and negotiate default features */
ret = virtio_init_device(eth_dev, VIRTIO_PMD_DEFAULT_GUEST_FEATURES);
if (ret < 0)
error: patch failed: drivers/net/virtio/virtio_ethdev.c:1913
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtio_ethdev.h...
Hunk #1 succeeded at 50 (offset 1 line).
Checking patch drivers/net/virtio/virtio_user_ethdev.c...
error: while searching for:
--
struct rte_eth_dev *eth_dev = &rte_eth_devices[dev->port_id];
connectfd = accept(dev->listenfd, NULL, NULL);
if (connectfd < 0)
error: patch failed: drivers/net/virtio/virtio_user_ethdev.c:31
error: drivers/net/virtio/virtio_user_ethdev.c: patch does not apply
Checking patch drivers/net/virtio/virtqueue.c...
error: while searching for:
else
virtqueue_rxvq_flush_split(vq);
}
error: patch failed: drivers/net/virtio/virtqueue.c:141
error: drivers/net/virtio/virtqueue.c: patch does not apply
Checking patch drivers/net/virtio/virtqueue.h...
error: while searching for:
/* Flush the elements in the used ring. */
void virtqueue_rxvq_flush(struct virtqueue *vq);
static inline int
virtqueue_full(const struct virtqueue *vq)
{
error: patch failed: drivers/net/virtio/virtqueue.h:443
error: drivers/net/virtio/virtqueue.h: patch does not apply
DPDK STV team
More information about the test-report
mailing list