[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201701101611.9eGMCKsi%fengguang.wu@intel.com>
Date: Tue, 10 Jan 2017 16:37:45 +0800
From: kbuild test robot <lkp@...el.com>
To: Sridhar Samudrala <sridhar.samudrala@...el.com>
Cc: kbuild-all@...org, alexander.h.duyck@...el.com,
john.r.fastabend@...el.com, anjali.singhai@...el.com,
jakub.kicinski@...ronome.com, davem@...emloft.net,
scott.d.peterson@...el.com, gerlitz.or@...il.com, jiri@...nulli.us,
intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org
Subject: Re: [next-queue v3 PATCH 6/7] i40e: Add support for exposing VF port
statistics via VFPR netdev on the host.
Hi Sridhar,
[auto build test ERROR on jkirsher-next-queue/dev-queue]
[cannot apply to v4.10-rc3 next-20170110]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Sridhar-Samudrala/i40e-Introduce-devlink-interface/20170110-140906
base: https://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git dev-queue
config: x86_64-rhel (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:1163:28: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.ndo_get_stats64 = i40e_vfpr_netdev_get_stats64,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:1163:28: note: (near initialization for 'i40e_vfpr_netdev_ops.ndo_get_stats64')
cc1: some warnings being treated as errors
vim +1163 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
1157 }
1158
1159 static const struct net_device_ops i40e_vfpr_netdev_ops = {
1160 .ndo_open = i40e_vfpr_netdev_open,
1161 .ndo_stop = i40e_vfpr_netdev_stop,
1162 .ndo_start_xmit = i40e_vfpr_netdev_start_xmit,
> 1163 .ndo_get_stats64 = i40e_vfpr_netdev_get_stats64,
1164 .ndo_has_offload_stats = i40e_vfpr_netdev_has_offload_stats,
1165 .ndo_get_offload_stats = i40e_vfpr_netdev_get_offload_stats,
1166 };
---
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/gzip" (38277 bytes)
Powered by blists - more mailing lists