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 81DA1EE499E for ; Fri, 18 Aug 2023 22:21:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241488AbjHRWUy (ORCPT ); Fri, 18 Aug 2023 18:20:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241595AbjHRWUa (ORCPT ); Fri, 18 Aug 2023 18:20:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B97DA4213 for ; Fri, 18 Aug 2023 15:20:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 594D161508 for ; Fri, 18 Aug 2023 22:20:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A9E55C433CB; Fri, 18 Aug 2023 22:20:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692397227; bh=0siwSpzPAecerRDCRzE041XpLAcbPWf3qT5C89Iq5Os=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FQ0gnryK+NBlLZjHIioObpULhKTiIrEUG0fvJM/ua1qq+lIefYqsFI2rrboghWr5w K88yGLSf/GYtpU6/7eUOPaOAveXdfFdPDx5krBrc3qja0dIZ3rbXCZBOQrmwWRoSJl 2Wjl3+g8oaqYO0yhUXbRj1Nl5w/13Rih/VV/tCyAv/zXaUQhpR2B2ndePstKgetqqp +hYJtwyBprmlDnxLPrg6vfrJwTHzsNFkCHMavUxCNJ4l65RyQilM1RCae2oVsaWs7d rM0h/M4DhSK/nZW3rpxlO5JWDo9Hy14Xz+uKV05qzLTn5yA3XPailxx/SERjE7/p3P U1bxU1YPjwXEw== 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 8D847E26D32; Fri, 18 Aug 2023 22:20:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: fec: use napi_consume_skb() in fec_enet_tx_queue() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169239722757.24641.1884586305107929173.git-patchwork-notify@kernel.org> Date: Fri, 18 Aug 2023 22:20:27 +0000 References: <20230816090242.463822-1-wei.fang@nxp.com> In-Reply-To: <20230816090242.463822-1-wei.fang@nxp.com> To: Wei Fang Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, alexander.duyck@gmail.com, xiaoning.wang@nxp.com, shenwei.wang@nxp.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 16 Aug 2023 17:02:42 +0800 you wrote: > Now that the "budget" is passed into fec_enet_tx_queue(), one > optimization we can do is to use napi_consume_skb() to instead > of dev_kfree_skb_any(). > > Signed-off-by: Wei Fang > Suggested-by: Alexander H Duyck > > [...] Here is the summary with links: - [net-next] net: fec: use napi_consume_skb() in fec_enet_tx_queue() https://git.kernel.org/netdev/net-next/c/91a10efc89dc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html