linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Selvin Xavier <selvin.xavier@broadcom.com>,
	jgg@ziepe.ca, dledford@redhat.com
Cc: kbuild-all@lists.01.org, linux-rdma@vger.kernel.org,
	Selvin Xavier <selvin.xavier@broadcom.com>
Subject: Re: [PATCH rdma-rc 1/3] RDMA/bnxt_re: Disable atomic support on VFs
Date: Thu, 19 Aug 2021 10:34:01 +0800	[thread overview]
Message-ID: <202108191030.xcFgxekW-lkp@intel.com> (raw)
In-Reply-To: <1629320256-4034-2-git-send-email-selvin.xavier@broadcom.com>

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

Hi Selvin,

I love your patch! Yet something to improve:

[auto build test ERROR on rdma/for-next]
[also build test ERROR on v5.14-rc6 next-20210818]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Selvin-Xavier/RDMA-bnxt_re-Bug-fixes/20210819-045917
base:   https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for-next
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/5b4e1e8d37b166a3d6c7468eb96a8d7bc77740dd
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Selvin-Xavier/RDMA-bnxt_re-Bug-fixes/20210819-045917
        git checkout 5b4e1e8d37b166a3d6c7468eb96a8d7bc77740dd
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/infiniband/hw/bnxt_re/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/infiniband/hw/bnxt_re/main.c: In function 'bnxt_re_setup_chip_ctx':
>> drivers/infiniband/hw/bnxt_re/main.c:131:29: error: 'struct bnxt_qplib_res' has no member named 'is_vf'
     131 |         if (!rdev->qplib_res.is_vf && bnxt_qplib_determine_atomics(en_dev->pdev))
         |                             ^


vim +131 drivers/infiniband/hw/bnxt_re/main.c

   109	
   110	static int bnxt_re_setup_chip_ctx(struct bnxt_re_dev *rdev, u8 wqe_mode)
   111	{
   112		struct bnxt_qplib_chip_ctx *chip_ctx;
   113		struct bnxt_en_dev *en_dev;
   114		struct bnxt *bp;
   115	
   116		en_dev = rdev->en_dev;
   117		bp = netdev_priv(en_dev->net);
   118	
   119		chip_ctx = kzalloc(sizeof(*chip_ctx), GFP_KERNEL);
   120		if (!chip_ctx)
   121			return -ENOMEM;
   122		chip_ctx->chip_num = bp->chip_num;
   123	
   124		rdev->chip_ctx = chip_ctx;
   125		/* rest members to follow eventually */
   126	
   127		rdev->qplib_res.cctx = rdev->chip_ctx;
   128		rdev->rcfw.res = &rdev->qplib_res;
   129	
   130		bnxt_re_set_drv_mode(rdev, wqe_mode);
 > 131		if (!rdev->qplib_res.is_vf && bnxt_qplib_determine_atomics(en_dev->pdev))
   132			ibdev_info(&rdev->ibdev,
   133				   "platform doesn't support global atomics.");
   134		return 0;
   135	}
   136	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 64468 bytes --]

  reply	other threads:[~2021-08-19  2:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18 20:57 [PATCH rdma-rc 0/3] RDMA/bnxt_re: Bug fixes Selvin Xavier
2021-08-18 20:57 ` [PATCH rdma-rc 1/3] RDMA/bnxt_re: Disable atomic support on VFs Selvin Xavier
2021-08-19  2:34   ` kernel test robot [this message]
2021-08-18 20:57 ` [PATCH rdma-rc 2/3] RDMA/bnxt_re: Add missing spin lock initialization Selvin Xavier
2021-08-18 20:57 ` [PATCH rdma-rc 3/3] RDMA/bnxt_re: Fix query SRQ failure Selvin Xavier

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=202108191030.xcFgxekW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dledford@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=selvin.xavier@broadcom.com \
    /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).