[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202501041245.SDb1oN01-lkp@intel.com>
Date: Sat, 4 Jan 2025 13:13:31 +0800
From: kernel test robot <lkp@...el.com>
To: Ahmed Zaki <ahmed.zaki@...el.com>, netdev@...r.kernel.org
Cc: llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
intel-wired-lan@...ts.osuosl.org, andrew+netdev@...n.ch,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
davem@...emloft.net, michael.chan@...adcom.com, tariqt@...dia.com,
anthony.l.nguyen@...el.com, przemyslaw.kitszel@...el.com,
jdamato@...tly.com, shayd@...dia.com, akpm@...ux-foundation.org,
Ahmed Zaki <ahmed.zaki@...el.com>
Subject: Re: [PATCH net-next v3 1/6] net: move ARFS rmap management to core
Hi Ahmed,
kernel test robot noticed the following build errors:
[auto build test ERROR on net-next/main]
url: https://github.com/intel-lab-lkp/linux/commits/Ahmed-Zaki/net-move-ARFS-rmap-management-to-core/20250104-084501
base: net-next/main
patch link: https://lore.kernel.org/r/20250104004314.208259-2-ahmed.zaki%40intel.com
patch subject: [PATCH net-next v3 1/6] net: move ARFS rmap management to core
config: arm64-randconfig-002-20250104 (https://download.01.org/0day-ci/archive/20250104/202501041245.SDb1oN01-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250104/202501041245.SDb1oN01-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202501041245.SDb1oN01-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/amazon/ena/ena_netdev.c:165:46: error: too few arguments to function call, expected 2, have 1
return netif_enable_cpu_rmap(adapter->netdev);
~~~~~~~~~~~~~~~~~~~~~ ^
include/linux/netdevice.h:2769:5: note: 'netif_enable_cpu_rmap' declared here
int netif_enable_cpu_rmap(struct net_device *dev, unsigned int num_irqs);
^
1 error generated.
vim +165 drivers/net/ethernet/amazon/ena/ena_netdev.c
161
162 static int ena_init_rx_cpu_rmap(struct ena_adapter *adapter)
163 {
164 #ifdef CONFIG_RFS_ACCEL
> 165 return netif_enable_cpu_rmap(adapter->netdev);
166 #else
167 return 0;
168 #endif /* CONFIG_RFS_ACCEL */
169 }
170
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists