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 87F8BEB64DC for ; Fri, 14 Jul 2023 03:28:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234850AbjGND2h (ORCPT ); Thu, 13 Jul 2023 23:28:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234819AbjGND2b (ORCPT ); Thu, 13 Jul 2023 23:28:31 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 957DC26A5; Thu, 13 Jul 2023 20:28:29 -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 2756B61BAA; Fri, 14 Jul 2023 03:28:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BECDFC433C7; Fri, 14 Jul 2023 03:28:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689305308; bh=2xj8F0S6TzwUbEUnsVNE1YC34zaDXKl959eBBMlj52s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=J9M4mF9jlTs29Tku+qyUmRi0yvEnNSyQttTlGjlCjm3nIvIM6qvY1GekaAEVY+M54 Ek8S1m+5OJoc7ZHsJ/sSOiuSDZLDz6KBNDGIw6VV06aR18RAPYnzAqK1pFaFspPLi5 zLRQdLy8GmCSDN41biWTzUBF6HfAjYaMgrw/6l2VCRQmq109qAUXVPCudZ18Mhs3oG DSd8ul0FpLW4wqJgcVKKMDg9pQCEmjVTz2oaOPnkaWT0jHU9gnH0nekSlTxQMJ8eEo HwritwpbLXtxHm5wbqDbyKLnyryihOd50frFNT8/nOXeyG3APooRSLQNlgw12jPtOp PJUKnH3Sb4akg== Date: Thu, 13 Jul 2023 20:28:26 -0700 From: Jakub Kicinski To: Hariprasad Kelam Cc: , , , , , , , , , , , , , , , , , , Subject: Re: [net-next Patchv2 0/3] support Round Robin scheduling Message-ID: <20230713202826.52cb8389@kernel.org> In-Reply-To: <20230713060111.14169-1-hkelam@marvell.com> References: <20230713060111.14169-1-hkelam@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, 13 Jul 2023 11:31:08 +0530 Hariprasad Kelam wrote: > octeontx2 and CN10K silicons support Round Robin scheduling. When multiple > traffic flows reach transmit level with the same priority, with Round Robin > scheduling traffic flow with the highest quantum value is picked. With this > support, the user can add multiple classes with the same priority and > different quantum in htb offload. Please extend the driver documentation appropriately, there's a "Setup HTB offload" section which only shows strict prio now. -- pw-bot: cr