From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=intel.com (client-ip=134.134.136.126; helo=mgamail.intel.com; envelope-from=lkp@intel.com; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=RlBDVEbS Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mail.toke.dk (Postfix) with ESMTPS id 6FA20A201D0 for ; Thu, 10 Aug 2023 07:28:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691645317; x=1723181317; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=lCVeWoMyQTxuqpGgn0HoLMkQF9mHo7uxDAG5FBN4KXo=; b=RlBDVEbSzOWLmb9/w3Yc7EX09H6Et7E6zEW1PmvdzJeBHdClTUn/K3/E XkcmUp9rzxoSyVCim9b6lL/253Lz/HMCmLo/GdXAShSo7NED1K4+JcEdv Uc8GrpXSUSo1WoktZey7VmmrWbZg+BDmUdk3OxuwmrNhgXyRq2pS2IDlK WqRwlbk05r4PHXCGGmA55SCsrHC9jP0zb5iM1Hay1Jiw1AKXdaOilPAdA 0HhXqC+LlRxkfU5zPR05v76E13RLW91t3OeemNmR6/0QJ03ogtgn1xSGZ KtneNWSJNgdxEXGGdmnSBJ3dSh3K4ywKYVno/lciQKJjarg0NWWrb53+Z A==; X-IronPort-AV: E=McAfee;i="6600,9927,10797"; a="356269947" X-IronPort-AV: E=Sophos;i="6.01,161,1684825200"; d="scan'208";a="356269947" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2023 22:27:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10797"; a="708994353" X-IronPort-AV: E=Sophos;i="6.01,161,1684825200"; d="scan'208";a="708994353" Received: from lkp-server01.sh.intel.com (HELO d1ccc7e87e8f) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 09 Aug 2023 22:27:00 -0700 Received: from kbuild by d1ccc7e87e8f with local (Exim 4.96) (envelope-from ) id 1qTyCJ-0006kI-2Y; Thu, 10 Aug 2023 05:26:59 +0000 Date: Thu, 10 Aug 2023 13:26:49 +0800 From: kernel test robot To: Stanislav Fomichev , bpf@vger.kernel.org Message-ID: <202308101302.nwabzxuw-lkp@intel.com> References: <20230809165418.2831456-3-sdf@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230809165418.2831456-3-sdf@google.com> Message-ID-Hash: AIQMRYZ4KSWFUDWIHFEAUUOVRFUEEH62 X-Message-ID-Hash: AIQMRYZ4KSWFUDWIHFEAUUOVRFUEEH62 X-MailFrom: lkp@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: oe-kbuild-all@lists.linux.dev, 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, kuba@kernel.org, toke@kernel.org, willemb@google.com, dsahern@kernel.org, magnus.karlsson@intel.com, bjorn@kernel.org, maciej.fijalkowski@intel.com, hawk@kernel.org, netdev@vger.kernel.org, xdp-hints@xdp-project.net X-Mailman-Version: 3.3.8 Precedence: list Subject: [xdp-hints] Re: [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support List-Id: XDP hardware hints design discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi Stanislav, kernel test robot noticed the following build errors: [auto build test ERROR on bpf-next/master] url: https://github.com/intel-lab-lkp/linux/commits/Stanislav-Fomichev/xsk-Support-XDP_TX_METADATA_LEN/20230810-010031 base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master patch link: https://lore.kernel.org/r/20230809165418.2831456-3-sdf%40google.com patch subject: [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support config: arc-randconfig-r043-20230809 (https://download.01.org/0day-ci/archive/20230810/202308101302.nwabzxuw-lkp@intel.com/config) compiler: arc-elf-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230810/202308101302.nwabzxuw-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/202308101302.nwabzxuw-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from include/net/xdp_sock_drv.h:10, from net/ethtool/ioctl.c:31: >> include/net/xsk_buff_pool.h:237:49: error: unknown type name 'xdp_buff_xsk' 237 | static inline bool xp_tx_metadata_enabled(const xdp_buff_xsk *xskb) | ^~~~~~~~~~~~ include/net/xsk_buff_pool.h: In function 'xp_tx_metadata_enabled': >> include/net/xsk_buff_pool.h:239:16: error: 'sq' undeclared (first use in this function); did you mean 'rq'? 239 | return sq->xsk_pool->tx_metadata_len > 0; | ^~ | rq include/net/xsk_buff_pool.h:239:16: note: each undeclared identifier is reported only once for each function it appears in vim +/xdp_buff_xsk +237 include/net/xsk_buff_pool.h 236 > 237 static inline bool xp_tx_metadata_enabled(const xdp_buff_xsk *xskb) 238 { > 239 return sq->xsk_pool->tx_metadata_len > 0; 240 } 241 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki