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 DFF39C04FDE for ; Mon, 12 Dec 2022 23:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233882AbiLLXKW (ORCPT ); Mon, 12 Dec 2022 18:10:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbiLLXKS (ORCPT ); Mon, 12 Dec 2022 18:10:18 -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 B34B564C5; Mon, 12 Dec 2022 15:10:17 -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 5213661277; Mon, 12 Dec 2022 23:10:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id AFF59C433D2; Mon, 12 Dec 2022 23:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670886616; bh=JTmV4BJmDr5X2BZwXGxXkRkPMHFMdlAW64qclUWgrSs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=u5/2rOti4RrGVqMGc1DqVSeBNIq2YhRC4MMNbPxUomIDsWgGeA3QYNQB3U4tP3RNU XbDaHHvjspg8qfwbzYpdBKyZsfDpIya6csj9+1BSsbwLbf2GKwu8WIO6xSVzqZTzn6 R5QDG9rILrsvu1BjeU6QKNwAe3pvi7aQ+/7kfE7K/jW3V2/nErNrk5aHQFZf+UrSCi Dtf+iqIOtDbKAmLzqkORxxQrnp6SPRI7sbG8Q36X8tkZlPZAsZfq91b7KKAHi0cARv CgEIQQRgpXkdaxabScmUK3aU0xI9OhSqmOfaGCe/1yxNDiUcM9MGR+Lr/sTtTsZijV aJjFF1OSPAoNw== 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 9078EE270C9; Mon, 12 Dec 2022 23:10:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: tso: inline tso_count_descs() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167088661658.21170.1188842453816081698.git-patchwork-notify@kernel.org> Date: Mon, 12 Dec 2022 23:10:16 +0000 References: <20221212032426.16050-1-linyunsheng@huawei.com> In-Reply-To: <20221212032426.16050-1-linyunsheng@huawei.com> To: Yunsheng Lin Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@openeuler.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 Jakub Kicinski : On Mon, 12 Dec 2022 11:24:26 +0800 you wrote: > tso_count_descs() is a small function doing simple calculation, > and tso_count_descs() is used in fast path, so inline it to > reduce the overhead of calls. > > Signed-off-by: Yunsheng Lin > --- > V2: include skbuff.h explicitly and refactor comment as jakub's > suggestion. > > [...] Here is the summary with links: - [net-next,v2] net: tso: inline tso_count_descs() https://git.kernel.org/netdev/net-next/c/d7b061b80ee6 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html