netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Faisal Latif <faisal.latif@intel.com>
Cc: kbuild-all@01.org, dledford@redhat.com,
	linux-rdma@vger.kernel.org, netdev@vger.kernel.org,
	jeffrey.t.kirsher@intel.com, e1000-rdma@lists.sourceforge.net,
	faisal.latif@intel.com
Subject: Re: [PATCH V1 16/16] i40iw: changes for build of i40iw module
Date: Tue, 22 Dec 2015 08:40:31 +0800	[thread overview]
Message-ID: <201512220814.dskrxv5I%fengguang.wu@intel.com> (raw)
In-Reply-To: <1450739596-23276-17-git-send-email-faisal.latif@intel.com>

[-- Attachment #1: Type: text/plain, Size: 7342 bytes --]

Hi Faisal,

[auto build test ERROR on net/master]
[also build test ERROR on v4.4-rc6 next-20151221]
[cannot apply to net-next/master]

url:    https://github.com/0day-ci/linux/commits/Faisal-Latif/add-Intel-R-X722-iWARP-driver/20151222-071852
config: x86_64-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/infiniband/hw/i40iw/i40iw_verbs.c: In function 'i40iw_init_rdma_device':
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2280:39: error: 'struct ib_device' has no member named 'sys_image_guid'
     ether_addr_copy((u8 *)&iwibdev->ibdev.sys_image_guid, iwdev->netdev->dev_addr);
                                          ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2281:16: error: 'struct ib_device' has no member named 'fw_ver'
     iwibdev->ibdev.fw_ver = I40IW_FW_VERSION;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2282:16: error: 'struct ib_device' has no member named 'device_cap_flags'
     iwibdev->ibdev.device_cap_flags = iwdev->device_cap_flags;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2283:16: error: 'struct ib_device' has no member named 'vendor_id'
     iwibdev->ibdev.vendor_id = iwdev->vendor_id;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2284:16: error: 'struct ib_device' has no member named 'vendor_part_id'
     iwibdev->ibdev.vendor_part_id = iwdev->vendor_part_id;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2285:16: error: 'struct ib_device' has no member named 'hw_ver'
     iwibdev->ibdev.hw_ver = I40IW_HW_VERSION;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2286:16: error: 'struct ib_device' has no member named 'max_mr_size'
     iwibdev->ibdev.max_mr_size = I40IW_MAX_OUTBOUND_MESSAGE_SIZE;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2287:16: error: 'struct ib_device' has no member named 'max_qp'
     iwibdev->ibdev.max_qp = iwdev->max_qp;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2288:16: error: 'struct ib_device' has no member named 'max_qp_wr'
     iwibdev->ibdev.max_qp_wr = (I40IW_MAX_WQ_ENTRIES >> 2) - 1;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2289:16: error: 'struct ib_device' has no member named 'max_sge'
     iwibdev->ibdev.max_sge = I40IW_MAX_WQ_FRAGMENT_COUNT;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2290:16: error: 'struct ib_device' has no member named 'max_cq'
     iwibdev->ibdev.max_cq = iwdev->max_cq;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2291:16: error: 'struct ib_device' has no member named 'max_cqe'
     iwibdev->ibdev.max_cqe = iwdev->max_cqe;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2293:16: error: 'struct ib_device' has no member named 'max_mr'
     iwibdev->ibdev.max_mr = iwdev->max_mr;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2294:16: error: 'struct ib_device' has no member named 'max_mw'
     iwibdev->ibdev.max_mw = iwdev->max_mr;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2295:16: error: 'struct ib_device' has no member named 'max_pd'
     iwibdev->ibdev.max_pd = iwdev->max_pd;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2296:16: error: 'struct ib_device' has no member named 'max_qp_rd_atom'
     iwibdev->ibdev.max_qp_rd_atom = I40IW_MAX_IRD_SIZE;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2297:16: error: 'struct ib_device' has no member named 'max_sge_rd'
     iwibdev->ibdev.max_sge_rd = 1;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2299:16: error: 'struct ib_device' has no member named 'max_qp_init_rd_atom'
     iwibdev->ibdev.max_qp_init_rd_atom = I40IW_MAX_IRD_SIZE;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2300:16: error: 'struct ib_device' has no member named 'atomic_cap'
     iwibdev->ibdev.atomic_cap = IB_ATOMIC_NONE;
                   ^
>> drivers/infiniband/hw/i40iw/i40iw_verbs.c:2301:16: error: 'struct ib_device' has no member named 'max_map_per_fmr'
     iwibdev->ibdev.max_map_per_fmr = 1;
                   ^

vim +2280 drivers/infiniband/hw/i40iw/i40iw_verbs.c

718af8cb Faisal Latif 2015-12-21  2274  	iwibdev->ibdev.destroy_cq = i40iw_destroy_cq;
718af8cb Faisal Latif 2015-12-21  2275  	iwibdev->ibdev.get_dma_mr = i40iw_get_dma_mr;
718af8cb Faisal Latif 2015-12-21  2276  	iwibdev->ibdev.reg_phys_mr = i40iw_reg_phys_mr;
718af8cb Faisal Latif 2015-12-21  2277  	iwibdev->ibdev.reg_user_mr = i40iw_reg_user_mr;
718af8cb Faisal Latif 2015-12-21  2278  	iwibdev->ibdev.dereg_mr = i40iw_dereg_mr;
718af8cb Faisal Latif 2015-12-21  2279  	iwibdev->ibdev.get_protocol_stats = i40iw_get_protocol_stats;
718af8cb Faisal Latif 2015-12-21 @2280  	ether_addr_copy((u8 *)&iwibdev->ibdev.sys_image_guid, iwdev->netdev->dev_addr);
718af8cb Faisal Latif 2015-12-21 @2281  	iwibdev->ibdev.fw_ver = I40IW_FW_VERSION;
718af8cb Faisal Latif 2015-12-21 @2282  	iwibdev->ibdev.device_cap_flags = iwdev->device_cap_flags;
718af8cb Faisal Latif 2015-12-21 @2283  	iwibdev->ibdev.vendor_id = iwdev->vendor_id;
718af8cb Faisal Latif 2015-12-21 @2284  	iwibdev->ibdev.vendor_part_id = iwdev->vendor_part_id;
718af8cb Faisal Latif 2015-12-21 @2285  	iwibdev->ibdev.hw_ver = I40IW_HW_VERSION;
718af8cb Faisal Latif 2015-12-21 @2286  	iwibdev->ibdev.max_mr_size = I40IW_MAX_OUTBOUND_MESSAGE_SIZE;
718af8cb Faisal Latif 2015-12-21 @2287  	iwibdev->ibdev.max_qp = iwdev->max_qp;
718af8cb Faisal Latif 2015-12-21 @2288  	iwibdev->ibdev.max_qp_wr = (I40IW_MAX_WQ_ENTRIES >> 2) - 1;
718af8cb Faisal Latif 2015-12-21 @2289  	iwibdev->ibdev.max_sge = I40IW_MAX_WQ_FRAGMENT_COUNT;
718af8cb Faisal Latif 2015-12-21 @2290  	iwibdev->ibdev.max_cq = iwdev->max_cq;
718af8cb Faisal Latif 2015-12-21 @2291  	iwibdev->ibdev.max_cqe = iwdev->max_cqe;
718af8cb Faisal Latif 2015-12-21  2292  
718af8cb Faisal Latif 2015-12-21 @2293  	iwibdev->ibdev.max_mr = iwdev->max_mr;
718af8cb Faisal Latif 2015-12-21 @2294  	iwibdev->ibdev.max_mw = iwdev->max_mr;
718af8cb Faisal Latif 2015-12-21 @2295  	iwibdev->ibdev.max_pd = iwdev->max_pd;
718af8cb Faisal Latif 2015-12-21 @2296  	iwibdev->ibdev.max_qp_rd_atom = I40IW_MAX_IRD_SIZE;
718af8cb Faisal Latif 2015-12-21 @2297  	iwibdev->ibdev.max_sge_rd = 1;
718af8cb Faisal Latif 2015-12-21  2298  
718af8cb Faisal Latif 2015-12-21 @2299  	iwibdev->ibdev.max_qp_init_rd_atom = I40IW_MAX_IRD_SIZE;
718af8cb Faisal Latif 2015-12-21 @2300  	iwibdev->ibdev.atomic_cap = IB_ATOMIC_NONE;
718af8cb Faisal Latif 2015-12-21 @2301  	iwibdev->ibdev.max_map_per_fmr = 1;
718af8cb Faisal Latif 2015-12-21  2302  
718af8cb Faisal Latif 2015-12-21  2303  	iwibdev->ibdev.iwcm = kzalloc(sizeof(*iwibdev->ibdev.iwcm), GFP_KERNEL);
718af8cb Faisal Latif 2015-12-21  2304  	if (!iwibdev->ibdev.iwcm) {

:::::: The code at line 2280 was first introduced by commit
:::::: 718af8cb04cede01decf3a9aba6db81b0101fd14 i40iw: add files for iwarp interface

:::::: TO: Faisal Latif <faisal.latif@intel.com>
:::::: CC: 0day robot <fengguang.wu@intel.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 51057 bytes --]

  reply	other threads:[~2015-12-22  0:41 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 23:13 [PATCH V1 00/16] add Intel(R) X722 iWARP driver Faisal Latif
     [not found] ` <1450739596-23276-1-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13   ` [PATCH V1 01/16] i40e: Add support for client interface for IWARP driver Faisal Latif
2015-12-21 23:13     ` [PATCH V1 02/16] i40iw: add main, hdr, status Faisal Latif
     [not found]       ` <1450739596-23276-3-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13         ` [PATCH V1 03/16] i40iw: add connection management code Faisal Latif
     [not found]           ` <1450739596-23276-4-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13             ` [PATCH V1 04/16] i40iw: add puda code Faisal Latif
2015-12-21 23:13               ` [PATCH V1 05/16] i40iw: add pble resource files Faisal Latif
2015-12-21 23:13                 ` [PATCH V1 06/16] i40iw: add hmc " Faisal Latif
2015-12-21 23:13                   ` [PATCH V1 07/16] i40iw: add hw and utils files Faisal Latif
2015-12-21 23:13                     ` [PATCH V1 08/16] i40iw: add files for iwarp interface Faisal Latif
2015-12-21 23:13                       ` [PATCH V1 09/16] i40iw: add file to handle cqp calls Faisal Latif
2015-12-21 23:13                         ` [PATCH V1 10/16] i40iw: add hardware related header files Faisal Latif
     [not found]                           ` <1450739596-23276-11-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13                             ` [PATCH V1 11/16] i40iw: add X722 register file Faisal Latif
     [not found]                               ` <1450739596-23276-12-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13                                 ` [PATCH V1 12/16] i40iw: user kernel shared files Faisal Latif
     [not found]                                   ` <1450739596-23276-13-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13                                     ` [PATCH V1 13/16] i40iw: virtual channel handling files Faisal Latif
     [not found]                                       ` <1450739596-23276-14-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13                                         ` [PATCH V1 14/16] i40iw: Kconfig and Kbuild for iwarp module Faisal Latif
     [not found]                                           ` <1450739596-23276-15-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-21 23:13                                             ` [PATCH V1 15/16] i40iw: add entry in rdma_netlink Faisal Latif
2015-12-21 23:13                                               ` [PATCH V1 16/16] i40iw: changes for build of i40iw module Faisal Latif
2015-12-22  0:40                                                 ` kbuild test robot [this message]
     [not found]                                               ` <1450739596-23276-16-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-23 16:50                                                 ` [PATCH V1 15/16] i40iw: add entry in rdma_netlink Or Gerlitz
2015-12-24  7:05                                                   ` Faisal Latif
2015-12-24  8:24                                                     ` Or Gerlitz
     [not found]                       ` <1450739596-23276-9-git-send-email-faisal.latif-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-12-23 16:42                         ` [PATCH V1 08/16] i40iw: add files for iwarp interface Or Gerlitz
2015-12-24  7:31                           ` Faisal Latif
2015-12-24  8:25                             ` Or Gerlitz
2015-12-24 19:36                               ` Faisal Latif
2015-12-22 19:09   ` [PATCH V1 00/16] add Intel(R) X722 iWARP driver Doug Ledford
2015-12-23 16:09   ` Doug Ledford
     [not found]     ` <567AC754.5020508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-12-23 16:35       ` Faisal Latif
2015-12-23 16:39         ` Or Gerlitz
     [not found]           ` <567ACE44.20608-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-24  7:09             ` Faisal Latif
2015-12-23 17:24         ` Doug Ledford
2015-12-23 17:05   ` Or Gerlitz
     [not found]     ` <567AD444.10204-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-12-24  7:25       ` Faisal Latif

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201512220814.dskrxv5I%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=dledford@redhat.com \
    --cc=e1000-rdma@lists.sourceforge.net \
    --cc=faisal.latif@intel.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).