automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw70233net/virtio: include host features supported in guest
@ 2020-05-15  7:08 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2020-05-15  7:08 UTC (permalink / raw)
  To: test-report

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

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

_apply issues_

Submitter: Gowrishankar Muthukrishnan <gmuthukr@redhat.com>
Date: 2020-05-14 11:56:47
Reply_mail: 20200514115647.23604-1-gmuthukr@redhat.com
DPDK git baseline:
	Repo:dpdk-next-virtio, CommitID: 1e8787ac08f4d3573691b334e3532fe22969e86d
	Repo:dpdk, CommitID: a8b8a863179e0a8478d488bb8545e632ed163456

*Repo: dpdk-next-virtio
ret = virtio_init_device(eth_dev, VIRTIO_PMD_DEFAULT_GUEST_FEATURES);
	if (ret < 0)
		goto err_virtio_init;


error: patch failed: drivers/net/virtio/virtio_ethdev.c:1914
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply
*Repo: dpdk
Hence this patch explicitly initializes vec register
    to fix the issue.
    
    In file included from ip4_lookup.c:34:0:
    ip4_lookup_neon.h: n function ‘ip4_lookup_node_process’: \
    ip4_lookup_neon.h:25:12: error: ‘dip’ may be used uninitialized in \
            this function [-Werror=maybe-uninitialized]
      int32x4_t dip;
                ^
    
    Fixes: 16df6a2c6671 ("node: add IPv4 lookup for arm64")
    
--
	ret = virtio_init_device(eth_dev, VIRTIO_PMD_DEFAULT_GUEST_FEATURES);
	if (ret < 0)
		goto err_virtio_init;


error: patch failed: drivers/net/virtio/virtio_ethdev.c:1914
error: drivers/net/virtio/virtio_ethdev.c: patch does not apply

DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-15  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15  7:08 [dpdk-test-report] |FAILURE| pw70233net/virtio: include host features supported in guest 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).