[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201512021214.68tvoeB5%fengguang.wu@intel.com>
Date: Wed, 2 Dec 2015 12:40:54 +0800
From: kbuild test robot <lkp@...el.com>
To: Michael Chan <mchan@...adcom.com>
Cc: kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
Jeffrey Huang <huangjw@...adcom.com>
Subject: Re: [PATCH net 2/3] bnxt_en: enforce properly storing of MAC address
Hi Jeffrey,
[auto build test ERROR on net/master]
url: https://github.com/0day-ci/linux/commits/Michael-Chan/bnxt_en-set-mac-address-and-uc_list-bug-fixes/20151202-112939
config: x86_64-randconfig-s2-12021213 (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/broadcom/bnxt/bnxt.c: In function 'bnxt_change_mac_addr':
>> drivers/net/ethernet/broadcom/bnxt/bnxt.c:5225:43: error: 'struct bnxt' has no member named 'vf'
if (BNXT_VF(bp) && is_valid_ether_addr(bp->vf.mac_addr))
^
vim +5225 drivers/net/ethernet/broadcom/bnxt/bnxt.c
5219 struct bnxt *bp = netdev_priv(dev);
5220 int rc = 0;
5221
5222 if (!is_valid_ether_addr(addr->sa_data))
5223 return -EADDRNOTAVAIL;
5224
> 5225 if (BNXT_VF(bp) && is_valid_ether_addr(bp->vf.mac_addr))
5226 return -EADDRNOTAVAIL;
5227
5228 if (ether_addr_equal(addr->sa_data, dev->dev_addr))
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (26126 bytes)
Powered by blists - more mailing lists