From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 08A071BB2D; Fri, 28 Jul 2023 21:02:43 +0000 (UTC) Received: from mgamail.intel.com (unknown [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 435F04490; Fri, 28 Jul 2023 14:02:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690578162; x=1722114162; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Ekr4HpEkBeYktkDhC0QpRCnZ22M5ZIom3qE1D5OU/po=; b=M/Ot3CGk9AfOGNvpRxBb/MKkoV67OhuhNYMmJeSFuawVqSe+nDYXWgYv qgCMXtB+iZVqgQ3jbQQ/VXBSfXHkRT3P2tJV39/SUmrdrv0mzwyEcPFhp Zo0lrRzA96BBqd4cfilwfXbyO4rqJqey8NFMIGhjnI9D/5kU8LaMpJ5Bn NxGrHPHPrvnDAZUBzI4EbA1ooOrlXYQ/rIsHABBAOn/kjS1CH/54onE4I b726vqOaaFCd/XhQlZMrt6gkKIdq0pIWk0mabo2VdhRqNrK8csWlmQWfO dM/mMTCtS3mKhbIT2/ME9Y4vau11hsU1kz8uyzIQtpws2U4KKS3EYeiPx A==; X-IronPort-AV: E=McAfee;i="6600,9927,10785"; a="372313694" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="372313694" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jul 2023 14:02:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10785"; a="797553828" X-IronPort-AV: E=Sophos;i="6.01,238,1684825200"; d="scan'208";a="797553828" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by fmsmga004.fm.intel.com with ESMTP; 28 Jul 2023 14:02:35 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qPUba-0003Zd-17; Fri, 28 Jul 2023 21:02:34 +0000 Date: Sat, 29 Jul 2023 05:02:31 +0800 From: kernel test robot To: Larysa Zaremba , bpf@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Larysa Zaremba , ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, martin.lau@linux.dev, song@kernel.org, yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, David Ahern , Jakub Kicinski , Willem de Bruijn , Jesper Dangaard Brouer , Anatoly Burakov , Alexander Lobakin , Magnus Karlsson , Maryam Tahhan , xdp-hints@xdp-project.net, netdev@vger.kernel.org, Alexei Starovoitov , Simon Horman Subject: Re: [PATCH bpf-next v4 13/21] ice: Implement checksum hint Message-ID: <202307290420.IdsEFzJG-lkp@intel.com> References: <20230728173923.1318596-14-larysa.zaremba@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728173923.1318596-14-larysa.zaremba@intel.com> X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi Larysa, kernel test robot noticed the following build warnings: [auto build test WARNING on bpf-next/master] url: https://github.com/intel-lab-lkp/linux/commits/Larysa-Zaremba/ice-make-RX-HW-timestamp-reading-code-more-reusable/20230729-023952 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master patch link: https://lore.kernel.org/r/20230728173923.1318596-14-larysa.zaremba%40intel.com patch subject: [PATCH bpf-next v4 13/21] ice: Implement checksum hint config: loongarch-allyesconfig (https://download.01.org/0day-ci/archive/20230729/202307290420.IdsEFzJG-lkp@intel.com/config) compiler: loongarch64-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230729/202307290420.IdsEFzJG-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 | Closes: https://lore.kernel.org/oe-kbuild-all/202307290420.IdsEFzJG-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/net/ethernet/intel/ice/ice_txrx_lib.c:674: warning: expecting prototype for ice_xdp_rx_csum_lvl(). Prototype was for ice_xdp_rx_csum() instead vim +674 drivers/net/ethernet/intel/ice/ice_txrx_lib.c 662 663 /** 664 * ice_xdp_rx_csum_lvl - Get level, at which HW has checked the checksum 665 * @ctx: XDP buff pointer 666 * @csum_status: destination address 667 * @csum_info: destination address 668 * 669 * Copy HW checksum level (if was checked) to the destination address. 670 */ 671 static int ice_xdp_rx_csum(const struct xdp_md *ctx, 672 enum xdp_csum_status *csum_status, 673 union xdp_csum_info *csum_info) > 674 { 675 const struct ice_xdp_buff *xdp_ext = (void *)ctx; 676 const union ice_32b_rx_flex_desc *eop_desc; 677 enum ice_rx_csum_status status; 678 u16 ptype; 679 680 eop_desc = xdp_ext->pkt_ctx.eop_desc; 681 ptype = ice_get_ptype(eop_desc); 682 683 status = ice_get_rx_csum_status(eop_desc, ptype); 684 if (status & ICE_RX_CSUM_NONE) 685 return -ENODATA; 686 687 *csum_status = XDP_CHECKSUM_VALID_LVL0 + ice_rx_csum_lvl(status); 688 return 0; 689 } 690 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki