[dpdk-test-report] |FAILURE| pw41572net/nfp: avoid sysfs resource file access

sys_stv at intel.com sys_stv at intel.com
Tue Jun 26 15:36:09 CEST 2018


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

_Compilation issues_

Submitter: Alejandro Lucero <alejandro.lucero at netronome.com>
Date: 2018-06-26 13:25:40
DPDK git baseline: Repo:dpdk-master, CommitID: 80ec1b21d9bcfd34baa86e4fab70c79fcc8b7f05

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.5.5-300.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc

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-16)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

OS: UB1604
	Kernel Version: 4.4.0-128-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

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 nfp_cppcore.o
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
  CC bnxt_ethdev.o
  CC nfp_cpp_pcie_ops.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: ‘struct rte_pci_device’ declared inside parameter list will not be visible outside of this definition or declaration
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                          ^~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_filter.o
  CC bnxt_hwrm.o
  PMDINFO bnxt_ethdev.o.pmd.c
--
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC rte_pmd_bnxt.o
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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
  PMDINFO lio_ethdev.o.pmd.c
  CC lio_ethdev.o.pmd.o
  LD lio_ethdev.o
  CC lio_rxtx.o
  CC nfp_cpp_pcie_ops.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: ‘struct rte_pci_device’ declared inside parameter list will not be visible outside of this definition or declaration
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                          ^~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_23xx_vf.o
  CC lio_mbox.o
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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
== Build drivers/net/nfp
  CC nfp_cppcore.o
  CC nfp_cpp_pcie_ops.o
  PMDINFO lio_ethdev.o.pmd.c
  CC lio_ethdev.o.pmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: declaration of 'struct rte_pci_device' will not be visible outside of this function [-Wvisibility]
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: incomplete definition of type 'struct rte_pci_device'
        tmp = dev->mem_resource[0].len;
              ~~~^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: note: forward declaration of 'struct rte_pci_device'
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:28: error: too few arguments to function call, expected 2, have 1
        if (nfp6000_set_barsz(desc) < 0)
            ~~~~~~~~~~~~~~~~~     ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:803:1: note: 'nfp6000_set_barsz' declared here
static int
^
1 warning and 2 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_rxtx.o
  LD lio_ethdev.o
  CC lio_23xx_vf.o
  CC lio_mbox.o
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/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-clang/00f7f00261734f428f9cae8ca75c9776/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-clang/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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
== Build drivers/net/nfp
  CC nfp_cppcore.o
  CC lio_23xx_vf.o
  CC nfp_cpp_pcie_ops.o
  CC lio_mbox.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: declaration of 'struct rte_pci_device' will not be visible outside of this function [-Wvisibility]
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: incomplete definition of type 'struct rte_pci_device'
        tmp = dev->mem_resource[0].len;
              ~~~^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: note: forward declaration of 'struct rte_pci_device'
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:28: error: too few arguments to function call, expected 2, have 1
        if (nfp6000_set_barsz(desc) < 0)
            ~~~~~~~~~~~~~~~~~     ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:803:1: note: 'nfp6000_set_barsz' declared here
static int
^
1 warning and 2 errors generated.
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a

*Failed Build #5:
OS: UB1604
Target: i686-native-linuxapp-gcc
  INSTALL-LIB librte_pmd_ixgbe.a
== Build drivers/net/nfp
  CC nfp_cppcore.o
  CC lio_23xx_vf.o
  CC nfp_cpp_pcie_ops.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: ‘struct rte_pci_device’ declared inside parameter list
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                                                      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: its scope is only this definition or declaration, which is probably not what you want
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_mbox.o
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #6:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  INSTALL-LIB librte_pmd_lio.a
== Build drivers/net/nfp
  CC nfp_cppcore.o
  CC ixgbe_rxtx_vec_sse.o
  CC nfp_cpp_pcie_ops.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: ‘struct rte_pci_device’ declared inside parameter list [enabled by default]
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                                                      ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type
  tmp = dev->mem_resource[0].len;
           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [enabled by default]
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^

*Failed Build #7:
OS: CENTOS
Target: i686-native-linuxapp-gcc
== Build drivers/net/nfp
  CC nfp_cppcore.o
  CC ixgbe_ipsec.o
  CC rte_pmd_ixgbe.o
  CC nfp_cpp_pcie_ops.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: ‘struct rte_pci_device’ declared inside parameter list [enabled by default]
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                                                      ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type
  tmp = dev->mem_resource[0].len;
           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [enabled by default]
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^

*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC nfp_cppcore.o
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
  CC bnxt_ethdev.o
  CC nfp_cpp_pcie_ops.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: ‘struct rte_pci_device’ declared inside parameter list [enabled by default]
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                                                      ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type
  tmp = dev->mem_resource[0].len;
           ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [enabled by default]
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:2: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^

*Failed Build #9:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  CC lio_ethdev.o.pmd.o
  LD lio_ethdev.o
  CC lio_rxtx.o
  CC nfp_cppcore.o
  CC nfp_cpp_pcie_ops.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: ‘struct rte_pci_device’ declared inside parameter list
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                                                      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:54: warning: its scope is only this definition or declaration, which is probably not what you want
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_23xx_vf.o
  CC lio_mbox.o
  LD librte_pmd_lio.so.1.1
  INSTALL-LIB librte_pmd_lio.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #10:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
== Build drivers/net/bnxt
  CC nfp_cppcore.o
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
  CC nfp_cpp_pcie_ops.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: ‘struct rte_pci_device’ declared inside parameter list will not be visible outside of this definition or declaration
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                          ^~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_ethdev.o
  CC bnxt_filter.o
  CC bnxt_hwrm.o
--
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC rte_pmd_bnxt.o
  LD librte_pmd_bnxt.so.2.1
  INSTALL-LIB librte_pmd_bnxt.so.2.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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-clang
  CC nfp_cpp_pcie_ops.o
  PMDINFO lio_ethdev.o.pmd.c
  CC lio_ethdev.o.pmd.o
  LD lio_ethdev.o
  CC lio_rxtx.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: declaration of 'struct rte_pci_device' will not be visible outside of this function [-Wvisibility]
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: incomplete definition of type 'struct rte_pci_device'
        tmp = dev->mem_resource[0].len;
              ~~~^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: note: forward declaration of 'struct rte_pci_device'
nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                         ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:28: error: too few arguments to function call, expected 2, have 1
        if (nfp6000_set_barsz(desc) < 0)
            ~~~~~~~~~~~~~~~~~     ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:803:1: note: 'nfp6000_set_barsz' declared here
static int
^
1 warning and 2 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_23xx_vf.o
  CC lio_mbox.o
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/00f7f00261734f428f9cae8ca75c9776/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-clang/00f7f00261734f428f9cae8ca75c9776/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-clang/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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
  PMDINFO lio_ethdev.o.pmd.c
  CC lio_ethdev.o.pmd.o
  CC nfp_cpp_pcie_ops.o
  LD lio_ethdev.o
  CC lio_rxtx.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: ‘struct rte_pci_device’ declared inside parameter list will not be visible outside of this definition or declaration
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                          ^~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC lio_23xx_vf.o
  CC lio_mbox.o
  AR librte_pmd_lio.a
  INSTALL-LIB librte_pmd_lio.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #13:
OS: FC24
Target: i686-native-linuxapp-gcc
  CC ixgbe_vf_representor.o
  CC nfp_cppcore.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
  CC nfp_cpp_pcie_ops.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:26: warning: ‘struct rte_pci_device’ declared inside parameter list will not be visible outside of this definition or declaration
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
                          ^~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_set_barsz’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:809:11: error: dereferencing pointer to incomplete type ‘struct rte_pci_device’
  tmp = dev->mem_resource[0].len;
           ^~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c: In function ‘nfp6000_init’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:24: warning: passing argument 1 of ‘nfp6000_set_barsz’ from incompatible pointer type [-Wincompatible-pointer-types]
  if (nfp6000_set_barsz(desc) < 0)
                        ^~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: expected ‘struct rte_pci_device *’ but argument is of type ‘struct nfp_pcie_user *’
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:866:6: error: too few arguments to function ‘nfp6000_set_barsz’
  if (nfp6000_set_barsz(desc) < 0)
      ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c:804:1: note: declared here
 nfp6000_set_barsz(struct rte_pci_device *dev, struct nfp_pcie_user *desc)
 ^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'nfp_cpp_pcie_ops.o' failed
make[6]: *** [nfp_cpp_pcie_ops.o] Error 1
make[6]: *** Waiting for unfinished jobs....
== Build drivers/net/bnxt
  SYMLINK-FILE include/rte_pmd_bnxt.h
  CC bnxt_cpr.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'nfp' failed
make[5]: *** [nfp] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_ethdev.o
  CC bnxt_filter.o
  PMDINFO bnxt_ethdev.o.pmd.c
--
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC rte_pmd_bnxt.o
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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/00f7f00261734f428f9cae8ca75c9776/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