[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202001130249.GxrJsF6b%lkp@intel.com>
Date: Mon, 13 Jan 2020 02:52:11 +0800
From: kbuild test robot <lkp@...el.com>
To: sunil.kovvuri@...il.com
Cc: kbuild-all@...ts.01.org, netdev@...r.kernel.org,
davem@...emloft.net, Sunil Goutham <sgoutham@...vell.com>
Subject: Re: [PATCH 01/17] octeontx2-pf: Add Marvell OcteonTX2 NIC driver
Hi,
I love your patch! Yet something to improve:
[auto build test ERROR on net/master]
[also build test ERROR on net-next/master linus/master v5.5-rc5 next-20200109]
[cannot apply to ipvs/master sparc-next/master]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/sunil-kovvuri-gmail-com/octeontx2-pf-Add-network-driver-for-physical-function/20200111-050500
base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git e267371dd376d1b3ebc9f01229845a9656734d97
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 7.5.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.5.0 make.cross ARCH=arm
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:20:0:
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h: In function 'otx2_write64':
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h:67:2: error: implicit declaration of function 'writeq'; did you mean 'writel'? [-Werror=implicit-function-declaration]
writeq(val, addr);
^~~~~~
writel
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h: In function 'otx2_read64':
>> drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h:74:9: error: implicit declaration of function 'readq'; did you mean 'readb'? [-Werror=implicit-function-declaration]
return readq(addr);
^~~~~
readb
cc1: some warnings being treated as errors
vim +74 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
69
70 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset)
71 {
72 void __iomem *addr = otx2_get_regaddr(nic, offset);
73
> 74 return readq(addr);
75 }
76
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (72751 bytes)
Powered by blists - more mailing lists