[PATCH v19 01/20] net: Introduce direct data placement tcp offload
kernel test robot
lkp at intel.com
Wed Nov 15 16:37:46 PST 2023
Hi Aurelien,
kernel test robot noticed the following build warnings:
[auto build test WARNING on net/main]
[also build test WARNING on net-next/main linus/master v6.7-rc1 next-20231115]
[cannot apply to horms-ipvs/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Aurelien-Aptel/net-Introduce-direct-data-placement-tcp-offload/20231114-205106
base: net/main
patch link: https://lore.kernel.org/r/20231114124255.765473-2-aaptel%40nvidia.com
patch subject: [PATCH v19 01/20] net: Introduce direct data placement tcp offload
config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20231116/202311160837.5lnRXiOm-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231116/202311160837.5lnRXiOm-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 at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311160837.5lnRXiOm-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from net/core/skbuff.c:79:
>> include/net/ulp_ddp.h:317:6: warning: no previous prototype for 'ulp_ddp_is_cap_active' [-Wmissing-prototypes]
317 | bool ulp_ddp_is_cap_active(struct net_device *netdev, int cap_bit_nr)
| ^~~~~~~~~~~~~~~~~~~~~
vim +/ulp_ddp_is_cap_active +317 include/net/ulp_ddp.h
316
> 317 bool ulp_ddp_is_cap_active(struct net_device *netdev, int cap_bit_nr)
318 {
319 return false;
320 }
321
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the Linux-nvme
mailing list