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 9F1F9C7EE24 for ; Mon, 15 May 2023 08:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234697AbjEOIk0 (ORCPT ); Mon, 15 May 2023 04:40:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229749AbjEOIkY (ORCPT ); Mon, 15 May 2023 04:40:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D14D1E1; Mon, 15 May 2023 01:40:23 -0700 (PDT) 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 6822760FE4; Mon, 15 May 2023 08:40:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C9B8CC433EF; Mon, 15 May 2023 08:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684140022; bh=rkPYRVHYoFIq5x31MeyoOcvF2XsRlsAmrW6c/Ah20e4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=T0qutthaj7wTluNWt8wE446nIlbekz+lyFEG3t+q84meeZCY+MNxV8qmdbf2LZs65 lfPXz/m9LH2F7O97wL/kgUyR8jLdgNKr/JWT4S7XCIys4wNEhX6dkPi/74Aiu6IoqC MQa6KWpiVDHXrkb+d4bvKWFxsFnP3vkbijB4ksplyXE24LTvA1cS95UboNCDNT2wGY GQ6Dbtar5Q4Sfoh6sd8k5fixnUi79x15pSQOoV7rzqEa8yic9HrrE0c0XrF9+esg5u mmM3/JszZLwEiv+N18QdUBmp3F+0YkYbtV6rIiGgS0eCEm0hWtTrgOhlZxgarsk5+i /ccxQSz8XUC4g== 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 AB959C41672; Mon, 15 May 2023 08:40:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next Patch v10 0/8] octeontx2-pf: HTB offload support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168414002269.19885.17289418600724460807.git-patchwork-notify@kernel.org> Date: Mon, 15 May 2023 08:40:22 +0000 References: <20230513085143.3289-1-hkelam@marvell.com> In-Reply-To: <20230513085143.3289-1-hkelam@marvell.com> To: Hariprasad Kelam Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kuba@kernel.org, davem@davemloft.net, willemdebruijn.kernel@gmail.com, andrew@lunn.ch, sgoutham@marvell.com, lcherian@marvell.com, gakula@marvell.com, jerinj@marvell.com, sbhatta@marvell.com, naveenm@marvell.com, edumazet@google.com, pabeni@redhat.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, maxtram95@gmail.com, corbet@lwn.net, linux-doc@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Sat, 13 May 2023 14:21:35 +0530 you wrote: > octeontx2 silicon and CN10K transmit interface consists of five > transmit levels starting from MDQ, TL4 to TL1. Once packets are > submitted to MDQ, hardware picks all active MDQs using strict > priority, and MDQs having the same priority level are chosen using > round robin. Each packet will traverse MDQ, TL4 to TL1 levels. > Each level contains an array of queues to support scheduling and > shaping. > > [...] Here is the summary with links: - [net-next,v10,1/8] sch_htb: Allow HTB priority parameter in offload mode https://git.kernel.org/netdev/net-next/c/12e7789ad5b4 - [net-next,v10,2/8] octeontx2-pf: Rename tot_tx_queues to non_qos_queues https://git.kernel.org/netdev/net-next/c/508c58f76ca5 - [net-next,v10,3/8] octeontx2-pf: qos send queues management https://git.kernel.org/netdev/net-next/c/ab6dddd2a669 - [net-next,v10,4/8] octeontx2-pf: Refactor schedular queue alloc/free calls https://git.kernel.org/netdev/net-next/c/6b4b2ded9c42 - [net-next,v10,5/8] octeontx2-pf: Prepare for QOS offload https://git.kernel.org/netdev/net-next/c/cb748a7ebad7 - [net-next,v10,6/8] octeontx2-pf: Add support for HTB offload https://git.kernel.org/netdev/net-next/c/5e6808b4c68d - [net-next,v10,7/8] octeontx2-pf: ethtool expose qos stats https://git.kernel.org/netdev/net-next/c/6cebb6a4b114 - [net-next,v10,8/8] docs: octeontx2: Add Documentation for QOS https://git.kernel.org/netdev/net-next/c/efe103065ccb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html