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 42BE2C83F10 for ; Sat, 26 Aug 2023 01:51:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231695AbjHZBv1 (ORCPT ); Fri, 25 Aug 2023 21:51:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229833AbjHZBvB (ORCPT ); Fri, 25 Aug 2023 21:51:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 686892106 for ; Fri, 25 Aug 2023 18:50:59 -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 075CA60BD3 for ; Sat, 26 Aug 2023 01:50:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D2F0CC433C8; Sat, 26 Aug 2023 01:50:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693014658; bh=T8134DBtc6QVe+JLnbNIFkvgc1ywDwi/8qUoC5fSQAk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hbYyEM61f06vCUWvSAxuPp1dgBhyKsIh08v4+1nPRIuqHonoIgkjeZE7fc71YYYlM wH9zijy3RpGKHNE9BNFBZNAokTIyOguo51y86hzYIv8vHzSeEqApPO077vXbkmnKB2 j0cbo1IcI+IZZM7ymm+RWNWRKRWJXHz8y9bE6yXTF8DNDARn19BRcaRJMAwSsJ5Exa A+/fIjzb+J+L3ARSxr1yKIR2FOOkt4PNRUsa/66ze5gjGNzLD5dLZY1bqCU4EcM+8A vMdOaV83HjpifSQTXgsPxkH2Qnsxrrk8g4xPR/iAwQ7cJIJ506h0lD/9fZjtoqFpeU q9pFRPTw7DOXA== Date: Fri, 25 Aug 2023 18:50:56 -0700 From: Jakub Kicinski To: Suman Ghosh Cc: , , , , , , , , , , , Subject: Re: [net PATCH V4 0/3] Fix PFC related issues Message-ID: <20230825185056.393131aa@kernel.org> In-Reply-To: <20230824081032.436432-1-sumang@marvell.com> References: <20230824081032.436432-1-sumang@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Aug 2023 13:40:29 +0530 Suman Ghosh wrote: > This patchset fixes multiple PFC related issues related to Octeon. > > Patch #1: octeontx2-pf: Fix PFC TX scheduler free > > Patch #2: octeontx2-af: CN10KB: fix PFC configuration > > Patch #3: octeonxt2-pf: Fix backpressure config for multiple PFC > priorities to work simultaneously Minor note for the future, if you don't mind. Please add the prefix to the subject of the series as well (octeonxt2: ...), that way it's clear what the driver is in all the places which use the subject of the cover letter to identify the series.