From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 286C21BF1F for ; Fri, 18 Aug 2023 22:20:27 +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" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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 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