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 E1183C001DF for ; Tue, 1 Aug 2023 11:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232065AbjHALOl (ORCPT ); Tue, 1 Aug 2023 07:14:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229819AbjHALOQ (ORCPT ); Tue, 1 Aug 2023 07:14:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFDDC1982 for ; Tue, 1 Aug 2023 04:10:23 -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 75C006150F for ; Tue, 1 Aug 2023 11:10:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CB020C433C7; Tue, 1 Aug 2023 11:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690888222; bh=tDDjBG4k8p3k5cshMKtGYLcDzFTrMecdGBGijZFcAPM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rbUn9SKwDHp1HnMc5Rwmuj8pd7OPJ1eYsslIlozcROIyUyZ8Tq5HC3UnmHryYhbvh 8KmDJqmkXFAaU8vFyyBUq9v0c/+5HLO7BcweH1a7W6876aWgM+07FD+08zqA5md1WM u0VxHVAio60IAAhpPh9WP0fF1F3sTfzz8O47u9zxdj5itI2MV0Q+Q/qmRo+ieedWiv kM23Tq3eaRDGuo6z9gQ90DrYON6Nt3P0kn2O5Xs7/X23et4r4umNii3G4L6fCNTvJi Jk8cuoHTY5QNzxWzsgVcefdU06HjMHpDtUY57i9SVf3BKbuqZmB3Ar/56o2wCGsXJD gJwKp0wpzoHTw== 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 AF5A2C43162; Tue, 1 Aug 2023 11:10:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next PATCH v3 1/5] net: dsa: tag_qca: return early if dev is not found From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169088822271.3908.11780275328908049417.git-patchwork-notify@kernel.org> Date: Tue, 01 Aug 2023 11:10:22 +0000 References: <20230730074113.21889-1-ansuelsmth@gmail.com> In-Reply-To: <20230730074113.21889-1-ansuelsmth@gmail.com> To: Christian Marangi Cc: andrew@lunn.ch, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, yangyingliang@huawei.com, rmk+kernel@armlinux.org.uk, hi@atinb.me, michal.kubiak@intel.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, simon.horman@corigine.com, florian.fainelli@broadcom.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sun, 30 Jul 2023 09:41:09 +0200 you wrote: > Currently checksum is recalculated and dsa tag stripped even if we later > don't find the dev. > > To improve code, exit early if we don't find the dev and skip additional > operation on the skb since it will be freed anyway. > > Signed-off-by: Christian Marangi > Reviewed-by: Simon Horman > Reviewed-by: Vladimir Oltean > Reviewed-by: Florian Fainelli > > [...] Here is the summary with links: - [net-next,v3,1/5] net: dsa: tag_qca: return early if dev is not found https://git.kernel.org/netdev/net-next/c/de9db136dcc3 - [net-next,v3,2/5] net: dsa: qca8k: make learning configurable and keep off if standalone https://git.kernel.org/netdev/net-next/c/23cfc7172e52 - [net-next,v3,3/5] net: dsa: qca8k: limit user ports access to the first CPU port on setup https://git.kernel.org/netdev/net-next/c/18e8feae4a80 - [net-next,v3,4/5] net: dsa: qca8k: move qca8xxx hol fixup to separate function https://git.kernel.org/netdev/net-next/c/a9108b0712bf - [net-next,v3,5/5] net: dsa: qca8k: use dsa_for_each macro instead of for loop https://git.kernel.org/netdev/net-next/c/01e6f8ad8d26 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html