Netdev List
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Yuval Mintz <Yuval.Mintz@cavium.com>
Cc: kbuild-all@01.org, davem@davemloft.net, netdev@vger.kernel.org,
	Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com>,
	Yuval Mintz <Yuval.Mintz@cavium.com>
Subject: Re: [PATCH net-next 02/10] qed: Correct DCBx update scheme
Date: Sun, 28 May 2017 23:58:28 +0800	[thread overview]
Message-ID: <201705282338.ENbBzDqz%fengguang.wu@intel.com> (raw)
In-Reply-To: <1495983720-10853-3-git-send-email-Yuval.Mintz@cavium.com>

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

Hi Sudarsana,

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Yuval-Mintz/qed-DCBx-and-Attentions-series/20170528-232748
config: i386-randconfig-x072-05281806 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the linux-review/Yuval-Mintz/qed-DCBx-and-Attentions-series/20170528-232748 HEAD 298544d8c8c2a0cfc79d2c73bb877b1a0644900a builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/net//ethernet/qlogic/qed/qed_dcbx.c: In function 'qed_dcbx_process_tlv':
>> drivers/net//ethernet/qlogic/qed/qed_dcbx.c:320:3: error: too many arguments to function 'qed_dcbx_update_app_info'
      qed_dcbx_update_app_info(p_data, p_hwfn, true, true,
      ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/net//ethernet/qlogic/qed/qed_dcbx.c:215:1: note: declared here
    qed_dcbx_update_app_info(struct qed_dcbx_results *p_data,
    ^~~~~~~~~~~~~~~~~~~~~~~~

vim +/qed_dcbx_update_app_info +320 drivers/net//ethernet/qlogic/qed/qed_dcbx.c

39651abd Sudarsana Reddy Kalluru 2016-05-17  314  	 * data for RoCE-v2 not the default app data.
39651abd Sudarsana Reddy Kalluru 2016-05-17  315  	 */
39651abd Sudarsana Reddy Kalluru 2016-05-17  316  	if (!p_data->arr[DCBX_PROTOCOL_ROCE_V2].update &&
39651abd Sudarsana Reddy Kalluru 2016-05-17  317  	    p_data->arr[DCBX_PROTOCOL_ROCE].update) {
39651abd Sudarsana Reddy Kalluru 2016-05-17  318  		tc = p_data->arr[DCBX_PROTOCOL_ROCE].tc;
39651abd Sudarsana Reddy Kalluru 2016-05-17  319  		priority = p_data->arr[DCBX_PROTOCOL_ROCE].priority;
39651abd Sudarsana Reddy Kalluru 2016-05-17 @320  		qed_dcbx_update_app_info(p_data, p_hwfn, true, true,
39651abd Sudarsana Reddy Kalluru 2016-05-17  321  					 priority, tc, DCBX_PROTOCOL_ROCE_V2);
39651abd Sudarsana Reddy Kalluru 2016-05-17  322  	}
39651abd Sudarsana Reddy Kalluru 2016-05-17  323  

:::::: The code at line 320 was first introduced by commit
:::::: 39651abd28146fff2bfac63d68a7a56250a4aead qed: add support for dcbx.

:::::: TO: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com>
:::::: CC: David S. Miller <davem@davemloft.net>

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

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

  reply	other threads:[~2017-05-28 15:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-28 15:01 [PATCH net-next 00/10] qed: DCBx and Attentions series Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 01/10] qed: Add missing static/local dcbx info Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 02/10] qed: Correct DCBx update scheme Yuval Mintz
2017-05-28 15:58   ` kbuild test robot [this message]
2017-05-28 15:01 ` [PATCH net-next 03/10] qed: Don't inherit RoCE DCBx for V2 Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 04/10] qed: QL41xxx VF MSI-x table Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 05/10] qed: Support dynamic s-tag change Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 06/10] qed: Get rid of the attention-arrays Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 07/10] qed: Diffrentiate adapter-specific attentions Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 08/10] qed: Print multi-bit attentions properly Yuval Mintz
2017-05-28 15:01 ` [PATCH net-next 09/10] qed: Mask parities after occurance Yuval Mintz
2017-05-28 15:02 ` [PATCH net-next 10/10] qed: Cache alignemnt padding to match host Yuval Mintz

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=201705282338.ENbBzDqz%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Sudarsana.Kalluru@cavium.com \
    --cc=Yuval.Mintz@cavium.com \
    --cc=davem@davemloft.net \
    --cc=kbuild-all@01.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