Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 885BEC636CC for ; Thu, 16 Feb 2023 01:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229660AbjBPBuY (ORCPT ); Wed, 15 Feb 2023 20:50:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229477AbjBPBuX (ORCPT ); Wed, 15 Feb 2023 20:50:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E67042BDB; Wed, 15 Feb 2023 17:50:18 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0E92361E4D; Thu, 16 Feb 2023 01:50:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 59D5FC433D2; Thu, 16 Feb 2023 01:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676512217; bh=L8f3f2EA/svh/8Eme7QedwXcy4LnFCupfcem6P7rDbg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=O/mSXHifmw6HZ9c6boZ6sGUe74VZenYL3ZfgyKCpwKkTo5DEqn+o73iYfM1q9iBgw 2ozvCKNr4knOMMleTlmwySzB/tDM2SQ8dt8wAz2rcZFL+05fc+1CWCF03GccImEOef YIM4J6Tn7chlW/cbOSiBGlnlUL0gCoEv/1UpLfipcGhXzvuIync+IUMTFvcgzTR1+z yxUnteB0XejBMt9d0dZlR8wvPeTjDMLX5kPLqFhEidDkGKKFxG/bWl5fznZNlMr8uf NTqUTI8iNXtMuDsPpLmOcdjkW0ZrBoeNclFEeGsnvWKAXBtLGrvlVPsKPc13hcT0Vt CG9My8r1AQLZA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3E559C4166F; Thu, 16 Feb 2023 01:50:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167651221725.16690.663326192912739439.git-patchwork-notify@kernel.org> Date: Thu, 16 Feb 2023 01:50:17 +0000 References: <20230215185440.4126672-1-aleksander.lobakin@intel.com> In-Reply-To: <20230215185440.4126672-1-aleksander.lobakin@intel.com> To: Alexander Lobakin Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, toke@redhat.com, martin.lau@linux.dev, song@kernel.org, hawk@kernel.org, kuba@kernel.org, bpf@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau : On Wed, 15 Feb 2023 19:54:40 +0100 you wrote: > &xdp_buff and &xdp_frame are bound in a way that > > xdp_buff->data_hard_start == xdp_frame > > It's always the case and e.g. xdp_convert_buff_to_frame() relies on > this. > IOW, the following: > > [...] Here is the summary with links: - [bpf-next,v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES https://git.kernel.org/bpf/bpf-next/c/6c20822fada1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html