From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw42440[v8, 12/15] vhost: add Rx support for packed ring
Date: 06 Jul 2018 00:36:24 -0700 [thread overview]
Message-ID: <0590c7$23807a@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 47082 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/42440
_Compilation issues_
Submitter: Maxime Coquelin <maxime.coquelin@redhat.com>
Date: 2018-07-05 21:07:38
DPDK git baseline: Repo:dpdk-next-net, CommitID: e5647516deae231db94b5488a6c3d48310ab619c
Build Summary: 15 Builds Done, 2 Successful, 13 Failures
Test environment and configuration as below:
OS: FC25
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-debug
OS: FC24
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
x86_64-native-linuxapp-clang
OS: CENTOS
Kernel Version: 3.10.0-514.10.2.el7.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
i686-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: UB1604
Kernel Version: 4.4.0-78-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
i686-native-linuxapp-gcc
OS: FreeBSD
Kernel Version: 10.3-RELEASE
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.76-MHz K8-class CPU)
GCC Version: gcc (FreeBSD Ports Collection) 4.8.5
Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC ip_frag_internal.o
AR librte_ip_frag.a
INSTALL-LIB librte_ip_frag.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #2:
OS: UB1604
Target: x86_64-native-linuxapp-gcc
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC ip_frag_internal.o
AR librte_ip_frag.a
INSTALL-LIB librte_ip_frag.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #3:
OS: CENTOS
Target: i686-native-linuxapp-gcc
CC socket.o
CC vhost.o
CC rte_event_crypto_adapter.o
CC vhost_user.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c: In function ‘translate_ring_addresses’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c:472:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
vq->desc_packed = (struct vring_desc_packed *) ring_addr_to_vva
^
AR librte_eventdev.a
INSTALL-LIB librte_eventdev.a
== Build lib/librte_ip_frag
CC virtio_net.o
SYMLINK-FILE include/rte_ip_frag.h
CC rte_ipv4_fragmentation.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [enabled by default]
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: error: too few arguments to function ‘alloc_copy_ind_table’
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
*Failed Build #4:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
== Build lib/librte_gro
SYMLINK-FILE include/rte_gro.h
CC rte_gro.o
CC gro_tcp4.o
CC virtio_net.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function 'map_one_desc' is invalid in C99 [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-clang/include/rte_branch_prediction.h:38:41: note: expanded from macro 'unlikely'
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:33: error: too few arguments to function call, expected 4, have 3
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:40:1: note: 'alloc_copy_ind_table' declared here
static __rte_always_inline void *
^
1 warning and 1 error generated.
make[5]: *** [virtio_net.o] Error 1
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC gro_vxlan_tcp4.o
AR librte_gro.a
*Failed Build #5:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
== Build lib/librte_ip_frag
SYMLINK-FILE include/rte_ip_frag.h
CC virtio_net.o
CC rte_ipv4_fragmentation.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [enabled by default]
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: error: too few arguments to function ‘alloc_copy_ind_table’
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
*Failed Build #6:
OS: UB1604
Target: x86_64-native-linuxapp-clang
== Build lib/librte_ip_frag
SYMLINK-FILE include/rte_ip_frag.h
CC rte_ipv4_fragmentation.o
CC virtio_net.o
CC rte_ipv6_fragmentation.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function 'map_one_desc' is invalid in C99 [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
CC rte_ipv4_reassembly.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:33: error: too few arguments to function call, expected 4, have 3
&vq->desc[desc_indexes[i]]);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:40:1: note: 'alloc_copy_ind_table' declared here
static __rte_always_inline void *
^
1 warning and 1 error generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC ip_frag_internal.o
AR librte_ip_frag.a
INSTALL-LIB librte_ip_frag.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #7:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
SYMLINK-FILE include/rte_ip_frag.h
CC rte_ipv4_fragmentation.o
CC rte_ipv6_fragmentation.o
CC virtio_net.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
CC rte_ipv4_reassembly.o
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC ip_frag_internal.o
LD librte_ip_frag.so.1.1
INSTALL-LIB librte_ip_frag.so.1.1
== Build lib/librte_gro
SYMLINK-FILE include/rte_gro.h
CC rte_gro.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [enabled by default]
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: error: too few arguments to function ‘alloc_copy_ind_table’
&vq->desc[desc_indexes[i]]);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
*Failed Build #8:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
make[5]: *** Waiting for unfinished jobs....
== Build lib/librte_ip_frag
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
SYMLINK-FILE include/rte_ip_frag.h
CC rte_ipv4_fragmentation.o
CC rte_ipv6_fragmentation.o
--
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC ip_frag_internal.o
LD librte_ip_frag.so.1.1
INSTALL-LIB librte_ip_frag.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #9:
OS: UB1604
Target: i686-native-linuxapp-gcc
== Build lib/librte_ip_frag
SYMLINK-FILE include/rte_ip_frag.h
CC vhost_user.o
CC rte_ipv4_fragmentation.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c: In function ‘translate_ring_addresses’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c:472:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
vq->desc_packed = (struct vring_desc_packed *) ring_addr_to_vva
^
CC rte_ipv6_fragmentation.o
CC virtio_net.o
CC rte_ipv4_reassembly.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC ip_frag_internal.o
AR librte_ip_frag.a
INSTALL-LIB librte_ip_frag.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #10:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC gro_vxlan_tcp4.o
AR librte_gro.a
INSTALL-LIB librte_gro.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #11:
OS: FC24
Target: i686-native-linuxapp-gcc
CC rte_ipv6_reassembly.o
CC rte_ip_frag_common.o
CC vhost_user.o
CC ip_frag_internal.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c: In function ‘translate_ring_addresses’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/vhost_user.c:472:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
vq->desc_packed = (struct vring_desc_packed *) ring_addr_to_vva
^
AR librte_ip_frag.a
INSTALL-LIB librte_ip_frag.a
== Build lib/librte_gro
--
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_spinlock.h:15:0,
from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/i686-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC gro_tcp4.o
CC gro_vxlan_tcp4.o
AR librte_gro.a
INSTALL-LIB librte_gro.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #12:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mempool.h:44,
from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_mbuf.h:38,
from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘fill_vec_buf_packed_indirect’:
INSTALL-LIB librte_ip_frag.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function ‘map_one_desc’ [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/x86_64-native-linuxapp-gcc/include/rte_branch_prediction.h:38:41: note: in definition of macro ‘unlikely’
#define unlikely(x) __builtin_expect(!!(x), 0)
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:3: warning: nested extern declaration of ‘map_one_desc’ [-Wnested-externs]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^~
== Build lib/librte_gro
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c: In function ‘rte_vhost_dequeue_burst’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:7: warning: passing argument 3 of ‘alloc_copy_ind_table’ makes integer from pointer without a cast [-Wint-conversion]
&vq->desc[desc_indexes[i]]);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: expected ‘uint64_t {aka long unsigned int}’ but argument is of type ‘struct vring_desc *’
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1376:13: error: too few arguments to function ‘alloc_copy_ind_table’
idesc = alloc_copy_ind_table(dev, vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:41:1: note: declared here
alloc_copy_ind_table(struct virtio_net *dev, struct vhost_virtqueue *vq,
^~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
SYMLINK-FILE include/rte_gro.h
CC rte_gro.o
CC gro_tcp4.o
CC gro_vxlan_tcp4.o
LD librte_gro.so.1.1
INSTALL-LIB librte_gro.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #13:
OS: FC24
Target: x86_64-native-linuxapp-clang
== Build lib/librte_gro
SYMLINK-FILE include/rte_gro.h
CC rte_gro.o
CC virtio_net.o
CC gro_tcp4.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:383:16: warning: implicit declaration of function 'map_one_desc' is invalid in C99 [-Wimplicit-function-declaration]
if (unlikely(map_one_desc(dev, vq, buf_vec, &vec_id,
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:1377:33: error: too few arguments to function call, expected 4, have 3
&vq->desc[desc_indexes[i]]);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/lib/librte_vhost/virtio_net.c:40:1: note: 'alloc_copy_ind_table' declared here
static __rte_always_inline void *
^
1 warning and 1 error generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'virtio_net.o' failed
make[5]: *** [virtio_net.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_vhost' failed
make[4]: *** [librte_vhost] Error 2
make[4]: *** Waiting for unfinished jobs....
CC gro_vxlan_tcp4.o
AR librte_gro.a
INSTALL-LIB librte_gro.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'lib' failed
make[3]: *** [lib] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/9a1333a9123c43c0a2008db948d91691/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
DPDK STV team
reply other threads:[~2018-07-06 7:36 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$23807a@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).