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 B1759C46CA0 for ; Tue, 28 Nov 2023 11:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344486AbjK1LUZ (ORCPT ); Tue, 28 Nov 2023 06:20:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344558AbjK1LUV (ORCPT ); Tue, 28 Nov 2023 06:20:21 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1426CD5D for ; Tue, 28 Nov 2023 03:20:26 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id A266CC433C7; Tue, 28 Nov 2023 11:20:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701170425; bh=Bbx88lqFMGatwFHlD0kQVkdO9pmX8bC2BeBmnxyMEmQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=GgSy7foS9Mx9VL3KJuEL7r1pvft1WAsNxazpPgZpFChIpm9hPTAzcPa6LzjZoxH2F ilp72qD9tIpKuThy+Sxs0AjoV31d17lTKwX+cp2+sOcuZ3A33qKmp/YnsAUSA197VY nd6xnCxiqUf43dbgNDPC/uEgng3RdA2yJBQoReaPxh6Txp7yZlfVWGDqznF0NHO5S2 1UAUl5Yx2nHd5TkcOlqcoe1v48hv2u2Fo2vUMF3JJnGflpwEH6VEA9KJyIgwQYmnPH KXd71HVLA133Uwpu4kSjGTgqZKZkQGP1uz+2wdzqj/InV4J1hDli0zH4cv22FNp7qk BSSVLGbRs9YmQ== 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 88933DFAA83; Tue, 28 Nov 2023 11:20:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] octeontx2-pf: Restore TC ingress police rules when interface is up From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170117042555.17319.6348597047572958500.git-patchwork-notify@kernel.org> Date: Tue, 28 Nov 2023 11:20:25 +0000 References: <1700930217-5707-1-git-send-email-sbhatta@marvell.com> In-Reply-To: <1700930217-5707-1-git-send-email-sbhatta@marvell.com> To: Subbaraya Sundeep Bhatta Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, sgoutham@marvell.com, gakula@marvell.com, hkelam@marvell.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Sat, 25 Nov 2023 22:06:57 +0530 you wrote: > TC ingress policer rules depends on interface receive queue > contexts since the bandwidth profiles are attached to RQ > contexts. When an interface is brought down all the queue > contexts are freed. This in turn frees bandwidth profiles in > hardware causing ingress police rules non-functional after > the interface is brought up. Fix this by applying all the ingress > police rules config to hardware in otx2_open. Also allow > adding ingress rules only when interface is running > since no contexts exist for the interface when it is down. > > [...] Here is the summary with links: - [net] octeontx2-pf: Restore TC ingress police rules when interface is up https://git.kernel.org/netdev/net/c/fd7f98b2e12a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html