Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1382572

Re: [PATCH net-next V3 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V)

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH net-next V3 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V)
Date 2016-04-19 16:40 +0200
Message-ID <rpEYO-8k2-23@gated-at.bofh.it> (permalink)
References <rpEFt-8b6-39@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

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

url:    https://github.com/0day-ci/linux/commits/K-Y-Srinivasan/ethernet-intel-Add-the-device-ID-s-presented-while-running-on-Hyper-V/20160419-221508
config: i386-randconfig-s0-201616 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All warnings (new ones prefixed by >>):

   drivers/net/ethernet/intel/ixgbevf/vf.c: In function 'ixgbevf_hv_reset_hw_vf':
>> drivers/net/ethernet/intel/ixgbevf/vf.c:142:6: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
>> drivers/net/ethernet/intel/ixgbevf/vf.c:141:26: warning: unused variable 'adapter' [-Wunused-variable]
     struct ixgbevf_adapter *adapter = hw->back;
                             ^

vim +/i +142 drivers/net/ethernet/intel/ixgbevf/vf.c

   135	/**
   136	 * Hyper-V variant; the VF/PF communication is through the PCI
   137	 * config space.
   138	 */
   139	static s32 ixgbevf_hv_reset_hw_vf(struct ixgbe_hw *hw)
   140	{
 > 141		struct ixgbevf_adapter *adapter = hw->back;
 > 142		int i;
   143	
   144	#if IS_ENABLED(CONFIG_PCI_MMCONFIG)
   145		for (i = 0; i < 6; i++)

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH net-next V3 1/2] ethernet: intel: Add the device ID's presented while running on Hyper-V "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-19 16:20 +0200
  [PATCH net-next V3 2/2] intel: ixgbevf: Support Windows hosts (Hyper-V) "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-19 16:20 +0200
    Re: [PATCH net-next V3 2/2] intel: ixgbevf: Support Windows hosts  (Hyper-V) kbuild test robot <lkp@intel.com> - 2016-04-19 16:40 +0200

csiph-web