From: sys_stv@intel.com
To: test-report@dpdk.org
Subject: [dpdk-test-report] |FAILURE| pw50288net/avf: enable admin queue interrupt
Date: 14 Feb 2019 21:57:06 -0800 [thread overview]
Message-ID: <e75792$44c3oa@orsmga001.jf.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 43642 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/50288
_Compilation issues_
Submitter: Wei Zhao <wei.zhao1@intel.com>
Date: 2019-02-13 08:43:10
Reply_mail: 1550047390-26689-1-git-send-email-wei.zhao1@intel.com
DPDK git baseline: Repo:dpdk-master, CommitID: b13baac8d5ffb6b0b7a6ca0def884d3f1a82babb
Build Summary: 16 Builds Done, 0 Successful, 16 Failures
Test environment and configuration as below:
OS: UB1604
Kernel Version: 4.4.0-78-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-shared
i686-native-linuxapp-gcc
OS: CENTOS
Kernel Version: 3.10.0-957.1.3.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-36)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: UBT1804
Kernel Version: 4.15.0-29-generic
CPU info: Intel(R) Xeon(R) Platinum 8180M CPU @ 2.50GHz
GCC Version: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Clang Version: NA
x86_64-native-linuxapp-gcc
OS: FC25
Kernel Version: 4.5.5-300.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-debug
OS: FC24
Kernel Version: 4.11.12-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
Clang Version: 3.8.1 (tags/RELEASE_381/final)
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) 7.3.0
Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
SYMLINK-FILE include/rte_avp_fifo.h
CC avp_ethdev.o
CC avf_ethdev.o
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
make[5]: *** Waiting for unfinished jobs....
== Build drivers/crypto/null
AR librte_pmd_crypto_scheduler.a
INSTALL-LIB librte_pmd_crypto_scheduler.a
--
PMDINFO avp_ethdev.o.pmd.c
CC avp_ethdev.o.pmd.o
LD avp_ethdev.o
AR librte_pmd_avp.a
INSTALL-LIB librte_pmd_avp.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
CC mc/dpseci.o
AR librte_pmd_null_crypto.a
INSTALL-LIB librte_pmd_null_crypto.a
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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 dpaa_sec.o
CC caam_jr.o
CC avf_ethdev.o
In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/virtio
CC virtqueue.o
CC virtio_pci.o
--
LD dpaa_sec.o
AR librte_pmd_dpaa_sec.a
INSTALL-LIB librte_pmd_dpaa_sec.a
AR librte_pmd_caam_jr.a
INSTALL-LIB librte_pmd_caam_jr.a
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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
CC avf_ethdev.o
AR librte_pmd_null_crypto.a
INSTALL-LIB librte_pmd_null_crypto.a
CC scheduler_roundrobin.o
== Build drivers/common/qat
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: use of undeclared identifier 'FINT_DYN_CTL01_CLEARPBA_MASK'
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/base/avf_osdep.h:116:52: note: expanded from macro 'AVF_WRITE_REG'
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^
--
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-clang/include/rte_byteorder.h:74:30: note: expanded from macro 'rte_cpu_to_le_32'
#define rte_cpu_to_le_32(x) (x)
^
CC qat_comp.o
1 error generated.
make[6]: *** [avf_ethdev.o] Error 1
make[5]: *** [avf] Error 2
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
CC qat_comp_pmd.o
*Failed Build #4:
OS: UB1604
Target: x86_64-native-linuxapp-clang
CC rte_cryptodev_scheduler.o
== Build drivers/common/qat
CC avf_ethdev.o
CC qat_comp.o
CC scheduler_roundrobin.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: use of undeclared identifier 'FINT_DYN_CTL01_CLEARPBA_MASK'
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
1 error generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
CC scheduler_pkt_size_distr.o
CC qat_comp_pmd.o
CC qat_device.o
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #5:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
INSTALL-LIB librte_pmd_dpaa2_sec.a
== Build drivers/crypto/caam_jr
CC avf_vchnl.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
*Failed Build #6:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
LD librte_pmd_null_crypto.so.1.1
INSTALL-LIB librte_pmd_null_crypto.so.1.1
== Build drivers/crypto/dpaa2_sec
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
== Build drivers/net/avp
CC dpaa2_sec_dpseci.o
SYMLINK-FILE include/rte_avp_common.h
SYMLINK-FILE include/rte_avp_fifo.h
CC avp_ethdev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
make[5]: *** Waiting for unfinished jobs....
CC mc/dpseci.o
== Build drivers/crypto/dpaa_sec
CC dpaa_sec.o
--
LD dpaa_sec.o
LD dpaa2_sec_dpseci.o
LD librte_pmd_dpaa_sec.so.1.1
LD librte_pmd_dpaa2_sec.so.2.1
INSTALL-LIB librte_pmd_avp.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/caam_jr
INSTALL-LIB librte_pmd_dpaa_sec.so.1.1
INSTALL-LIB librte_pmd_dpaa2_sec.so.2.1
--
PMDINFO caam_jr.o.pmd.c
CC caam_jr.o.pmd.o
LD caam_jr.o
LD librte_pmd_caam_jr.so.1.1
INSTALL-LIB librte_pmd_caam_jr.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #7:
OS: CENTOS
Target: i686-native-linuxapp-gcc
CC atl_hw_regs.o
CC hw_atl_utils.o
CC avf_ethdev.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
*Failed Build #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
== Build drivers/crypto/dpaa_sec
CC dpaa_sec.o
CC avf_ethdev.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/caam_jr
CC caam_jr.o
PMDINFO dpaa2_sec_dpseci.o.pmd.c
--
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
CC caam_jr_uio.o
AR librte_pmd_caam_jr.a
INSTALL-LIB librte_pmd_caam_jr.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #9:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
LD librte_pmd_dpaa2_sec.so.2.1
INSTALL-LIB librte_pmd_dpaa2_sec.so.2.1
== Build drivers/crypto/caam_jr
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
*Failed Build #10:
OS: UBT1804
Target: x86_64-native-linuxapp-gcc
CC null_crypto_pmd.o.pmd.o
LD null_crypto_pmd.o
CC null_crypto_pmd_ops.o
In file included from /tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function); did you mean ‘AVFINT_DYN_CTL01_CLEARPBA_MASK’?
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
make[5]: *** Waiting for unfinished jobs....
== Build drivers/crypto/dpaa2_sec
AR librte_pmd_null_crypto.a
INSTALL-LIB librte_pmd_null_crypto.a
--
PMDINFO avp_ethdev.o.pmd.c
CC avp_ethdev.o.pmd.o
LD avp_ethdev.o
AR librte_pmd_avp.a
INSTALL-LIB librte_pmd_avp.a
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/caam_jr
CC dpaa2_sec_dpseci.o
CC dpaa_sec.o
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UBT1804_K4.15.0_GCC7.3.0/x86_64-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #11:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
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 @/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/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
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/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
INSTALL-HOSTAPP dpdk-pmdinfogen
== Build drivers
== Build drivers/common
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
--
CC avf_ethdev.o
CC hw_atl_utils.o
CC hw_atl_llh.o
CC scheduler_roundrobin.o
CC hw_atl_utils_fw2x.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: use of undeclared identifier 'FINT_DYN_CTL01_CLEARPBA_MASK'
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/base/avf_osdep.h:116:52: note: expanded from macro 'AVF_WRITE_REG'
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^
--
rte_write32((rte_cpu_to_le_32(value)), reg)
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-bsdapp-clang/include/rte_byteorder.h:74:30: note: expanded from macro 'rte_cpu_to_le_32'
#define rte_cpu_to_le_32(x) (x)
^
1 error generated.
gmake[6]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:116: avf_ethdev.o] Error 1
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:37: avf] Error 2
gmake[5]: *** Waiting for unfinished jobs....
CC scheduler_pkt_size_distr.o
== Build drivers/compress
*Failed Build #12:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
LD librte_pmd_atlantic.so.1.1
INSTALL-LIB librte_pmd_atlantic.so.1.1
CC mc/dpseci.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/dpaa_sec
== Build drivers/crypto/caam_jr
CC dpaa_sec.o
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
LD librte_pmd_virtio_crypto.so.1.1
INSTALL-LIB librte_pmd_virtio_crypto.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #13:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
CC otx_zip_pmd.o.pmd.o
LD otx_zip_pmd.o
CC otx_zip.o
In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/dpaa_sec
AR librte_pmd_octeontx_zip.a
INSTALL-LIB librte_pmd_octeontx_zip.a
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #14:
OS: FC24
Target: i686-native-linuxapp-gcc
CC axgbe_ethdev.o
In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function ‘avf_enable_irq0’:
PMDINFO axgbe_ethdev.o.pmd.c
CC axgbe_ethdev.o.pmd.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: ‘FINT_DYN_CTL01_CLEARPBA_MASK’ undeclared (first use in this function)
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro ‘rte_cpu_to_le_32’
#define rte_cpu_to_le_32(x) (x)
^
--
AVF_PCI_REG_WRITE(AVF_PCI_REG_ADDR((hw), (reg)), (value))
^~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1161:2: note: in expansion of macro ‘AVF_WRITE_REG’
AVF_WRITE_REG(hw, AVFINT_DYN_CTL01, AVFINT_DYN_CTL01_INTENA_MASK |
^~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
make[5]: *** Waiting for unfinished jobs....
LD axgbe_ethdev.o
CC axgbe_dev.o
== Build drivers/crypto/caam_jr
--
CC axgbe_rxtx_vec_sse.o
AR librte_pmd_caam_jr.a
INSTALL-LIB librte_pmd_caam_jr.a
AR librte_pmd_axgbe.a
INSTALL-LIB librte_pmd_axgbe.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #15:
OS: FC24
Target: x86_64-native-linuxapp-clang
SYMLINK-FILE include/rte_avp_common.h
SYMLINK-FILE include/rte_avp_fifo.h
CC avp_ethdev.o
CC scheduler_pkt_size_distr.o
CC avf_ethdev.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: use of undeclared identifier 'FINT_DYN_CTL01_CLEARPBA_MASK'
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
1 error generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'avf_ethdev.o' failed
make[6]: *** [avf_ethdev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'avf' failed
make[5]: *** [avf] Error 2
make[5]: *** Waiting for unfinished jobs....
== Build drivers/crypto/dpaa2_sec
CC dpaa2_sec_dpseci.o
CC scheduler_failover.o
PMDINFO avp_ethdev.o.pmd.c
CC avp_ethdev.o.pmd.o
LD avp_ethdev.o
AR librte_pmd_avp.a
INSTALL-LIB librte_pmd_avp.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
== Build drivers/crypto/dpaa_sec
CC dpaa_sec.o
CC scheduler_multicore.o
--
PMDINFO virtio_cryptodev.o.pmd.c
CC virtio_cryptodev.o.pmd.o
LD virtio_cryptodev.o
AR librte_pmd_virtio_crypto.a
INSTALL-LIB librte_pmd_virtio_crypto.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #16:
OS: FreeBSD
Target: x86_64-native-bsdapp-gcc
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 @/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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/fb11298d2f5e4b1da26f3b05a8803719/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 nic_uio.ko export_syms | xargs -J% objcopy % nic_uio.ko
--
CC atl_ethdev.o.pmd.o
LD atl_ethdev.o
CC atl_hw_regs.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:13:0:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c: In function 'avf_enable_irq0':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/drivers/net/avf/avf_ethdev.c:1162:3: error: 'FINT_DYN_CTL01_CLEARPBA_MASK' undeclared (first use in this function); did you mean 'AVFINT_DYN_CTL01_CLEARPBA_MASK'?
FINT_DYN_CTL01_CLEARPBA_MASK | AVFINT_DYN_CTL01_ITR_INDX_MASK);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fb11298d2f5e4b1da26f3b05a8803719/dpdk/x86_64-native-bsdapp-gcc/include/rte_byteorder.h:74:30: note: in definition of macro 'rte_cpu_to_le_32'
#define rte_cpu_to_le_32(x) (x)
^
DPDK STV team
reply other threads:[~2019-02-15 5:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='e75792$44c3oa@orsmga001.jf.intel.com' \
--to=sys_stv@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).