* [dpdk-test-report] |FAILURE| pw27908 [PATCH 7/8] net/bnxt: fix HWRM_*() macros and locking
@ 2017-08-24 22:11 sys_stv
0 siblings, 0 replies; only message in thread
From: sys_stv @ 2017-08-24 22:11 UTC (permalink / raw)
To: test-report; +Cc: ajit.khaparde
[-- Attachment #1: Type: text/plain, Size: 69529 bytes --]
Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/27908
_Compilation issues_
Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Thu, 24 Aug 2017 11:29:52 -0500
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:85238f501ec36bc6f0e15e6434296312841259bd
Patch27902-27908 --> compile error
Build Summary: 21 Builds Done, 14 Successful, 7 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: UB1604_64
Kernel Version:4.4.0-78-generic
CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
GCC Version:gcc (Ubuntu 5.4.0-6ubuntu1~16.04.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
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.97-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-shared
i686-native-linuxapp-gcc
x86_64-native-linuxapp-clang
x86_64-native-linuxapp-gcc-debug
x86_64-native-linuxapp-gcc
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
Failed Build #1:
OS: UB1610_64
Target: x86_64-native-linuxapp-icc
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(235): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(257): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(345): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(371): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(418): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(496): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_RESET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(517): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(557): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VER_GET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(679): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(701): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(758): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(793): error #592: variable "req" is used before its value is set
HWRM_PREP(req, QUEUE_QPORTCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(827): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(903): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(943): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(968): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(990): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1009): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1034): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1063): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1085): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1113): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1151): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1210): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1251): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1275): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1300): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1346): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1375): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_TPA_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1416): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1434): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1457): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1495): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2093): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2175): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2246): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2282): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2307): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2409): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2462): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2482): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2513): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2532): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2562): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2590): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2606): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2628): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2650): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2682): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2702): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2727): error #592: variable "req" is used before its value is set
HWRM_PREP(req, REJECT_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2747): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2771): error #592: variable "req" is used before its value is set
HWRM_PREP(req, EXEC_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2791): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2832): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2855): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2875): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2917): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2976): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_VNIC_IDS_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(3068): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'bnxt_hwrm.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'bnxt' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' 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 #2:
OS: UB1604_64
Target: x86_64-native-linuxapp-clang
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:235:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:257:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:320:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:345:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:371:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:418:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_QCAPS);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:496:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_RESET);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:517:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_RGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:557:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, VER_GET);
~~~~~~~~~~^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:679:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_UNRGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:701:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:758:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_QCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:793:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, QUEUE_QPORTCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:827:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:903:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:943:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:968:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:990:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_CLR_STATS);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:1009:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'bnxt_hwrm.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'bnxt' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' 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 #3:
OS: FC25_64
Target: x86_64-native-linuxapp-icc
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(235): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(257): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(345): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(371): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(418): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(496): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_RESET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(517): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(557): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VER_GET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(679): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(701): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(758): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(793): error #592: variable "req" is used before its value is set
HWRM_PREP(req, QUEUE_QPORTCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(827): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(903): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(943): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(968): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(990): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1009): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1034): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1063): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1085): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1113): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1151): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1210): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1251): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1275): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1300): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1346): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1375): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_TPA_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1416): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1434): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1457): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1495): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2093): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2175): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2246): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2282): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2307): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2409): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2462): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2482): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2513): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2532): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2562): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2590): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2606): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2628): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2650): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2682): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2702): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2727): error #592: variable "req" is used before its value is set
HWRM_PREP(req, REJECT_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2747): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2771): error #592: variable "req" is used before its value is set
HWRM_PREP(req, EXEC_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2791): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2832): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2855): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2875): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2917): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2976): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_VNIC_IDS_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(3068): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'bnxt_hwrm.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'bnxt' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' 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 #4:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:235:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:257:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:320:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:345:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:371:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:418:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_QCAPS);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:496:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_RESET);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:517:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_RGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:557:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, VER_GET);
~~~~~~~~~~^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:679:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_UNRGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:701:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:758:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_QCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:793:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, QUEUE_QPORTCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:827:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:903:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:943:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:968:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:990:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_CLR_STATS);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:1009:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'bnxt_hwrm.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'bnxt' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' 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: CentOS7_64
Target: x86_64-native-linuxapp-clang
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:235:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:257:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:320:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:345:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:371:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:418:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_QCAPS);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:496:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_RESET);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:517:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_RGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:557:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, VER_GET);
~~~~~~~~~~^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:679:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_UNRGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:701:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:758:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_QCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:793:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, QUEUE_QPORTCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:827:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:903:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:943:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:968:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:990:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_CLR_STATS);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:1009:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
Failed Build #6:
OS: FC24_64
Target: x86_64-native-linuxapp-clang
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:235:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:257:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:320:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:345:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:371:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:418:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_QCAPS);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:496:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_RESET);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:517:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_RGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:557:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, VER_GET);
~~~~~~~~~~^~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:679:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, FUNC_DRV_UNRGTR);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:701:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_CFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:758:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, PORT_PHY_QCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:793:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, QUEUE_QPORTCFG);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:827:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:903:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:943:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:968:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, RING_GRP_FREE);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:990:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_CLR_STATS);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:1009:12: error: variable 'req' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]
HWRM_PREP(req, STAT_CTX_ALLOC);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c:186:19: note: expanded from macro 'HWRM_PREP'
typeof(x) req = (x); \
~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'bnxt_hwrm.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'bnxt' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' 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: RHEL7.3_64
Target: x86_64-native-linuxapp-icc
PMDINFO bnxt_ethdev.o.pmd.c LD bnxt_ethdev.o/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(235): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(257): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_SET_RX_MASK);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_VLAN_ANTISPOOF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(345): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(371): error #592: variable "req" is used before its value is set
HWRM_PREP(req, CFA_L2_FILTER_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(418): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(496): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_RESET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(517): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(557): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VER_GET);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(679): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_DRV_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(701): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(758): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_PHY_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(793): error #592: variable "req" is used before its value is set
HWRM_PREP(req, QUEUE_QPORTCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(827): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(903): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(943): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(968): error #592: variable "req" is used before its value is set
HWRM_PREP(req, RING_GRP_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(990): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1009): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1034): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1063): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1085): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1113): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1151): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1210): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1251): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1275): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_COS_LB_CTX_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1300): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1320): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_RSS_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1346): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_PLCMODES_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1375): error #592: variable "req" is used before its value is set
HWRM_PREP(req, VNIC_TPA_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1416): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1434): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1457): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(1495): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2093): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2175): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2246): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2282): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2307): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2409): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2462): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2482): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_ALLOC);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2513): error #592: variable "req" is used before its value is set
HWRM_PREP(req, TUNNEL_DST_PORT_FREE);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2532): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2562): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_RGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2590): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_BUF_UNRGTR);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2606): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2628): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2650): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2682): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2702): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2727): error #592: variable "req" is used before its value is set
HWRM_PREP(req, REJECT_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2747): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_QCFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2771): error #592: variable "req" is used before its value is set
HWRM_PREP(req, EXEC_FWD_RESP);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2791): error #592: variable "req" is used before its value is set
HWRM_PREP(req, STAT_CTX_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2832): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_QSTATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2855): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_CLR_STATS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2875): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_QCAPS);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2917): error #592: variable "req" is used before its value is set
HWRM_PREP(req, PORT_LED_CFG);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(2976): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_VF_VNIC_IDS_QUERY);
^
/home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c(3068): error #592: variable "req" is used before its value is set
HWRM_PREP(req, FUNC_CFG);
^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/bnxt/bnxt_hwrm.c (code 2)
DPDK STV team
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-24 22:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 22:11 [dpdk-test-report] |FAILURE| pw27908 [PATCH 7/8] net/bnxt: fix HWRM_*() macros and locking 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).