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 44407E748E9 for ; Sun, 1 Oct 2023 13:02:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234981AbjJANAe (ORCPT ); Sun, 1 Oct 2023 09:00:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234976AbjJANAc (ORCPT ); Sun, 1 Oct 2023 09:00:32 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCA59AC for ; Sun, 1 Oct 2023 06:00:29 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 62141C433C7; Sun, 1 Oct 2023 13:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696165229; bh=jxexDSoTCPqVD3y64QYOzbtN9SFeMaNafBFS+DFMyR4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hTtAeYBMG75O7yoDp9uzzFy4Elz+a6DzvMvLPXDljd7z7VDHFXsGOZRQfZ2vnANdj 8hbJUbZTiwXDd4i2HxfBxaF6OotbFkjZF7YaudXVmhGdeY2pRdsviZdd25fc7zq4yM KI0gZwJo2X5Ls9nQRBZMR4N0Q1PPvU0Q1gg1cUbURQveFKaFCOCSR0B6M0EYrIEVaA HnWXhm001ECd/AuVRQNYhrUZlQUTs/50t2pW3w9tYzRvUIgfAi9+7TIG++FnB7DNSa EN+HV8ijbCZls8DiNrGwMR/VusbX/Q2Wx1sIKBDcbt4HbJeLFbii2r0Y6aZXBc8zh0 NjRL9Dp90GPPQ== 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 4BE96C691EF; Sun, 1 Oct 2023 13:00:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: atl1c: switch to napi_consume_skb() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169616522930.29918.9573037295555946176.git-patchwork-notify@kernel.org> Date: Sun, 01 Oct 2023 13:00:29 +0000 References: <20230921005623.3768-1-liew.s.piaw@gmail.com> In-Reply-To: <20230921005623.3768-1-liew.s.piaw@gmail.com> To: Sieng-Piaw Liew Cc: chris.snook@gmail.com, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.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 (main) by David S. Miller : On Thu, 21 Sep 2023 08:56:23 +0800 you wrote: > Switch to napi_consume_skb() to take advantage of bulk free, and skb > reuse through skb cache in conjunction with napi_build_skb(). > > When parameter 'budget' = 0, indicating non-NAPI context, > dev_consume_skb_any() is called internally. > > Signed-off-by: Sieng-Piaw Liew > > [...] Here is the summary with links: - [net-next] net: atl1c: switch to napi_consume_skb() https://git.kernel.org/netdev/net-next/c/d87c59f2b00d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html