Hi Tariq,
FYI, the error/warning still remains.
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: be978f8feb1d4678b941a3ccf181eea1039110e2
commit: 1182f36593570e8e9ca53f6fabfc40ccf93c21d7 [3085/7824] net/mlx5e: kTLS, Add kTLS RX
HW offload support
config: x86_64-randconfig-a011-20200713 (attached as .config)
compiler: clang version 11.0.0 (
https://github.com/llvm/llvm-project
02946de3802d3bc65bc9f2eb9b8d4969b5a7add8)
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
git checkout 1182f36593570e8e9ca53f6fabfc40ccf93c21d7
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/mellanox/mlx5/core/en_main.c:49:
>
drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h:153:12: error: implicit
declaration of function 'sk_rx_queue_get'
[-Werror,-Wimplicit-function-declaration]
int rxq = sk_rx_queue_get(sk);
^
1 error generated.
vim +/sk_rx_queue_get +153 drivers/net/ethernet/mellanox/mlx5/core/en_accel/en_accel.h
150
151 static inline int mlx5e_accel_sk_get_rxq(struct sock *sk)
152 {
153 int rxq = sk_rx_queue_get(sk);
154
155 if (unlikely(rxq == -1))
156 rxq = 0;
157
158 return rxq;
159 }
160
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org