[dpdk-test-report] |FAILURE| pw24648 [PATCH 2/2] app/testpmd: add support for different aggregation mode in IEEE802.3ad bonding

sys_stv at intel.com sys_stv at intel.com
Fri May 26 23:04:18 CEST 2017


Test-Label: Intel-compilation
Test-Status: FAILURE

http://dpdk.org/patch/24648

_Compilation issues_

Submitter: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
Date: Fri, 26 May 2017 16:35:28 +0200
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:3047c857a7edae2a2685c8cd72f15dee9d3c2b22

Patch24648-24648 --> compile error
Build Summary: 21 Builds Done, 0 Successful, 21 Failures

Test environment and configuration as below:
OS: RHEL7.2_64
    Kernel Version:3.10.0-514.10.2.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
OS: UB1610_64
    Kernel Version:4.8.0-22-generic
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: RHEL7.3_64
    Kernel Version:3.10.0-514.16.1.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: FC25_64
    Kernel Version:4.8.6-300.fc25.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: FreeBSD10.3_64
    Kernel Version:10.3-RELEASE
    CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.98-MHz K8-class CPU)
    GCC Version:gcc (FreeBSD Ports Collection) 4.8.5
    Clang Version:3.4.1
    x86_64-native-bsdapp-clang
    x86_64-native-bsdapp-gcc
OS: CentOS7_64
    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
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc
OS: FC24_64
    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
    x86_64-native-linuxapp-gcc
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-debug
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-clang
OS: UB1604_64
    Kernel Version:4.4.0-64-generic
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
    GCC Version:gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
    Clang Version:3.8.0
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc

Failed Build #1:
OS: RHEL7.2_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #2:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #3:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc-shared

/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #4:
OS: UB1610_64
Target: x86_64-native-linuxapp-icc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4405): error #266: function "rte_eth_bond_8023ad_agg_selection_get" declared implicitly
  		agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
  		           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4408): error: identifier "AGG_BANDWIDTH" is undefined
  		case AGG_BANDWIDTH:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4411): error: identifier "AGG_STABLE" is undefined
  		case AGG_STABLE:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4414): error: identifier "AGG_COUNT" is undefined
  		case AGG_COUNT:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4870): error: identifier "AGG_BANDWIDTH" is undefined
  	uint8_t policy = AGG_BANDWIDTH;
  	                 ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4880): error: identifier "AGG_STABLE" is undefined
  		policy = AGG_STABLE;
  		         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4882): error: identifier "AGG_COUNT" is undefined
  		policy = AGG_COUNT;
  		         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4884): error #266: function "rte_eth_bond_8023ad_agg_selection_set" declared implicitly
  	rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  	^
compilation aborted for /home/patchWorkOrg/compilation/app/test-pmd/cmdline.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #5:
OS: RHEL7.3_64
Target: x86_64-native-linuxapp-icc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4408): error: identifier "AGG_BANDWIDTH" is undefined
  		case AGG_BANDWIDTH:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4411): error: identifier "AGG_STABLE" is undefined
  		case AGG_STABLE:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4414): error: identifier "AGG_COUNT" is undefined
  		case AGG_COUNT:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4870): error: identifier "AGG_BANDWIDTH" is undefined
  	uint8_t policy = AGG_BANDWIDTH;
  	                 ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4880): error: identifier "AGG_STABLE" is undefined
  		policy = AGG_STABLE;
  		         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4882): error: identifier "AGG_COUNT" is undefined
  		policy = AGG_COUNT;
  		         ^
compilation aborted for /home/patchWorkOrg/compilation/app/test-pmd/cmdline.c (code 2)


Failed Build #6:
OS: FC25_64
Target: x86_64-native-linuxapp-icc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4405): error #266: function "rte_eth_bond_8023ad_agg_selection_get" declared implicitly
  		agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
  		           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4408): error: identifier "AGG_BANDWIDTH" is undefined
  		case AGG_BANDWIDTH:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4411): error: identifier "AGG_STABLE" is undefined
  		case AGG_STABLE:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4414): error: identifier "AGG_COUNT" is undefined
  		case AGG_COUNT:
  		     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4870): error: identifier "AGG_BANDWIDTH" is undefined
  	uint8_t policy = AGG_BANDWIDTH;
  	                 ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4880): error: identifier "AGG_STABLE" is undefined
  		policy = AGG_STABLE;
  		         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4882): error: identifier "AGG_COUNT" is undefined
  		policy = AGG_COUNT;
  		         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c(4884): error #266: function "rte_eth_bond_8023ad_agg_selection_set" declared implicitly
  	rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  	^
compilation aborted for /home/patchWorkOrg/compilation/app/test-pmd/cmdline.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #7:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: did you mean 'rte_eth_bond_8023ad_ext_collect_get'?
/home/patchWorkOrg/compilation/x86_64-native-bsdapp-clang/include/rte_eth_bond_8023ad.h:262:1: note: 'rte_eth_bond_8023ad_ext_collect_get' declared here
rte_eth_bond_8023ad_ext_collect_get(uint8_t port_id, uint8_t slave_id);
^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: use of undeclared identifier 'AGG_BANDWIDTH'
                case AGG_BANDWIDTH:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: use of undeclared identifier 'AGG_STABLE'
                case AGG_STABLE:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: use of undeclared identifier 'AGG_COUNT'
                case AGG_COUNT:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: use of undeclared identifier 'AGG_BANDWIDTH'
        uint8_t policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4878:12: error: use of undeclared identifier 'AGG_BANDWIDTH'
                policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: use of undeclared identifier 'AGG_STABLE'
                policy = AGG_STABLE;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: use of undeclared identifier 'AGG_COUNT'
                policy = AGG_COUNT;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_set' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: note: did you mean 'rte_eth_bond_8023ad_agg_selection_get'?
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: 'rte_eth_bond_8023ad_agg_selection_get' declared here
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
9 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #8:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function 'cmd_show_bonding_config_parsed':
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_get' [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of 'rte_eth_bond_8023ad_agg_selection_get' [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: 'AGG_BANDWIDTH' undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: 'AGG_STABLE' undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: 'AGG_COUNT' undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function 'cmd_set_bonding_agg_mode':
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: 'AGG_BANDWIDTH' undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: 'AGG_STABLE' undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: 'AGG_COUNT' undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_set' [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of 'rte_eth_bond_8023ad_agg_selection_set' [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #9:
OS: CentOS7_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #10:
OS: CentOS7_64
Target: x86_64-native-linuxapp-clang
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: did you mean 'rte_eth_bond_8023ad_ext_collect_get'?
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-clang/include/rte_eth_bond_8023ad.h:262:1: note: 'rte_eth_bond_8023ad_ext_collect_get' declared here
rte_eth_bond_8023ad_ext_collect_get(uint8_t port_id, uint8_t slave_id);
^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: use of undeclared identifier 'AGG_BANDWIDTH'
                case AGG_BANDWIDTH:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: use of undeclared identifier 'AGG_STABLE'
                case AGG_STABLE:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: use of undeclared identifier 'AGG_COUNT'
                case AGG_COUNT:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: use of undeclared identifier 'AGG_BANDWIDTH'
        uint8_t policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4878:12: error: use of undeclared identifier 'AGG_BANDWIDTH'
                policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: use of undeclared identifier 'AGG_STABLE'
                policy = AGG_STABLE;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: use of undeclared identifier 'AGG_COUNT'
                policy = AGG_COUNT;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_set' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: note: did you mean 'rte_eth_bond_8023ad_agg_selection_get'?
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: 'rte_eth_bond_8023ad_agg_selection_get' declared here
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
9 errors generated.


Failed Build #11:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc-shared

/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #12:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors


Failed Build #13:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #14:
OS: FC24_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #15:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc-debug

/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #16:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc-shared

/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #17:
OS: FC24_64
Target: x86_64-native-linuxapp-clang
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: did you mean 'rte_eth_bond_8023ad_ext_collect_get'?
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-clang/include/rte_eth_bond_8023ad.h:262:1: note: 'rte_eth_bond_8023ad_ext_collect_get' declared here
rte_eth_bond_8023ad_ext_collect_get(uint8_t port_id, uint8_t slave_id);
^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: use of undeclared identifier 'AGG_BANDWIDTH'
                case AGG_BANDWIDTH:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: use of undeclared identifier 'AGG_STABLE'
                case AGG_STABLE:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: use of undeclared identifier 'AGG_COUNT'
                case AGG_COUNT:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: use of undeclared identifier 'AGG_BANDWIDTH'
        uint8_t policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4878:12: error: use of undeclared identifier 'AGG_BANDWIDTH'
                policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: use of undeclared identifier 'AGG_STABLE'
                policy = AGG_STABLE;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: use of undeclared identifier 'AGG_COUNT'
                policy = AGG_COUNT;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_set' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: note: did you mean 'rte_eth_bond_8023ad_agg_selection_get'?
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: 'rte_eth_bond_8023ad_agg_selection_get' declared here
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
9 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #18:
OS: UB1604_64
Target: i686-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #19:
OS: UB1604_64
Target: x86_64-native-linuxapp-clang
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: did you mean 'rte_eth_bond_8023ad_ext_collect_get'?
/home/patchWorkOrg/compilation/x86_64-native-linuxapp-clang/include/rte_eth_bond_8023ad.h:262:1: note: 'rte_eth_bond_8023ad_ext_collect_get' declared here
rte_eth_bond_8023ad_ext_collect_get(uint8_t port_id, uint8_t slave_id);
^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: use of undeclared identifier 'AGG_BANDWIDTH'
                case AGG_BANDWIDTH:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: use of undeclared identifier 'AGG_STABLE'
                case AGG_STABLE:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: use of undeclared identifier 'AGG_COUNT'
                case AGG_COUNT:
                     ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: use of undeclared identifier 'AGG_BANDWIDTH'
        uint8_t policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4878:12: error: use of undeclared identifier 'AGG_BANDWIDTH'
                policy = AGG_BANDWIDTH;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: use of undeclared identifier 'AGG_STABLE'
                policy = AGG_STABLE;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: use of undeclared identifier 'AGG_COUNT'
                policy = AGG_COUNT;
                         ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function 'rte_eth_bond_8023ad_agg_selection_set' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: note: did you mean 'rte_eth_bond_8023ad_agg_selection_get'?
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: note: 'rte_eth_bond_8023ad_agg_selection_get' declared here
                agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
                           ^
9 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #20:
OS: UB1604_64
Target: x86_64-native-linuxapp-gcc-shared

/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #21:
OS: UB1604_64
Target: x86_64-native-linuxapp-gcc
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_show_bonding_config_parsed’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:14: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=implicit-function-declaration]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
              ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4405:3: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_get’ [-Werror=nested-externs]
   agg_mode = rte_eth_bond_8023ad_agg_selection_get(port_id);
   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
   case AGG_BANDWIDTH:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4408:8: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4411:8: error: ‘AGG_STABLE’ undeclared (first use in this function)
   case AGG_STABLE:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4414:8: error: ‘AGG_COUNT’ undeclared (first use in this function)
   case AGG_COUNT:
        ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c: In function ‘cmd_set_bonding_agg_mode’:
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4870:19: error: ‘AGG_BANDWIDTH’ undeclared (first use in this function)
  uint8_t policy = AGG_BANDWIDTH;
                   ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4880:12: error: ‘AGG_STABLE’ undeclared (first use in this function)
   policy = AGG_STABLE;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4882:12: error: ‘AGG_COUNT’ undeclared (first use in this function)
   policy = AGG_COUNT;
            ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: implicit declaration of function ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=implicit-function-declaration]
  rte_eth_bond_8023ad_agg_selection_set(res->port_num, policy);
  ^
/home/patchWorkOrg/compilation/app/test-pmd/cmdline.c:4884:2: error: nested extern declaration of ‘rte_eth_bond_8023ad_agg_selection_set’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'cmdline.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'test-pmd' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:73: recipe for target 'app' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


DPDK STV team


More information about the test-report mailing list