Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/70233 _apply issues_ Submitter: Gowrishankar Muthukrishnan 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