[dpdk-test-report] |FAILURE| pw44291[3/3] net/virtio-user: fix memory hotplug support in vhost-kernel

sys_stv at intel.com sys_stv at intel.com
Wed Sep 5 06:42:38 CEST 2018


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

_Compilation issues_

Submitter: Tiwei Bie <tiwei.bie at intel.com>
Date: 2018-09-05 04:28:52
DPDK git baseline: Repo:dpdk-master, CommitID: 3605968c2fa783674624562a7dfab256eb9044ea

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)
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc
	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)
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-gcc

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
  CC virtio_rxtx_simple_sse.o
  CC rte_eth_softnic_link.o
  CC rte_eth_softnic_tm.o
  CC virtio_user/vhost_user.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^~
  CC virtio_user/vhost_kernel.o
  CC virtio_user/vhost_kernel_tap.o
  CC rte_eth_softnic_tap.o
--
  AR librte_pmd_dpaa2_qdma.a
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port_error.o
  CC ifpga_port.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x14): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x14): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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
  LD virtio_ethdev.o
  CC virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^~
  CC virtio_user/vhost_kernel.o
== Build drivers/net/vmxnet3
  CC virtio_user/vhost_kernel_tap.o
--
  CC ifpga_enumerate.o
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x22): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x39): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x22): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x39): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  INSTALL-LIB librte_pmd_kni.a
== Build drivers/net/softnic
  SYMLINK-FILE include/rte_eth_softnic.h
  CC rte_eth_softnic.o
  CC virtio_user/vhost_user.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function 'rte_memseg_get_fd_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        fd = rte_memseg_get_fd_thread_unsafe(ms);
             ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function 'rte_memseg_get_fd_offset_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
            ^
2 warnings generated.
  PMDINFO rte_eth_softnic.o.pmd.c
  CC virtio_user/vhost_kernel.o
  CC rte_eth_softnic.o.pmd.o
  LD rte_eth_softnic.o
  CC rte_eth_softnic_mempool.o
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  LD dpdk-procinfo
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x756): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x76d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
  CC parameters.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC cmdline.o
  CC cmdline_flow.o
  CC cmdline_mtr.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x756): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x76d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #4:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  CC virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC ef10_vpd.o
  CC hunt_nic.o
  CC virtio_user/vhost_user.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function 'rte_memseg_get_fd_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        fd = rte_memseg_get_fd_thread_unsafe(ms);
             ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function 'rte_memseg_get_fd_offset_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
            ^
  CC medford_nic.o
2 warnings generated.
  CC virtio_user/vhost_kernel.o
  CC medford2_nic.o
  CC virtio_user/vhost_kernel_tap.o
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
--
  CC ifpga_feature_dev.o
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x786): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x7a3): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
  CC parameters.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[5]: *** [dpdk-procinfo] Error 1
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x786): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x7a3): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[3]: *** [app] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2

*Failed Build #5:
OS: CENTOS
Target: i686-native-linuxapp-gcc
  LD virtio_ethdev.o
  CC virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  CC virtio_user/vhost_kernel.o
  CC virtio_user/vhost_kernel_tap.o
  CC qede_fdir.o
  CC virtio_user/virtio_user_dev.o
  AR librte_pmd_qede.a
--
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_port.o
  CC ifpga_fme_error.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x13): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2f): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
make[5]: *** [dpdk-procinfo] Error 1
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x13): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2f): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[3]: *** [app] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2

*Failed Build #6:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC virtio_rxtx_simple_sse.o
  SYMLINK-FILE include/rte_eth_softnic.h
  CC rte_eth_softnic.o
  CC virtio_user/vhost_user.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  PMDINFO rte_eth_softnic.o.pmd.c
  CC rte_eth_softnic.o.pmd.o
  LD rte_eth_softnic.o
  CC virtio_user/vhost_kernel.o
  CC rte_eth_softnic_mempool.o
--
  LD virtio_user_ethdev.o
  LD librte_pmd_virtio.so.1.1
virtio_user/vhost_user.o: In function `update_memory_region':
vhost_user.c:(.text+0x1d): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x36): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
make[6]: *** [librte_pmd_virtio.so.1.1] Error 1
make[5]: *** [virtio] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC rte_eth_softnic_tap.o
  CC rte_eth_softnic_action.o

*Failed Build #7:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  LD rte_eth_kni.o
  LD librte_pmd_kni.so.1.1
  INSTALL-LIB librte_pmd_kni.so.1.1
== Build drivers/net/softnic
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^
  CC virtio_user/vhost_kernel.o
  SYMLINK-FILE include/rte_eth_softnic.h
  CC rte_eth_softnic.o
--
  LD librte_pmd_virtio.so.1.1
  CC rte_eth_softnic_tm.o
virtio_user/vhost_user.o: In function `update_memory_region':
vhost_user.c:(.text+0x22): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x39): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.lib.mk:98: recipe for target 'librte_pmd_virtio.so.1.1' failed
make[6]: *** [librte_pmd_virtio.so.1.1] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'virtio' failed
make[5]: *** [virtio] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC rte_eth_softnic_tap.o
  CC rte_eth_softnic_action.o
  CC rte_eth_softnic_pipeline.o
--
  CC rte_eth_softnic_cli.o
  CC parser.o
  CC conn.o
  LD librte_pmd_softnic.so.1.1
  INSTALL-LIB librte_pmd_softnic.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
  LD virtio_ethdev.o
  CC virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^
  CC virtio_user/vhost_kernel.o
  CC vmxnet3_ethdev.o
  CC virtio_user/vhost_kernel_tap.o
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x21): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x3c): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x21): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x3c): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #9:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  AR librte_pmd_kni.a
  INSTALL-LIB librte_pmd_kni.a
== Build drivers/net/softnic
  CC virtio_user/vhost_user.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  CC virtio_user/vhost_kernel.o
  SYMLINK-FILE include/rte_eth_softnic.h
  CC rte_eth_softnic.o
  CC virtio_user/vhost_kernel_tap.o
  PMDINFO rte_eth_softnic.o.pmd.c
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC main.o
  LD dpdk-procinfo
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x1d): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x36): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
make[5]: *** [dpdk-procinfo] Error 1
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x1d): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x36): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
make[5]: *** [testpmd] Error 1
make[4]: *** [test-pmd] Error 2
make[3]: *** [app] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2

*Failed Build #10:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  LD virtio_ethdev.o
  CC virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^~
  CC virtio_user/vhost_kernel.o
  CC virtio_user/vhost_kernel_tap.o
  CC virtio_user/virtio_user_dev.o
--
== Build drivers/net/vmxnet3
  LD librte_pmd_virtio.so.1.1
virtio_user/vhost_user.o: In function `update_memory_region':
vhost_user.c:(.text+0x14): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.lib.mk:98: recipe for target 'librte_pmd_virtio.so.1.1' failed
make[6]: *** [librte_pmd_virtio.so.1.1] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'virtio' failed
make[5]: *** [virtio] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC vmxnet3_ethdev.o
  CC vmxnet3_rxtx.o
  PMDINFO vmxnet3_ethdev.o.pmd.c
  CC vmxnet3_ethdev.o.pmd.o
  LD vmxnet3_ethdev.o
  LD librte_pmd_vmxnet3_uio.so.1.1
  INSTALL-LIB librte_pmd_vmxnet3_uio.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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 virtio_rxtx_simple.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
  CC qede_fdir.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^~
  CC virtio_user/vhost_kernel.o
  AR librte_pmd_qede.a
  INSTALL-LIB librte_pmd_qede.a
--
  CC ifpga_enumerate.o
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0xd): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x28): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0xd): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x28): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #12:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
  CC virtio_rxtx_simple.o
  CC vmxnet3_ethdev.o
  CC virtio_rxtx_simple_sse.o
  CC virtio_user/vhost_user.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c: In function ‘update_memory_region’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function ‘rte_memseg_get_fd_thread_unsafe’ [-Wimplicit-function-declaration]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:2: warning: nested extern declaration of ‘rte_memseg_get_fd_thread_unsafe’ [-Wnested-externs]
  fd = rte_memseg_get_fd_thread_unsafe(ms);
  ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wimplicit-function-declaration]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:2: warning: nested extern declaration of ‘rte_memseg_get_fd_offset_thread_unsafe’ [-Wnested-externs]
  if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
  ^~
  PMDINFO vmxnet3_ethdev.o.pmd.c
  CC vmxnet3_ethdev.o.pmd.o
  LD vmxnet3_ethdev.o
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC testpmd.o
  LD dpdk-procinfo
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x14): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
vhost_user.c:(.text+0x14): undefined reference to `rte_memseg_get_fd_thread_unsafe'
vhost_user.c:(.text+0x2d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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
  CC hunt_nic.o
  CC virtio_rxtx_simple_sse.o
  CC medford_nic.o
  CC virtio_user/vhost_user.o
  CC medford2_nic.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:143:7: warning: implicit declaration of function 'rte_memseg_get_fd_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        fd = rte_memseg_get_fd_thread_unsafe(ms);
             ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:150:6: warning: implicit declaration of function 'rte_memseg_get_fd_offset_thread_unsafe' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_memseg_get_fd_offset_thread_unsafe(ms, &offset) < 0) {
            ^
2 warnings generated.
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
  CC virtio_user/vhost_kernel.o
== Build drivers/net/vmxnet3
  CC vmxnet3_rxtx.o
--
  INSTALL-LIB librte_pmd_dpaa2_qdma.a
  CC ifpga_feature_dev.o
  CC ifpga_fme.o
  CC ifpga_fme_iperf.o
  CC ifpga_fme_dperf.o
  CC ifpga_fme_error.o
  CC ifpga_port.o
  CC ifpga_port_error.o
  CC opae_hw_api.o
  CC opae_ifpga_hw_api.o
  CC opae_debug.o
  CC ifpga_fme_pr.o
  CC ifpga_rawdev.o
--
  CC main.o
  LD dpdk-procinfo
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x756): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x76d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'proc-info' failed
make[4]: *** [proc-info] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC parameters.o
  CC cmdline.o
  CC cmdline_flow.o
--
  CC softnicfwd.o
  LD testpmd
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_virtio.a(vhost_user.o): In function `update_memory_region':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x756): undefined reference to `rte_memseg_get_fd_thread_unsafe'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/drivers/net/virtio/virtio_user/vhost_user.c:(.text+0x76d): undefined reference to `rte_memseg_get_fd_offset_thread_unsafe'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.app.mk:363: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.subdir.mk:35: recipe for target 'test-pmd' failed
make[4]: *** [test-pmd] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'app' failed
make[3]: *** [app] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/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/1abf44e07fb14d50b55dbf68e15b9762/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team


More information about the test-report mailing list