Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/46318 _Compilation issues_ Submitter: Rahul Lakkireddy Date: 2018-10-09 08:44:36 DPDK git baseline: Repo:dpdk-master, CommitID: 5f73c2670f1ea210ac536bb22422136030b86f37 Build Summary: 15 Builds Done, 0 Successful, 15 Failures Test environment and configuration as below: 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.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-clang x86_64-native-linuxapp-gcc-shared i686-native-linuxapp-gcc 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-137-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 i686-native-linuxapp-gcc x86_64-native-linuxapp-gcc-shared x86_64-native-linuxapp-clang OS: FreeBSD Kernel Version: 10.3-RELEASE CPU info: cat: /proc/cpuinfo: No such file or directory 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 AR librte_pmd_dpaa.a INSTALL-LIB librte_pmd_dpaa.a CC cxgbe_filter.o CC cxgbe_flow.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 make[6]: *** Waiting for unfinished jobs.... == Build drivers/net/dpaa2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... == Build drivers/compress CC base/dpaa2_hw_dpni.o == Build drivers/compress/octeontx -- CC dpaa2_ethdev.o.pmd.o CC mc/dpkg.o LD dpaa2_ethdev.o AR librte_pmd_dpaa2.a INSTALL-LIB librte_pmd_dpaa2.a /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 dpaa2_ethdev.o.pmd.c CC dpaa2_ethdev.o.pmd.o LD dpaa2_ethdev.o CC mc/dpni.o /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC mc/dpkg.o AR librte_pmd_dpaa2.a INSTALL-LIB librte_pmd_dpaa2.a /tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 cxgbe_filter.o CC cxgbe_flow.o PMDINFO dpaa2_ethdev.o.pmd.c CC dpaa2_ethdev.o.pmd.o LD dpaa2_ethdev.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ CC mc/dpni.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_DST'; did you mean 'RTE_FLOW_ACTION_TYPE_PHY_PORT'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_PHY_PORT /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-clang/include/rte_flow.h:1352:2: note: 'RTE_FLOW_ACTION_TYPE_PHY_PORT' declared here RTE_FLOW_ACTION_TYPE_PHY_PORT, ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: duplicate case value 'RTE_FLOW_ACTION_TYPE_PHY_PORT' case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:463:7: note: previous case defined here case RTE_FLOW_ACTION_TYPE_PHY_PORT: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make[6]: *** [cxgbe_flow.o] Error 1 make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC mc/dpkg.o AR librte_pmd_dpaa2.a *Failed Build #4: OS: CENTOS Target: x86_64-native-linuxapp-gcc-shared CC dpaa_ethdev.o.pmd.o LD dpaa_ethdev.o CC dpaa_rxtx.o CC cxgbe_flow.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ make[6]: *** [cxgbe_flow.o] Error 1 make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... *Failed Build #5: OS: CENTOS Target: x86_64-native-linuxapp-gcc CC qat_common.o CC cxgbe_flow.o CC qat_logs.o CC qat_qp.o /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ make[6]: *** [cxgbe_flow.o] Error 1 make[5]: *** [cxgbe] Error 2 make[4]: *** [net] Error 2 *Failed Build #6: OS: CENTOS Target: i686-native-linuxapp-gcc CC base/dpaa2_hw_dpni.o CC dpaa2_rxtx.o CC cxgbe_filter.o CC cxgbe_flow.o /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:52: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:51: error: dereferencing pointer to incomplete type memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:52:29: note: in definition of macro ‘rte_bswap16’ rte_constant_bswap16(x) : \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: dereferencing pointer to incomplete type fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:53:25: note: in definition of macro ‘rte_bswap16’ rte_arch_bswap16(x))) ^ -- ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_lport = be16_to_cpu(tp_port->port); ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ make[6]: *** [cxgbe_flow.o] Error 1 make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... *Failed Build #7: OS: UB1604 Target: i686-native-linuxapp-gcc == Build drivers/compress == Build drivers/compress/octeontx CC otx_zip_pmd.o CC cxgbe_flow.o /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed make[4]: *** [net] Error 2 make[4]: *** Waiting for unfinished jobs.... CC otx_zip.o PMDINFO otx_zip_pmd.o.pmd.c CC otx_zip_pmd.o.pmd.o LD otx_zip_pmd.o AR librte_pmd_octeontx_zip.a INSTALL-LIB librte_pmd_octeontx_zip.a /tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #8: OS: UB1604 Target: x86_64-native-linuxapp-gcc-shared CC cxgbe_filter.o CC base/dpaa2_hw_dpni.o CC cxgbe_flow.o CC dpaa2_rxtx.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC dpaa2_ethdev.o PMDINFO dpaa2_ethdev.o.pmd.c CC dpaa2_ethdev.o.pmd.o LD dpaa2_ethdev.o CC mc/dpni.o CC mc/dpkg.o LD librte_pmd_dpaa2.so.1.1 INSTALL-LIB librte_pmd_dpaa2.so.1.1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #9: OS: FC24 Target: x86_64-native-linuxapp-clang INSTALL-LIB librte_pmd_bond.a == Build drivers/net/dpaa SYMLINK-FILE include/rte_pmd_dpaa.h CC dpaa_ethdev.o CC cxgbe_flow.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:52: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:52: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:51: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:51: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_DST'; did you mean 'RTE_FLOW_ACTION_TYPE_PHY_PORT'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_PHY_PORT /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-clang/include/rte_flow.h:1352:2: note: 'RTE_FLOW_ACTION_TYPE_PHY_PORT' declared here RTE_FLOW_ACTION_TYPE_PHY_PORT, ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC dpaa_rxtx.o PMDINFO dpaa_ethdev.o.pmd.c CC dpaa_ethdev.o.pmd.o LD dpaa_ethdev.o == Build drivers/common/qat CC qat_comp.o AR librte_pmd_dpaa.a INSTALL-LIB librte_pmd_dpaa.a /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed make[4]: *** [net] Error 2 make[4]: *** Waiting for unfinished jobs.... CC qat_comp_pmd.o CC qat_device.o CC qat_common.o -- LD qat_device.o CC qat_logs.o CC qat_qp.o AR librte_pmd_qat.a INSTALL-LIB librte_pmd_qat.a /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #10: OS: FC25 Target: x86_64-native-linuxapp-gcc-debug == Build drivers/crypto/virtio CC virtqueue.o CC cxgbe_flow.o CC virtio_pci.o /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 /tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed make[4]: *** [net] Error 2 make[4]: *** Waiting for unfinished jobs.... CC virtio_rxtx.o CC virtio_cryptodev.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/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 INSTALL-LIB librte_pmd_bond.so.2.1 == Build drivers/compress == Build drivers/compress/octeontx CC cxgbe_flow.o /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed make[4]: *** [net] Error 2 make[4]: *** Waiting for unfinished jobs.... CC otx_zip_pmd.o CC otx_zip.o PMDINFO otx_zip_pmd.o.pmd.c CC otx_zip_pmd.o.pmd.o LD otx_zip_pmd.o LD librte_pmd_octeontx_zip.so.1.1 INSTALL-LIB librte_pmd_octeontx_zip.so.1.1 /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #12: OS: FC24 Target: i686-native-linuxapp-gcc CC base/dpaa2_hw_dpni.o CC dpaa2_rxtx.o CC cxgbe_filter.o CC cxgbe_flow.o /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘ch_rte_parse_atype_switch’: /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv4’ memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_ipv6’ memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_set_tp’ fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/i686-native-linuxapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro ‘rte_bswap16’ #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro ‘be16_to_cpu’ fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function ‘cxgbe_rtef_parse_actions’: /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV4_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_IPV6_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_SRC’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: ‘RTE_FLOW_ACTION_TYPE_SET_TP_DST’ undeclared (first use in this function) case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC dpaa2_ethdev.o CC mc/dpni.o CC mc/dpkg.o PMDINFO dpaa2_ethdev.o.pmd.c CC dpaa2_ethdev.o.pmd.o LD dpaa2_ethdev.o AR librte_pmd_dpaa2.a INSTALL-LIB librte_pmd_dpaa2.a /tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed make: *** [install] Error 2 *Failed Build #13: OS: UB1604 Target: x86_64-native-linuxapp-clang CC cxgbe_filter.o == Build drivers/net/dpaa2 CC base/dpaa2_hw_dpni.o CC cxgbe_flow.o CC dpaa2_rxtx.o /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:52: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:52: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:51: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:51: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_DST'; did you mean 'RTE_FLOW_ACTION_TYPE_PHY_PORT'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_PHY_PORT /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-linuxapp-clang/include/rte_flow.h:1352:2: note: 'RTE_FLOW_ACTION_TYPE_PHY_PORT' declared here RTE_FLOW_ACTION_TYPE_PHY_PORT, ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'cxgbe_flow.o' failed make[6]: *** [cxgbe_flow.o] Error 1 /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:35: recipe for target 'cxgbe' failed make[5]: *** [cxgbe] Error 2 make[5]: *** Waiting for unfinished jobs.... CC dpaa2_ethdev.o CC mc/dpni.o PMDINFO dpaa2_ethdev.o.pmd.c CC dpaa2_ethdev.o.pmd.o LD dpaa2_ethdev.o CC mc/dpkg.o AR librte_pmd_dpaa2.a INSTALL-LIB librte_pmd_dpaa2.a /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/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 Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/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 ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o :> export_syms awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/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 objcopy --strip-debug contigmem.ko INSTALL-MODULE contigmem.ko == Build drivers == Build drivers/common ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o -- CC cxgbe_filter.o CC virtio_cryptodev.o CC cxgbe_flow.o PMDINFO virtio_cryptodev.o.pmd.c CC virtio_cryptodev.o.pmd.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' LD virtio_cryptodev.o case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:490:28: error: incomplete definition of type 'struct rte_flow_action_set_ipv4' memcpy(fs->nat_lip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:437:15: note: forward declaration of 'struct rte_flow_action_set_ipv4' const struct rte_flow_action_set_ipv4 *ipv4; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:516:27: error: incomplete definition of type 'struct rte_flow_action_set_ipv6' memcpy(fs->nat_lip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:438:15: note: forward declaration of 'struct rte_flow_action_set_ipv6' const struct rte_flow_action_set_ipv6 *ipv6; ^ AR librte_pmd_virtio_crypto.a INSTALL-LIB librte_pmd_virtio_crypto.a /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_TP_DST'; did you mean 'RTE_FLOW_ACTION_TYPE_PHY_PORT'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_PHY_PORT /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-bsdapp-clang/include/rte_flow.h:1352:2: note: 'RTE_FLOW_ACTION_TYPE_PHY_PORT' declared here RTE_FLOW_ACTION_TYPE_PHY_PORT, ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_constant_bswap16(x) : \ ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:552:38: error: incomplete definition of type 'struct rte_flow_action_set_tp' fs->nat_lport = be16_to_cpu(tp_port->port); ~~~~~~~^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:167:41: note: expanded from macro 'be16_to_cpu' #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^ -- rte_arch_bswap16(x))) ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:439:15: note: forward declaration of 'struct rte_flow_action_set_tp' const struct rte_flow_action_set_tp *tp_port; ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: duplicate case value 'RTE_FLOW_ACTION_TYPE_PHY_PORT' case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:463:7: note: previous case defined here case RTE_FLOW_ACTION_TYPE_PHY_PORT: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[6]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:116: cxgbe_flow.o] Error 1 gmake[6]: *** Waiting for unfinished jobs.... == Build drivers/common/qat CC qat_comp.o CC qat_comp_pmd.o *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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 == Build drivers/common objcopy --strip-debug contigmem.ko -- 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/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/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/fe4505ecabcf492e98f2c0897c923a12/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 -- AR librte_pmd_bond.a INSTALL-LIB librte_pmd_bond.a == Build drivers/net/e1000 CC cxgbe_flow.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function 'ch_rte_parse_atype_switch': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_OF_SET_MPLS_TTL'? case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_OF_SET_MPLS_TTL /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:467:7: 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/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:477:28: error: dereferencing pointer to incomplete type 'const struct rte_flow_action_set_ipv4' memcpy(fs->nat_fip, &ipv4->ipv4_addr, sizeof(ipv4->ipv4_addr)); ^~ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:480:7: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC'? case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:493:7: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC'? case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:503:27: error: dereferencing pointer to incomplete type 'const struct rte_flow_action_set_ipv6' memcpy(fs->nat_fip, ipv6->ipv6_addr, sizeof(ipv6->ipv6_addr)); ^~ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:506:7: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST'? case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_DST CC e1000_80003es2lan.o /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:519:7: error: 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC'? case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_compat.h:16:0, from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/base/common.h:9, from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:5: /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:38: error: dereferencing pointer to incomplete type 'const struct rte_flow_action_set_tp' fs->nat_fport = be16_to_cpu(tp_port->port); ^ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/x86_64-native-bsdapp-gcc/include/rte_byteorder.h:51:57: note: in definition of macro 'rte_bswap16' #define rte_bswap16(x) ((uint16_t)(__builtin_constant_p(x) ? \ ^ -- #define be16_to_cpu(o) rte_be_to_cpu_16(o) ^~~~~~~~~~~~~~~~ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:534:19: note: in expansion of macro 'be16_to_cpu' fs->nat_fport = be16_to_cpu(tp_port->port); ^~~~~~~~~~~ /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:537:7: error: 'RTE_FLOW_ACTION_TYPE_SET_TP_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_TP_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c: In function 'cxgbe_rtef_parse_actions': /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:614:8: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_OF_SET_MPLS_TTL'? case RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_OF_SET_MPLS_TTL /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:615:8: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC'? case RTE_FLOW_ACTION_TYPE_SET_IPV4_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:618:8: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC'? case RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:619:8: error: 'RTE_FLOW_ACTION_TYPE_SET_IPV6_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV4_DST'? case RTE_FLOW_ACTION_TYPE_SET_IPV6_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV4_DST /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:621:8: error: 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC'? case RTE_FLOW_ACTION_TYPE_SET_TP_SRC: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/drivers/net/cxgbe/cxgbe_flow.c:622:8: error: 'RTE_FLOW_ACTION_TYPE_SET_TP_DST' undeclared (first use in this function); did you mean 'RTE_FLOW_ACTION_TYPE_SET_TP_SRC'? case RTE_FLOW_ACTION_TYPE_SET_TP_DST: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_SET_TP_SRC gmake[6]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/internal/rte.compile-pre.mk:116: cxgbe_flow.o] Error 1 gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/fe4505ecabcf492e98f2c0897c923a12/dpdk/mk/rte.subdir.mk:37: cxgbe] Error 2 DPDK STV team