[dpdk-test-report] |FAILURE| pw39224[dpdk-dev, 1/2] net/i40e: fix queue offload initialize

sys_stv at intel.com sys_stv at intel.com
Wed May 2 07:02:37 CEST 2018


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

_Compilation issues_

Submitter: Qi Zhang <qi.z.zhang at intel.com>
Date: 2018-05-02 02:43:45
DPDK git baseline: Repo:dpdk-master, CommitID: af7551e2bfceef7ddeb7941b26b06a9b6d6dee5e

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

OS: CENTOS
	Kernel Version: 3.10.0-327.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: NA
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-gcc
	i686-native-linuxapp-gcc

OS: UB1604
	Kernel Version: 4.4.0-81-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-gcc-shared
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

OS: FreeBSD
	Kernel Version: 10.3-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-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
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_api.o
  CC ixgbe_vf.o
  CC ixgbe_hv_vf.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/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 i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
  PMDINFO ixgbe_ethdev.o.pmd.c
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #3:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
  CC ixgbe_x550.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:14: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
                if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
                      ~~~  ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:13: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
        if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
              ~~~  ^
2 errors generated.
make[6]: *** [i40e_rxtx.o] Error 1
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_phy.o
  CC ixgbe_api.o

*Failed Build #4:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
  LD i40e_ethdev.o
  CC i40e_rxtx.o
  CC ixgbe_dcb_82599.o
  CC ixgbe_dcb_82598.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_mbx.o
  CC ixgbe_rxtx.o
  CC ixgbe_ethdev.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  LD librte_pmd_ixgbe.so.2.1
  INSTALL-LIB librte_pmd_ixgbe.so.2.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #5:
OS: UB1604
Target: i686-native-linuxapp-gcc
  LD i40e_ethdev.o
  CC ixgbe_dcb_82598.o
  CC i40e_rxtx.o
  CC ixgbe_mbx.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_rxtx.o
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #6:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  CC ixgbe_rxtx.o
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:14: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
                if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
                      ~~~  ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:13: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
        if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
              ~~~  ^
2 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
  CC ixgbe_pf.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #7:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
  CC ixgbe_x540.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
make[6]: *** [i40e_rxtx.o] Error 1
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....

*Failed Build #8:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
make[6]: *** [i40e_rxtx.o] Error 1
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....

*Failed Build #9:
OS: CENTOS
Target: i686-native-linuxapp-gcc
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
make[6]: *** [i40e_rxtx.o] Error 1
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....

*Failed Build #10:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
  LD i40e_ethdev.o
  CC i40e_rxtx.o
  CC ixgbe_dcb_82598.o
  CC ixgbe_mbx.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_rxtx.o
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  LD librte_pmd_ixgbe.so.2.1
  INSTALL-LIB librte_pmd_ixgbe.so.2.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #11:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
  CC ixgbe_pf.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #12:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
== Build kernel/freebsd/nic_uio
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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/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
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/x86_64-native-bsdapp-clang/build/kernel/freebsd/nic_uio
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
@ -> /usr/src/sys
--
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
INSTALL-MODULE contigmem.ko
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
== Build drivers
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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/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
== Build drivers/common
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko  export_syms | xargs -J% objcopy % nic_uio.ko
== Build drivers/common/octeontx
--
  CC ixgbe_vf.o
  CC ixgbe_hv_vf.o
  CC ixgbe_dcb.o
  CC ixgbe_dcb_82599.o
  CC ixgbe_dcb_82598.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:14: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
                if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
                      ~~~  ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:13: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
        if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
              ~~~  ^
2 errors generated.
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
gmake[6]: *** [i40e_rxtx.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
gmake[5]: *** [i40e] Error 2
gmake[5]: *** Waiting for unfinished jobs....
  CC ixgbe_mbx.o
  CC ixgbe_rxtx.o
  CC ixgbe_ethdev.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2

*Failed Build #13:
OS: FC24
Target: i686-native-linuxapp-gcc
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_dev_tx_queue_setup_runtime’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_tx_function_flag’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: ‘struct i40e_tx_queue’ has no member named ‘txq_flags’
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_api.o
  CC ixgbe_vf.o
  CC ixgbe_hv_vf.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #14:
OS: FC24
Target: x86_64-native-linuxapp-clang
  CC ixgbe_rxtx.o
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  LD i40e_ethdev.o
  CC i40e_rxtx.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:14: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
                if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
                      ~~~  ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:13: error: no member named 'txq_flags' in 'struct i40e_tx_queue'
        if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
              ~~~  ^
2 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
make[6]: *** [i40e_rxtx.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
make[5]: *** [i40e] Error 2
make[5]: *** Waiting for unfinished jobs....
  CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
  PMDINFO ixgbe_ethdev.o.pmd.c
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: 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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/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
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/x86_64-native-bsdapp-gcc/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
objcopy --strip-debug contigmem.ko
INSTALL-MODULE contigmem.ko
--
== Build drivers
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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko  export_syms | xargs -J% objcopy % nic_uio.ko
objcopy --strip-debug nic_uio.ko
INSTALL-MODULE nic_uio.ko
--
  CC fm10k_rxtx_vec.o
  AR librte_pmd_fm10k.a
  INSTALL-LIB librte_pmd_fm10k.a
  CC i40e_rxtx.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function 'i40e_dev_tx_queue_setup_runtime':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:2132:12: error: 'struct i40e_tx_queue' has no member named 'txq_flags'
   if (((txq->txq_flags & I40E_SIMPLE_FLAGS) !=
            ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c: In function 'i40e_set_tx_function_flag':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/drivers/net/i40e/i40e_rxtx.c:3083:11: error: 'struct i40e_tx_queue' has no member named 'txq_flags'
  if (((txq->txq_flags & I40E_SIMPLE_FLAGS) == I40E_SIMPLE_FLAGS)
           ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'i40e_rxtx.o' failed
gmake[6]: *** [i40e_rxtx.o] Error 1
gmake[6]: *** Waiting for unfinished jobs....
== Build drivers/net/ixgbe
  SYMLINK-FILE include/rte_pmd_ixgbe.h
  CC ixgbe_common.o
  CC ixgbe_82598.o
  PMDINFO i40e_ethdev.o.pmd.c
  CC i40e_ethdev.o.pmd.o
  CC ixgbe_82599.o
  LD i40e_ethdev.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.subdir.mk:35: recipe for target 'i40e' failed
gmake[5]: *** [i40e] Error 2
gmake[5]: *** Waiting for unfinished jobs....
  CC ixgbe_x540.o
  CC ixgbe_x550.o
  CC ixgbe_phy.o
--
  CC rte_pmd_ixgbe.o
  CC ixgbe_tm.o
  CC ixgbe_vf_representor.o
  AR librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_ixgbe.a
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/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/197651b786d5421289a8b9a6169eef2f/dpdk/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/197651b786d5421289a8b9a6169eef2f/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