* [dpdk-test-report] |FAILURE| pw44665[v2, 09/21] net/atlantic: link status and interrupt management
@ 2018-09-13 11:48 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2018-09-13 11:48 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 99773 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/44665
_Compilation issues_
Submitter: Igor Russkikh <igor.russkikh@aquantia.com>
Date: 2018-09-13 11:35:16
DPDK git baseline: Repo:dpdk-master, CommitID: 3605968c2fa783674624562a7dfab256eb9044ea
Build Summary: 15 Builds Done, 0 Successful, 15 Failures
Test environment and configuration as below:
OS: FC25
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-debug
OS: FC24
Kernel Version: 4.9.13-100.fc24.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
Clang Version: 3.8.0 (tags/RELEASE_380/final)
x86_64-native-linuxapp-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: CENTOS
Kernel Version: 3.10.0-514.10.2.el7.x86_64
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
x86_64-native-linuxapp-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: UB1604
Kernel Version: 4.4.0-128-generic
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
x86_64-native-linuxapp-gcc
x86_64-native-linuxapp-clang
i686-native-linuxapp-gcc
x86_64-native-linuxapp-gcc-shared
OS: FreeBSD
Kernel Version: 10.3-RELEASE
CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.76-MHz K8-class CPU)
GCC Version: gcc (FreeBSD Ports Collection) 4.8.5
Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
x86_64-native-bsdapp-clang
x86_64-native-bsdapp-gcc
*Failed Build #1:
OS: FC25
Target: x86_64-native-linuxapp-gcc
INSTALL-LIB librte_pmd_ifc.a
== Build drivers/net/atlantic
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:204:38: warning: ‘tx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim tx_desc_lim = {
^~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:198:38: warning: ‘rx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim rx_desc_lim = {
^~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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
INSTALL-LIB librte_pmd_ifc.a
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_pmd_atlantic.o
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:204:38: warning: ‘tx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim tx_desc_lim = {
^~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:198:38: warning: ‘rx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim rx_desc_lim = {
^~~~~~~~~~~
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
/tmp/UB1604_K4.8.0_GCC6.2.0/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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
INSTALL-LIB librte_pmd_ifc.a
== Build drivers/net/atlantic
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_action.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: use of undeclared identifier 'atl_recv_pkts'
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: use of undeclared identifier 'atl_xmit_pkts'
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: use of undeclared identifier 'atl_prep_pkts'
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function 'atl_stop_queues' is invalid in C99 [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function 'atl_dev_link_status_print' is invalid in C99 [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of 'atl_dev_link_status_print' follows non-static declaration
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration is here
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: use of undeclared identifier 'ATL_RSS_OFFLOAD_ALL'
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
2 warnings and 5 errors generated.
make[6]: *** [atl_ethdev.o] Error 1
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_pipeline.o
CC rte_eth_softnic_thread.o
*Failed Build #4:
OS: UB1604
Target: x86_64-native-linuxapp-clang
CC rte_eth_softnic_pipeline.o
== Build drivers/net/atlantic
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_thread.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: use of undeclared identifier 'atl_recv_pkts'
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: use of undeclared identifier 'atl_xmit_pkts'
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: use of undeclared identifier 'atl_prep_pkts'
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function 'atl_stop_queues' is invalid in C99 [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function 'atl_dev_link_status_print' is invalid in C99 [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of 'atl_dev_link_status_print' follows non-static declaration
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration is here
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: use of undeclared identifier 'ATL_RSS_OFFLOAD_ALL'
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
2 warnings and 5 errors generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #5:
OS: CENTOS
Target: i686-native-linuxapp-gcc
CC rte_eth_softnic_pipeline.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_thread.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’ [enabled by default]
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
make[6]: *** [atl_ethdev.o] Error 1
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
*Failed Build #6:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc
== Build drivers/net/atlantic
CC rte_eth_softnic_cli.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’ [enabled by default]
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
make[6]: *** [atl_ethdev.o] Error 1
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
*Failed Build #7:
OS: CENTOS
Target: x86_64-native-linuxapp-gcc-shared
INSTALL-LIB librte_pmd_ifc.so.1.1
== Build drivers/net/atlantic
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’ [enabled by default]
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
make[6]: *** [atl_ethdev.o] Error 1
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
*Failed Build #8:
OS: UB1604
Target: i686-native-linuxapp-gcc
CC rte_eth_softnic_action.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_pipeline.o
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_thread.o
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #9:
OS: UB1604
Target: x86_64-native-linuxapp-gcc-shared
== Build drivers/net/atlantic
CC rte_eth_softnic_thread.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
LD librte_pmd_softnic.so.1.1
INSTALL-LIB librte_pmd_softnic.so.1.1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #10:
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
INSTALL-HOSTAPP dpdk-pmdinfogen
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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/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
== Build kernel/freebsd/nic_uio
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko
objcopy --strip-debug contigmem.ko
--
== Build drivers
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c nic_uio.c -o nic_uio.o
== Build drivers/common
== Build drivers/common/octeontx
ld -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko export_syms | xargs -J% objcopy % nic_uio.ko
--
INSTALL-LIB librte_pmd_sfc_efx.a
== Build drivers/net/atlantic
CC vmxnet3_rxtx.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: use of undeclared identifier 'atl_recv_pkts'
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: use of undeclared identifier 'atl_xmit_pkts'
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: use of undeclared identifier 'atl_prep_pkts'
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function 'atl_stop_queues' is invalid in C99 [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function 'atl_dev_link_status_print' is invalid in C99 [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of 'atl_dev_link_status_print' follows non-static declaration
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration is here
atl_dev_link_status_print(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: use of undeclared identifier 'ATL_RSS_OFFLOAD_ALL'
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
2 warnings and 5 errors generated.
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
gmake[6]: *** [atl_ethdev.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
gmake[5]: *** [atlantic] Error 2
gmake[5]: *** Waiting for unfinished jobs....
CC vmxnet3_ethdev.o
PMDINFO vmxnet3_ethdev.o.pmd.c
CC vmxnet3_ethdev.o.pmd.o
LD vmxnet3_ethdev.o
AR librte_pmd_vmxnet3_uio.a
INSTALL-LIB librte_pmd_vmxnet3_uio.a
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
gmake[4]: *** [net] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
gmake[3]: *** [drivers] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2
*Failed Build #11:
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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/x86_64-native-bsdapp-gcc/lib -d -warn-common -r -d -o contigmem.ko contigmem.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk contigmem.ko export_syms | xargs -J% objcopy % contigmem.ko
objcopy --strip-debug contigmem.ko
INSTALL-MODULE contigmem.ko
--
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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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
--
INSTALL-LIB librte_pmd_virtio.a
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_pmd_atlantic.o
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function 'eth_atl_dev_init':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: 'atl_recv_pkts' undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: 'atl_xmit_pkts' undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: 'atl_prep_pkts' undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function 'atl_dev_start':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function 'atl_stop_queues' [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of 'atl_stop_queues' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function 'atl_dev_lsc_interrupt_setup':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function 'atl_dev_link_status_print' [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of 'atl_dev_link_status_print' [-Wnested-externs]
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for 'atl_dev_link_status_print' [enabled by default]
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of 'atl_dev_link_status_print' follows non-static declaration
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of 'atl_dev_link_status_print' was here
atl_dev_link_status_print(dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function 'atl_rss_hash_conf_get':
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: 'ATL_RSS_OFFLOAD_ALL' undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: 'atl_dev_queue_stats_mapping_set' declared 'static' but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: 'atl_dev_info_get' declared 'static' but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: 'atl_dev_supported_ptypes_get' declared 'static' but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: 'is_device_supported' declared 'static' but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
gmake[6]: *** [atl_ethdev.o] Error 1
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
gmake[5]: *** [atlantic] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
gmake[4]: *** [net] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
gmake[3]: *** [drivers] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
gmake[1]: *** [pre_install] Error 2
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
gmake: *** [install] Error 2
*Failed Build #12:
OS: FC24
Target: x86_64-native-linuxapp-clang
== Build drivers/net/atlantic
CC rte_eth_softnic_action.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_pipeline.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: use of undeclared identifier 'atl_recv_pkts'
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: use of undeclared identifier 'atl_xmit_pkts'
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: use of undeclared identifier 'atl_prep_pkts'
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function 'atl_stop_queues' is invalid in C99 [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function 'atl_dev_link_status_print' is invalid in C99 [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of 'atl_dev_link_status_print' follows non-static declaration
atl_dev_link_status_print(struct rte_eth_dev *dev)
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration is here
atl_dev_link_status_print(dev);
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: use of undeclared identifier 'ATL_RSS_OFFLOAD_ALL'
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^
2 warnings and 5 errors generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_thread.o
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #13:
OS: FC24
Target: i686-native-linuxapp-gcc
== Build drivers/net/atlantic
CC rte_eth_softnic_thread.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:204:38: warning: ‘tx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim tx_desc_lim = {
^~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:198:38: warning: ‘rx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim rx_desc_lim = {
^~~~~~~~~~~
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/FC24_K4.5.5_GCC6.1.1/i686-native-linuxapp-gcc/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #14:
OS: FC24
Target: x86_64-native-linuxapp-gcc-shared
CC rte_eth_softnic_tap.o
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_action.o
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:204:38: warning: ‘tx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim tx_desc_lim = {
^~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:198:38: warning: ‘rx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim rx_desc_lim = {
^~~~~~~~~~~
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_pipeline.o
CC rte_eth_softnic_thread.o
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
LD librte_pmd_softnic.so.1.1
INSTALL-LIB librte_pmd_softnic.so.1.1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-gcc-shared/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
*Failed Build #15:
OS: FC25
Target: x86_64-native-linuxapp-gcc-debug
== Build drivers/net/atlantic
SYMLINK-FILE include/rte_pmd_atlantic.h
CC atl_ethdev.o
CC rte_eth_softnic_tap.o
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘eth_atl_dev_init’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: error: ‘atl_recv_pkts’ undeclared (first use in this function)
eth_dev->rx_pkt_burst = &atl_recv_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:402:27: 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/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:403:27: error: ‘atl_xmit_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_burst = &atl_xmit_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:404:29: error: ‘atl_prep_pkts’ undeclared (first use in this function)
eth_dev->tx_pkt_prepare = &atl_prep_pkts;
^~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_start’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: implicit declaration of function ‘atl_stop_queues’ [-Wimplicit-function-declaration]
atl_stop_queues(dev);
^~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:667:2: warning: nested extern declaration of ‘atl_stop_queues’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_dev_lsc_interrupt_setup’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: implicit declaration of function ‘atl_dev_link_status_print’ [-Wimplicit-function-declaration]
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: warning: nested extern declaration of ‘atl_dev_link_status_print’ [-Wnested-externs]
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: warning: conflicting types for ‘atl_dev_link_status_print’
atl_dev_link_status_print(struct rte_eth_dev *dev)
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:991:1: error: static declaration of ‘atl_dev_link_status_print’ follows non-static declaration
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:952:2: note: previous implicit declaration of ‘atl_dev_link_status_print’ was here
atl_dev_link_status_print(dev);
^~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: In function ‘atl_rss_hash_conf_get’:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:1523:35: error: ‘ATL_RSS_OFFLOAD_ALL’ undeclared (first use in this function)
rss_conf->rss_hf = cfg->is_rss ? ATL_RSS_OFFLOAD_ALL : 0;
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c: At top level:
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:75:12: warning: ‘atl_dev_queue_stats_mapping_set’ declared ‘static’ but never defined [-Wunused-function]
static int atl_dev_queue_stats_mapping_set(struct rte_eth_dev *eth_dev,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:81:13: warning: ‘atl_dev_info_get’ declared ‘static’ but never defined [-Wunused-function]
static void atl_dev_info_get(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:84:24: warning: ‘atl_dev_supported_ptypes_get’ declared ‘static’ but never defined [-Wunused-function]
static const uint32_t *atl_dev_supported_ptypes_get(struct rte_eth_dev *dev);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:134:13: warning: ‘is_device_supported’ declared ‘static’ but never defined [-Wunused-function]
static bool is_device_supported(struct rte_eth_dev *dev,
^~~~~~~~~~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:204:38: warning: ‘tx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim tx_desc_lim = {
^~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/drivers/net/atlantic/atl_ethdev.c:198:38: warning: ‘rx_desc_lim’ defined but not used [-Wunused-const-variable=]
static const struct rte_eth_desc_lim rx_desc_lim = {
^~~~~~~~~~~
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'atl_ethdev.o' failed
make[6]: *** [atl_ethdev.o] Error 1
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'atlantic' failed
make[5]: *** [atlantic] Error 2
make[5]: *** Waiting for unfinished jobs....
CC rte_eth_softnic_action.o
CC rte_eth_softnic_pipeline.o
CC rte_eth_softnic_thread.o
CC rte_eth_softnic_cli.o
CC parser.o
CC conn.o
AR librte_pmd_softnic.a
INSTALL-LIB librte_pmd_softnic.a
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
/tmp/FC25_K4.8.6_GCC6.3.1/x86_64-native-linuxapp-gcc-debug/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/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/46a4218e50654a969e60c3749ed0d7e1/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-13 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13 11:48 [dpdk-test-report] |FAILURE| pw44665[v2, 09/21] net/atlantic: link status and interrupt management sys_stv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).