From: kbuild test robot <lkp@intel.com>
To: sunil.kovvuri@gmail.com
Cc: kbuild-all@01.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, sgoutham@cavium.com,
robert.richter@caviumnetworks.com,
Radoslaw Biernacki <rad@semihalf.com>
Subject: Re: [PATCH 2/4] net: thunderx: Add multiqset support for dataplane apps
Date: Thu, 21 Apr 2016 13:13:28 +0800 [thread overview]
Message-ID: <201604211331.ptfwtkIL%fengguang.wu@intel.com> (raw)
In-Reply-To: <1461072812-44239-3-git-send-email-sunil.kovvuri@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1330 bytes --]
Hi,
[auto build test ERROR on net/master]
[also build test ERROR on v4.6-rc4 next-20160420]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/sunil-kovvuri-gmail-com/net-thunderx-Add-multiqset-support-for-DPDK/20160419-213640
config: x86_64-randconfig-s4-04211222 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/cavium/thunder/nic_main.c: In function 'nic_get_vf_pdev':
>> drivers/net/ethernet/cavium/thunder/nic_main.c:600:12: error: 'struct pci_dev' has no member named 'physfn'
if (vfdev->physfn != pdev)
^
vim +600 drivers/net/ethernet/cavium/thunder/nic_main.c
594 pci_read_config_word(pdev, pos + PCI_SRIOV_VF_DID, &devid);
595
596 vfdev = pci_get_device(vid, devid, NULL);
597 for (; vfdev; vfdev = pci_get_device(vid, devid, vfdev)) {
598 if (!vfdev->is_virtfn)
599 continue;
> 600 if (vfdev->physfn != pdev)
601 continue;
602 if (vf >= vf_en)
603 continue;
---
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: 24128 bytes --]
next prev parent reply other threads:[~2016-04-21 5:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 13:33 [PATCH 0/4] net: thunderx: Add multiqset support for DPDK sunil.kovvuri
2016-04-19 13:33 ` [PATCH 1/4] net: thunderx: Introduce a mailbox message to reset VF counters sunil.kovvuri
2016-04-19 13:33 ` [PATCH 2/4] net: thunderx: Add multiqset support for dataplane apps sunil.kovvuri
2016-04-21 5:13 ` kbuild test robot [this message]
2016-04-19 13:33 ` [PATCH 3/4] net: thunderx: add sysfs attribute for SQS/SVF assigments sunil.kovvuri
2016-04-19 13:33 ` [PATCH 4/4] net: thunderx: Improvement for MBX interface debug messages sunil.kovvuri
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=201604211331.ptfwtkIL%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rad@semihalf.com \
--cc=robert.richter@caviumnetworks.com \
--cc=sgoutham@cavium.com \
--cc=sunil.kovvuri@gmail.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
all inboxes | Powered by JetHome®