[dpdk-test-report] |FAILURE| pw42225[v3, 2/6] ethdev: add function for checking IOVAs by a device

sys_stv at intel.com sys_stv at intel.com
Fri Jul 6 05:16:07 CEST 2018


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

_Compilation issues_

Submitter: Alejandro Lucero <alejandro.lucero at netronome.com>
Date: 2018-07-04 12:53:54
DPDK git baseline: Repo:dpdk-master, CommitID: 05e0eee0001cb19671eb7e8d3dd68680a695fea2

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)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc-shared
	i686-native-linuxapp-gcc
	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
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  SYMLINK-FILE include/rte_bus_vdev.h
  CC vdev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_devices_iommu_support_va’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant ‘0’ with boolean expression is always false [-Wbool-compare]
     if (pci_one_device_iommu_support_va(dev) < 0)
                                              ^
  AR librte_bus_vdev.a
  INSTALL-LIB librte_bus_vdev.a
  CC linux/pci_uio.o
--
  CC nfp_nsp_cmds.o
  CC bnxt_ethdev.o
  CC nfp_nsp_eth.o
  CC nfp_net.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^~
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_ethdev.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
--
  LD dpdk-procinfo
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xe2d): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xd5): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: 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/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xe2d): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xd5): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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
  CC mc/dpdmai.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC portal/dpaa2_hw_dpio.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_devices_iommu_support_va’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant ‘0’ with boolean expression is always false [-Wbool-compare]
     if (pci_one_device_iommu_support_va(dev) < 0)
                                              ^
  PMDINFO portal/dpaa2_hw_dpio.o.pmd.c
  CC portal/dpaa2_hw_dpio.o.pmd.o
  CC linux/pci_uio.o
--
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC nfp_net.o
== Build drivers/net/bnxt
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^~
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
  CC bnxt_ethdev.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
--
  LD dpdk-procinfo
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xf3f): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xfd): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: 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/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xf3f): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xfd): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
== Build drivers/bus/pci
  CC mc/dpmng.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC mc/dpbp.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function 'rte_eal_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (!rte_eal_check_dma_mask(mgaw))
             ^
1 warning generated.
  CC linux/pci_uio.o
  CC mc/dpio.o
  CC linux/pci_vfio.o
  CC mc/mc_sys.o
  CC pci_common.o
--
  CC nfp_nsp.o
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC ixgbe_tm.o
  CC nfp_net.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function 'rte_eth_dev_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_eth_dev_check_dma_mask(40) < 0) {
            ^
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
== Build drivers/net/bnxt
1 warning generated.
  PMDINFO nfp_net.o.pmd.c
  CC nfp_net.o.pmd.o
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
  LD nfp_net.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/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd19): undefined reference to `rte_eal_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0x370): undefined reference to `rte_eth_dev_check_dma_mask'
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 parameters.o
  CC cmdline.o
--
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd19): undefined reference to `rte_eal_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0x370): undefined reference to `rte_eth_dev_check_dma_mask'
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 #4:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC mc/dpio.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC mc/mc_sys.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  CC mc/dpcon.o
  CC mc/dpci.o
  CC linux/pci_uio.o
  CC mc/dpdmai.o
  CC portal/dpaa2_hw_dpio.o
--
  LD portal/dpaa2_hw_dpci.o
  LD librte_bus_pci.so.1.1
  CC fslmc_vfio.o
linux/pci.o: In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xea): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
make[6]: *** [librte_bus_pci.so.1.1] Error 1
make[5]: *** [pci] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC fslmc_bus.o
  LD librte_bus_fslmc.so.1.1

*Failed Build #5:
OS: UB1604
Target: x86_64-native-linuxapp-clang
== Build drivers/bus/vdev
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  SYMLINK-FILE include/rte_bus_vdev.h
  CC vdev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function 'rte_eal_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (!rte_eal_check_dma_mask(mgaw))
             ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant 0 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
                                if (pci_one_device_iommu_support_va(dev) < 0)
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
  AR librte_bus_vdev.a
  INSTALL-LIB librte_bus_vdev.a
  CC linux/pci_uio.o
2 warnings generated.
  CC linux/pci_vfio.o
  CC pci_common.o
  CC pci_common_uio.o
  AR librte_bus_pci.a
  INSTALL-LIB librte_bus_pci.a
--
  CC bnxt_cpr.o
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC bnxt_ethdev.o
  CC nfp_net.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function 'rte_eth_dev_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_eth_dev_check_dma_mask(40) < 0) {
            ^
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_ethdev.o
  CC bnxt_filter.o
1 warning generated.
  PMDINFO nfp_net.o.pmd.c
  CC nfp_net.o.pmd.o
  LD nfp_net.o
  AR librte_pmd_nfp.a
  INSTALL-LIB librte_pmd_nfp.a
--
  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.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/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd31): undefined reference to `rte_eal_check_dma_mask'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0xbe0): undefined reference to `rte_eth_dev_check_dma_mask'
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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: 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/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd31): undefined reference to `rte_eal_check_dma_mask'
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0xbe0): undefined reference to `rte_eth_dev_check_dma_mask'
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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #6:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  CC mc/dpdmai.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC portal/dpaa2_hw_dpio.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^
  PMDINFO portal/dpaa2_hw_dpio.o.pmd.c
  CC portal/dpaa2_hw_dpio.o.pmd.o
  LD portal/dpaa2_hw_dpio.o
--
  CC fslmc_vfio.o
  CC pci_common_uio.o
  LD librte_bus_pci.so.1.1
linux/pci.o: In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xfd): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.lib.mk:98: recipe for target 'librte_bus_pci.so.1.1' failed
make[6]: *** [librte_bus_pci.so.1.1] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'pci' failed
make[5]: *** [pci] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC fslmc_bus.o
  LD librte_bus_fslmc.so.1.1
  INSTALL-LIB librte_bus_fslmc.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'bus' failed
make[4]: *** [bus] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #7:
OS: CENTOS
Target: i686-native-linuxapp-gcc
== Build drivers/bus/pci
  CC qbman/qbman_debug.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  CC mc/dpmng.o
  CC mc/dpbp.o
  CC linux/pci_uio.o
  CC mc/dpio.o
  CC linux/pci_vfio.o
--
  CC bnxt_cpr.o
  CC nfp_nsp_eth.o
  CC bnxt_ethdev.o
  CC nfp_net.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_ethdev.o
  CC bnxt_filter.o
  PMDINFO nfp_net.o.pmd.c
--
  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.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/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x1b45): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0x102): undefined reference to `rte_eal_check_dma_mask'
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
--
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x1b45): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0x102): undefined reference to `rte_eal_check_dma_mask'
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 #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC mc/dpcon.o
  CC mc/dpci.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^
  CC mc/dpdmai.o
  CC portal/dpaa2_hw_dpio.o
  CC linux/pci_uio.o
--
  CC bnxt_cpr.o
  CC nfp_nsp_eth.o
  CC bnxt_ethdev.o
  CC nfp_net.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_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
--
  LD dpdk-procinfo
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xf7): undefined reference to `rte_eal_check_dma_mask'
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x178c): undefined reference to `rte_eth_dev_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'dpdk-procinfo' failed
make[5]: *** [dpdk-procinfo] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xf7): undefined reference to `rte_eal_check_dma_mask'
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/i686-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x178c): undefined reference to `rte_eth_dev_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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
  CC mc/dpbp.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC mc/dpio.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  CC linux/pci_uio.o
  CC mc/mc_sys.o
  CC linux/pci_vfio.o
  CC mc/dpcon.o
  CC mc/dpci.o
--
  CC nfp_nsp.o
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC nfp_net.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_ethdev.o
  CC bnxt_filter.o
  CC bnxt_hwrm.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/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x2927): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xe2): undefined reference to `rte_eal_check_dma_mask'
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
--
  LD testpmd
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0x2927): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xe2): undefined reference to `rte_eal_check_dma_mask'
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: i686-native-linuxapp-gcc
  CC rte_cfgfile.o
  SYMLINK-FILE include/rte_launch.h
In file included from /usr/include/features.h:392:0,
                 from /usr/include/stdio.h:27,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/lib/librte_cfgfile/rte_cfgfile.c:5:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
 # include <gnu/stubs-32.h>
                           ^
compilation terminated.
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'rte_cfgfile.o' failed
make[5]: *** [rte_cfgfile.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_cfgfile' failed
make[4]: *** [librte_cfgfile] Error 2
make[4]: *** Waiting for unfinished jobs....
  SYMLINK-FILE include/rte_lcore.h
  SYMLINK-FILE include/rte_log.h
  SYMLINK-FILE include/rte_memory.h
--
  SYMLINK-FILE include/exec-env/rte_kni_common.h
  CC eal.o
In file included from /usr/include/features.h:392:0,
                 from /usr/include/stdio.h:27,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/lib/librte_eal/linuxapp/eal/eal.c:6:
/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
 # include <gnu/stubs-32.h>
                           ^
compilation terminated.
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'eal.o' failed
make[7]: *** [eal.o] Error 1
make[7]: *** Waiting for unfinished jobs....
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'eal' failed
make[6]: *** [eal] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #11:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  PMDINFO portal/dpaa2_hw_dpio.o.pmd.c
  CC portal/dpaa2_hw_dpio.o.pmd.o
  LD portal/dpaa2_hw_dpio.o
  CC portal/dpaa2_hw_dpbp.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_devices_iommu_support_va’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant ‘0’ with boolean expression is always false [-Wbool-compare]
     if (pci_one_device_iommu_support_va(dev) < 0)
                                              ^
  CC linux/pci_uio.o
  PMDINFO portal/dpaa2_hw_dpbp.o.pmd.c
  CC portal/dpaa2_hw_dpbp.o.pmd.o
--
  CC fslmc_vfio.o
  CC pci_common_uio.o
  LD librte_bus_pci.so.1.1
linux/pci.o: In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xdd): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.lib.mk:98: recipe for target 'librte_bus_pci.so.1.1' failed
make[6]: *** [librte_bus_pci.so.1.1] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'pci' failed
make[5]: *** [pci] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC fslmc_bus.o
  LD librte_bus_fslmc.so.1.1
  INSTALL-LIB librte_bus_fslmc.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.subdir.mk:35: recipe for target 'bus' failed
make[4]: *** [bus] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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-clang
  SYMLINK-FILE include/rte_bus_vdev.h
  CC vdev.o
  AR librte_bus_vdev.a
  INSTALL-LIB librte_bus_vdev.a
  CC linux/pci_uio.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function 'rte_eal_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (!rte_eal_check_dma_mask(mgaw))
             ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant 0 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
                                if (pci_one_device_iommu_support_va(dev) < 0)
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
2 warnings generated.
  CC linux/pci_vfio.o
  CC pci_common.o
  CC pci_common_uio.o
  AR librte_bus_pci.a
  INSTALL-LIB librte_bus_pci.a
--
  CC bnxt_ethdev.o
  CC nfp_nsp.o
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC nfp_net.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function 'rte_eth_dev_check_dma_mask' is invalid in C99 [-Wimplicit-function-declaration]
        if (rte_eth_dev_check_dma_mask(40) < 0) {
            ^
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_ethdev.o
  CC bnxt_filter.o
1 warning generated.
  PMDINFO nfp_net.o.pmd.c
  CC nfp_net.o.pmd.o
  LD nfp_net.o
  AR librte_pmd_nfp.a
  INSTALL-LIB librte_pmd_nfp.a
--
  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.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/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd31): undefined reference to `rte_eal_check_dma_mask'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0xbe0): undefined reference to `rte_eth_dev_check_dma_mask'
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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: 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/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_bus_pci.a(pci.o): In function `rte_pci_get_iommu_class':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:(.text+0xd31): undefined reference to `rte_eal_check_dma_mask'
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-clang/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:(.text+0xbe0): undefined reference to `rte_eth_dev_check_dma_mask'
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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #13:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
  CC ifpga_bus.o
  SYMLINK-FILE include/rte_bus_pci.h
  CC linux/pci.o
  CC ifpga_common.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_one_device_iommu_support_va’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:7: warning: implicit declaration of function ‘rte_eal_check_dma_mask’ [-Wimplicit-function-declaration]
  if (!rte_eal_check_dma_mask(mgaw))
       ^~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:594:2: warning: nested extern declaration of ‘rte_eal_check_dma_mask’ [-Wnested-externs]
  if (!rte_eal_check_dma_mask(mgaw))
  ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c: In function ‘pci_devices_iommu_support_va’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/bus/pci/linux/pci.c:629:46: warning: comparison of constant ‘0’ with boolean expression is always false [-Wbool-compare]
     if (pci_one_device_iommu_support_va(dev) < 0)
                                              ^
  AR librte_bus_ifpga.a
  INSTALL-LIB librte_bus_ifpga.a
  CC linux/pci_uio.o
--
  CC nfp_nsp.o
  CC nfp_nsp_cmds.o
  CC nfp_nsp_eth.o
  CC nfp_net.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c: In function ‘nfp_net_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:6: warning: implicit declaration of function ‘rte_eth_dev_check_dma_mask’ [-Wimplicit-function-declaration]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/drivers/net/nfp/nfp_net.c:2689:2: warning: nested extern declaration of ‘rte_eth_dev_check_dma_mask’ [-Wnested-externs]
  if (rte_eth_dev_check_dma_mask(40) < 0) {
  ^~
  PMDINFO bnxt_ethdev.o.pmd.c
  CC bnxt_ethdev.o.pmd.o
  LD bnxt_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
--
  LD dpdk-procinfo
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xf7d): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xd5): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: 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/3f2fefe6e6b4448c86e176e03291caab/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
--
  LD testpmd
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_pmd_nfp.a(nfp_net.o): In function `nfp_net_init':
nfp_net.c:(.text+0xf7d): undefined reference to `rte_eth_dev_check_dma_mask'
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/x86_64-native-linuxapp-gcc/lib/librte_bus_pci.a(pci.o): In function `pci_one_device_iommu_support_va':
pci.c:(.text+0xd5): undefined reference to `rte_eal_check_dma_mask'
collect2: error: ld returned 1 exit status
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/dpdk/mk/rte.app.mk:345: recipe for target 'testpmd' failed
make[5]: *** [testpmd] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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/3f2fefe6e6b4448c86e176e03291caab/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