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 36BA9C433EF for ; Wed, 15 Jun 2022 12:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346377AbiFOMKV (ORCPT ); Wed, 15 Jun 2022 08:10:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244316AbiFOMKR (ORCPT ); Wed, 15 Jun 2022 08:10:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A58EC527EB; Wed, 15 Jun 2022 05:10:16 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 486E8B81D91; Wed, 15 Jun 2022 12:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C276DC3411C; Wed, 15 Jun 2022 12:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655295013; bh=bTou62QWZdbZMc3bBGGn2RsEUYdnLH3B0MG5HhHnQEs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uvMs1Y39Z0nQXHAyn1E+FCkU4Ti0pRtFm7FKgNDCJgw7vW0Xnr2vrAmNIvzjuElah eInaeH5HmGGodBGGF58Pj7zikaupvi/jf85KeEbHoWT2Kh8yZfxkiuxo2+3kdol3Cz dnBmwsRBxxBaLvPyyuAqutKG7npFWeTgo0763ZKEU7gdwt1NnS2DQqgXoKbgbwh/5j f8O48OFU7STgtxu7MN0VsNfZIL7dGtjkYPRH+ssURrEJqM8/Eg4m/c8wfjVmmVA6ZB OkjzDZTLCfZggEn4D4Hi04hqI5RZ8wfhgCGmc06s4QNUIAinL+w9fBnOyyDi0Oy9C2 mFf6A4p+7g4+w== 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 A990EE73854; Wed, 15 Jun 2022 12:10:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V2] bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_heads From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165529501369.14672.6535099604436772744.git-patchwork-notify@kernel.org> Date: Wed, 15 Jun 2022 12:10:13 +0000 References: <20220615060922.3402-1-liew.s.piaw@gmail.com> In-Reply-To: <20220615060922.3402-1-liew.s.piaw@gmail.com> To: Sieng Piaw Liew Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, f.fainelli@gmail.com, bcm-kernel-feedback-list@broadcom.com, 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 netdev/net-next.git (master) by David S. Miller : On Wed, 15 Jun 2022 14:09:22 +0800 you wrote: > napi_build_skb() reuses NAPI skbuff_head cache in order to save some > cycles on freeing/allocating skbuff_heads on every new Rx or completed > Tx. > Use napi_consume_skb() to feed the cache with skbuff_heads of completed > Tx so it's never empty. > > Signed-off-by: Sieng Piaw Liew > Reviewed-by: Florian Fainelli > > [...] Here is the summary with links: - [V2] bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_heads https://git.kernel.org/netdev/net-next/c/c63c615e22eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html