From mboxrd@z Thu Jan 1 00:00:00 1970 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 7053FC4332F for ; Sat, 19 Feb 2022 12:40:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240894AbiBSMkb (ORCPT ); Sat, 19 Feb 2022 07:40:31 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235226AbiBSMka (ORCPT ); Sat, 19 Feb 2022 07:40:30 -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 C317C197000; Sat, 19 Feb 2022 04:40:11 -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 5DA7560AE9; Sat, 19 Feb 2022 12:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id BCFAEC340F5; Sat, 19 Feb 2022 12:40:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645274410; bh=JDKK8isPTATGqHDIv4POiJ9KesqfHzhClGsuh7fvIEY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=jltWN75cl2QmxD89GeBqm8rqbwZzQmMB7X6BFSdU2RAv2gCk5Pj2fGK9j1OqCU4ft ME/2PXL2ZHx2UN5ReRgC6iucPXipd+mE96aWo5FZBqpqU5tXpC+vV7iSNEp9J/tDOQ mSgpJZ0BsL+3pLghGQRLns8arQZl7geylMlH2DjYXIX1BGLGCp2mxqjNkuKapUkPFI i6hu/5TjSz26xbxX4Y/dApZS8QEr2BAmbgXKFAE8+0gW9X3PwDJBws90fjY83JQXhy rdNHnJVteozlHkJ6RP2QNOag6/SyCFSAdzomdYJZO0zoBmEddg2yLmpA/hy53fjA4u KO2JKQrR58BCg== 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 AA1B7E5D07D; Sat, 19 Feb 2022 12:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 1/1] i40e: remove dead stores on XSK hotpath From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164527441069.11752.16243635494122993373.git-patchwork-notify@kernel.org> Date: Sat, 19 Feb 2022 12:40:10 +0000 References: <20220218215033.415004-1-anthony.l.nguyen@intel.com> In-Reply-To: <20220218215033.415004-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, alexandr.lobakin@intel.com, netdev@vger.kernel.org, bpf@vger.kernel.org, sassmann@redhat.com, hawk@kernel.org, daniel@iogearbox.net, john.fastabend@gmail.com, ast@kernel.org, magnus.karlsson@intel.com, maciej.fijalkowski@intel.com, george.kuruvinakunnel@intel.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Fri, 18 Feb 2022 13:50:33 -0800 you wrote: > From: Alexander Lobakin > > The 'if (ntu == rx_ring->count)' block in i40e_alloc_rx_buffers_zc() > was previously residing in the loop, but after introducing the > batched interface it is used only to wrap-around the NTU descriptor, > thus no more need to assign 'xdp'. > > [...] Here is the summary with links: - [net-next,1/1] i40e: remove dead stores on XSK hotpath https://git.kernel.org/netdev/net-next/c/7e1b54d07751 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html