tree: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git k.o/for-4.11 head: db690328a7df0b507f7d59de0c7e1bbe8f4b9e6a commit: db690328a7df0b507f7d59de0c7e1bbe8f4b9e6a [115/115] RDMA/bnxt_re: fix for "bnxt_en: Update to firmware interface spec 1.7.0." config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout db690328a7df0b507f7d59de0c7e1bbe8f4b9e6a # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/infiniband/hw/bnxt_re/main.c: In function 'bnxt_re_net_ring_free': >> drivers/infiniband/hw/bnxt_re/main.c:231:18: error: 'RING_ALLOC_REQ_RING_TYPE_L2_CMPL' undeclared (first use in this function) req.ring_type = RING_ALLOC_REQ_RING_TYPE_L2_CMPL; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/infiniband/hw/bnxt_re/main.c:231:18: note: each undeclared identifier is reported only once for each function it appears in drivers/infiniband/hw/bnxt_re/main.c: In function 'bnxt_re_net_ring_alloc': drivers/infiniband/hw/bnxt_re/main.c:271:18: error: 'RING_ALLOC_REQ_RING_TYPE_L2_CMPL' undeclared (first use in this function) req.ring_type = RING_ALLOC_REQ_RING_TYPE_L2_CMPL; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vim +/RING_ALLOC_REQ_RING_TYPE_L2_CMPL +231 drivers/infiniband/hw/bnxt_re/main.c 225 if (lock_wait) { 226 rtnl_lock(); 227 do_unlock = true; 228 } 229 230 bnxt_re_init_hwrm_hdr(rdev, (void *)&req, HWRM_RING_FREE, -1, -1); > 231 req.ring_type = RING_ALLOC_REQ_RING_TYPE_L2_CMPL; 232 req.ring_id = cpu_to_le16(fw_ring_id); 233 bnxt_re_fill_fw_msg(&fw_msg, (void *)&req, sizeof(req), (void *)&resp, 234 sizeof(resp), DFLT_HWRM_CMD_TIMEOUT); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip