[dpdk-test-report] |FAILURE| pw45649[03/18] net/qede/base: add DPC sync after PF stop

sys_stv at intel.com sys_stv at intel.com
Sat Sep 29 10:28:27 CEST 2018


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

_Compilation issues_

Submitter: Mody, Rasesh <rasesh.mody at cavium.com>
Date: 2018-09-29 08:14:28
DPDK git baseline: Repo:dpdk-master, CommitID: eb5a9a7639483fb2f8585dac55f540f4bb1bd06d

Build Summary: 15 Builds Done, 0 Successful, 15 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
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-gcc

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.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
	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 ecore_dev.o
  CC bnxt_txr.o
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC bnxt_util.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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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 ecore_dev.o
  CC bnxt_vnic.o
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_irq.o
  CC bnxt_util.o
  CC rte_pmd_bnxt.o
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  INSTALL-LIB librte_pmd_bnxt.a
  CC ecore_hw.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for 'ecore_update_eth_rss_ind_table_entry'
ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration is here
void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
     ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: use of undeclared identifier 'DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET'
                                   1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
                                        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: use of undeclared identifier 'DRV_MSG_CODE_GET_OEM_UPDATES'
                                   DRV_MSG_CODE_GET_OEM_UPDATES,
                                   ^
3 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
== Build drivers/net/ring
  SYMLINK-FILE include/rte_eth_ring.h
  CC rte_eth_ring.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  PMDINFO rte_eth_ring.o.pmd.c
  CC rte_eth_ring.o.pmd.o
  LD rte_eth_ring.o
  AR librte_pmd_ring.a
  INSTALL-LIB librte_pmd_ring.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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
  INSTALL-LIB librte_pmd_pcap.a
  CC ecore_hw.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for 'ecore_update_eth_rss_ind_table_entry'
ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration is here
void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
     ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: use of undeclared identifier 'DRV_MSG_CODE_GET_OEM_UPDATES'
                                   DRV_MSG_CODE_GET_OEM_UPDATES,
                                   ^
2 errors generated.
make[6]: *** [ecore_dev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
== Build drivers/net/ring
  SYMLINK-FILE include/rte_eth_ring.h
  CC rte_eth_ring.o

*Failed Build #5:
OS: CENTOS
Target: i686-native-linuxapp-gcc
  CC rte_pmd_bnxt.o
  CC ecore_dev.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
== Build drivers/net/ring
make[6]: *** [ecore_dev.o] Error 1
make[5]: *** [qede] Error 2

*Failed Build #6:
OS: UB1604
Target: i686-native-linuxapp-gcc
  CC ecore_dev.o
  CC bnxt_txq.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_txr.o
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC bnxt_util.o
  CC rte_pmd_bnxt.o
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #7:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
== Build drivers/net/qede
  CC ecore_dev.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-shift-negative-value’
  PMDINFO rte_eth_pcap.o.pmd.c
  CC rte_eth_pcap.o.pmd.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  LD rte_eth_pcap.o
  LD librte_pmd_pcap.so.1.1
  INSTALL-LIB librte_pmd_pcap.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
== Build drivers/net/ring
  CC ecore_dev.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
make[6]: *** [ecore_dev.o] Error 1
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....

*Failed Build #9:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  CC rte_eth_pcap.o
  CC ecore_dev.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
make[6]: *** [ecore_dev.o] Error 1
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....

*Failed Build #10:
OS: FC24
Target: i686-native-linuxapp-gcc
  CC bnxt_stats.o
  CC ecore_dev.o
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC bnxt_txq.o
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC bnxt_txr.o
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC bnxt_util.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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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
  SYMLINK-FILE include/rte_eth_ring.h
  CC rte_eth_ring.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  PMDINFO rte_eth_ring.o.pmd.c
  CC rte_eth_ring.o.pmd.o
  LD rte_eth_ring.o
  LD librte_pmd_ring.so.2.1
  INSTALL-LIB librte_pmd_ring.so.2.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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_eth_ring.h
  CC rte_eth_ring.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for 'ecore_update_eth_rss_ind_table_entry'
ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration is here
void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
     ^
--
  CC rte_eth_ring.o.pmd.o
  LD rte_eth_ring.o
  AR librte_pmd_ring.a
  INSTALL-LIB librte_pmd_ring.a
== Build drivers/net/sfc
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: use of undeclared identifier 'DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET'
                                   1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
                                        ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: use of undeclared identifier 'DRV_MSG_CODE_GET_OEM_UPDATES'
                                   DRV_MSG_CODE_GET_OEM_UPDATES,
                                   ^
  CC sfc_ethdev.o
3 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC sfc_kvargs.o
  CC sfc.o
  PMDINFO sfc_ethdev.o.pmd.c
--
  CC hunt_nic.o
  CC medford_nic.o
  CC medford2_nic.o
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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
  INSTALL-LIB librte_pmd_ring.a
  CC ecore_hw.o
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for ‘ecore_update_eth_rss_ind_table_entry’
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of ‘ecore_update_eth_rss_ind_table_entry’ was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: ‘DRV_MSG_CODE_GET_OEM_UPDATES’ undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: ‘DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET’ undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
make[6]: *** [ecore_dev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
== Build drivers/net/sfc
  CC sfc_ethdev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
make[5]: *** [qede] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC sfc_kvargs.o
  CC sfc.o
  PMDINFO sfc_ethdev.o.pmd.c
--
  CC hunt_nic.o
  CC medford_nic.o
  CC medford2_nic.o
  AR librte_pmd_sfc_efx.a
  INSTALL-LIB librte_pmd_sfc_efx.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/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/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #14:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
  INSTALL-HOSTAPP dpdk-pmdinfogen
== Build kernel/freebsd/nic_uio
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/build/kernel/freebsd/nic_uio
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
--
  CC ecore_dev.o
  CC bnxt_txr.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for 'ecore_update_eth_rss_ind_table_entry'
ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration is here
void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
     ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: use of undeclared identifier 'DRV_MSG_CODE_GET_OEM_UPDATES'
                                   DRV_MSG_CODE_GET_OEM_UPDATES,
                                   ^
2 errors generated.
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
gmake[6]: *** [ecore_dev.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
gmake[5]: *** [qede] Error 2
gmake[5]: *** Waiting for unfinished jobs....
  CC bnxt_vnic.o
  CC bnxt_irq.o
  CC bnxt_util.o
  CC rte_pmd_bnxt.o
  AR librte_pmd_bnxt.a
  INSTALL-LIB librte_pmd_bnxt.a
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
gmake[4]: *** [net] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
gmake[3]: *** [drivers] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #15:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/build/kernel/freebsd/nic_uio
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
--
== Build drivers/net/ring
  CC ecore_dev.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2.h:14:0,
                 from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_sriov.h:14,
                 from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_l2_api.h:486:1: error: conflicting types for 'ecore_update_eth_rss_ind_table_entry'
 ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
 ^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:19:0:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_init_fw_funcs.h:486:6: note: previous declaration of 'ecore_update_eth_rss_ind_table_entry' was here
 void ecore_update_eth_rss_ind_table_entry(struct ecore_hwfn *p_hwfn,
      ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c: In function 'ecore_hw_init':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: error: 'DRV_MSG_CODE_GET_OEM_UPDATES' undeclared (first use in this function)
        DRV_MSG_CODE_GET_OEM_UPDATES,
        ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2606:8: note: each undeclared identifier is reported only once for each function it appears in
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/drivers/net/qede/base/ecore_dev.c:2607:13: error: 'DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET' undeclared (first use in this function)
        1 << DRV_MB_PARAM_DUMMY_OEM_UPDATES_OFFSET,
             ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ecore_dev.o' failed
gmake[6]: *** [ecore_dev.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'qede' failed
gmake[5]: *** [qede] Error 2
gmake[5]: *** Waiting for unfinished jobs....
  SYMLINK-FILE include/rte_eth_ring.h
  CC rte_eth_ring.o
  PMDINFO rte_eth_ring.o.pmd.c
  CC rte_eth_ring.o.pmd.o
  LD rte_eth_ring.o
  AR librte_pmd_ring.a
  INSTALL-LIB librte_pmd_ring.a
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
gmake[4]: *** [net] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
gmake[3]: *** [drivers] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/4901b3f5e97546c18bef91d519353027/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

DPDK STV team


More information about the test-report mailing list