From: kernel test robot <lkp@intel.com>
To: Ido Schimmel <idosch@nvidia.com>
Cc: oe-kbuild-all@lists.linux.dev, Petr Machata <petrm@nvidia.com>
Subject: [jpirko-mlxsw:combined_queue 1/47] drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:10395:9: error: implicit declaration of function 'mlxsw_sp_mp_hash_parsing_depth_adjust'; did you mean 'mlxsw_sp_nve_inc_parsing_depth_put'?
Date: Wed, 1 Mar 2023 06:31:13 +0800 [thread overview]
Message-ID: <202303010618.trZ2uPcc-lkp@intel.com> (raw)
tree: https://github.com/jpirko/linux_mlxsw combined_queue
head: 3ca2a4e66b215098468b997c748c1709307cc9df
commit: 344642a775b90ec422363b3eea863385570cbb6e [1/47] mlxsw: spectrum: Fix incorrect parsing depth after reload
config: microblaze-randconfig-c043-20230226 (https://download.01.org/0day-ci/archive/20230301/202303010618.trZ2uPcc-lkp@intel.com/config)
compiler: microblaze-linux-gcc (GCC) 12.1.0
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
# https://github.com/jpirko/linux_mlxsw/commit/344642a775b90ec422363b3eea863385570cbb6e
git remote add jpirko-mlxsw https://github.com/jpirko/linux_mlxsw
git fetch --no-tags jpirko-mlxsw combined_queue
git checkout 344642a775b90ec422363b3eea863385570cbb6e
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=microblaze SHELL=/bin/bash drivers/net/ethernet/mellanox/mlxsw/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303010618.trZ2uPcc-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c: In function 'mlxsw_sp_mp_hash_fini':
>> drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:10395:9: error: implicit declaration of function 'mlxsw_sp_mp_hash_parsing_depth_adjust'; did you mean 'mlxsw_sp_nve_inc_parsing_depth_put'? [-Werror=implicit-function-declaration]
10395 | mlxsw_sp_mp_hash_parsing_depth_adjust(mlxsw_sp, old_inc_parsing_depth,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| mlxsw_sp_nve_inc_parsing_depth_put
cc1: some warnings being treated as errors
vim +10395 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
10390
10391 static void mlxsw_sp_mp_hash_fini(struct mlxsw_sp *mlxsw_sp)
10392 {
10393 bool old_inc_parsing_depth = mlxsw_sp->router->inc_parsing_depth;
10394
10395 mlxsw_sp_mp_hash_parsing_depth_adjust(mlxsw_sp, old_inc_parsing_depth,
10396 false);
10397 }
10398
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
reply other threads:[~2023-02-28 22:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202303010618.trZ2uPcc-lkp@intel.com \
--to=lkp@intel.com \
--cc=idosch@nvidia.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=petrm@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.