mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Hariprasad Kelam <hkelam@marvell.com>
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
Subject: Re: [net-next Patch v10 0/8] octeontx2-pf: HTB offload support
Date: Mon, 15 May 2023 08:40:22 +0000	[thread overview]
Message-ID: <168414002269.19885.17289418600724460807.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230513085143.3289-1-hkelam@marvell.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

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



  parent reply	other threads:[~2023-05-15  8:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-13  8:51 Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 1/8] sch_htb: Allow HTB priority parameter in offload mode Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 2/8] octeontx2-pf: Rename tot_tx_queues to non_qos_queues Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 3/8] octeontx2-pf: qos send queues management Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 4/8] octeontx2-pf: Refactor schedular queue alloc/free calls Hariprasad Kelam
2023-05-16  8:05   ` Simon Horman
2023-05-16  8:07     ` Simon Horman
2023-05-13  8:51 ` [net-next Patch v10 5/8] octeontx2-pf: Prepare for QOS offload Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 6/8] octeontx2-pf: Add support for HTB offload Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 7/8] octeontx2-pf: ethtool expose qos stats Hariprasad Kelam
2023-05-13  8:51 ` [net-next Patch v10 8/8] docs: octeontx2: Add Documentation for QOS Hariprasad Kelam
2023-05-15  8:40 ` patchwork-bot+netdevbpf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-26  5:47 [net-next Patch v10 0/8] octeontx2-pf: HTB offload support Hariprasad Kelam
2023-04-27  6:18 ` Paolo Abeni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=168414002269.19885.17289418600724460807.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hkelam@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=lcherian@marvell.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxtram95@gmail.com \
    --cc=naveenm@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=willemdebruijn.kernel@gmail.com \
    --cc=xiyou.wangcong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome