Hi Raghu,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Raghu-Vatsavayi/liquidio-CN23XX-VF-support/20161104-054117
config: x86_64-randconfig-s2-11041915 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/cavium/liquidio/lio_main.c: In function 'octeon_enable_sriov':quoted
drivers/net/ethernet/cavium/liquidio/lio_main.c:4025: error: 'struct pci_dev' has no member named 'physfn'
vim +4025 drivers/net/ethernet/cavium/liquidio/lio_main.c
4019 */
4020 u = 0;
4021 vfdev = pci_get_device(PCI_VENDOR_ID_CAVIUM,
4022 OCTEON_CN23XX_VF_VID, NULL);
4023 while (vfdev) {
4024 if (vfdev->is_virtfn &&4025 (vfdev->physfn == oct->pci_dev)) {
4026 oct->sriov_info.dpiring_to_vfpcidev_lut[u] =
4027 vfdev;
4028 u += oct->sriov_info.rings_per_vf;
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation