From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, davem@davemloft.net, netdev@vger.kernel.org,
linux-rdma@vger.kernel.org, linux-scsi@vger.kernel.org,
Tomer Tayar <Tomer.Tayar@cavium.com>,
Ariel Elior <Ariel.Elior@cavium.com>,
Michal Kalderon <Michal.Kalderon@cavium.com>,
Yuval Bason <Yuval.Bason@cavium.com>,
Ram Amrani <Ram.Amrani@cavium.com>,
Manish Chopra <Manish.Chopra@cavium.com>,
Chad Dupuis <Chad.Dupuis@cavium.com>,
Manish Rangankar <Manish.Rangankar@cavium.com>
Subject: Re: [PATCH net-next] qed*: Utilize FW 8.33.1.0
Date: Fri, 22 Dec 2017 17:57:49 +0800 [thread overview]
Message-ID: <201712221702.2XL5RGwS%fengguang.wu@intel.com> (raw)
In-Reply-To: <1513692323-26684-1-git-send-email-Tomer.Tayar@cavium.com>
[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]
Hi Tomer,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Tomer-Tayar/qed-Utilize-FW-8-33-1-0/20171221-180506
config: x86_64-randconfig-s0-12221644 (attached as .config)
compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/qlogic/qed/qed_sp_commands.c:48:0:
>> drivers/net/ethernet/qlogic/qed/qed_sriov.h:464:1: error: static declaration of 'qed_iov_is_valid_vfid' follows non-static declaration
qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
^~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/qlogic/qed/qed_sriov.h:144:6: note: previous declaration of 'qed_iov_is_valid_vfid' was here
bool qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
^~~~~~~~~~~~~~~~~~~~~
vim +/qed_iov_is_valid_vfid +464 drivers/net/ethernet/qlogic/qed/qed_sriov.h
462
463 static inline bool
> 464 qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn,
465 int rel_vf_id, bool b_enabled_only, bool b_non_malicious)
466 {
467 return false;
468 }
469 #endif
470
---
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: 29104 bytes --]
prev parent reply other threads:[~2017-12-22 9:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-19 14:05 [PATCH net-next] qed*: Utilize FW 8.33.1.0 Tomer Tayar
2017-12-19 23:46 ` Jakub Kicinski
2017-12-20 16:54 ` David Miller
2017-12-21 10:43 ` kbuild test robot
2017-12-22 9:57 ` kbuild test robot [this message]
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=201712221702.2XL5RGwS%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=Ariel.Elior@cavium.com \
--cc=Chad.Dupuis@cavium.com \
--cc=Manish.Chopra@cavium.com \
--cc=Manish.Rangankar@cavium.com \
--cc=Michal.Kalderon@cavium.com \
--cc=Ram.Amrani@cavium.com \
--cc=Tomer.Tayar@cavium.com \
--cc=Yuval.Bason@cavium.com \
--cc=davem@davemloft.net \
--cc=kbuild-all@01.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-scsi@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