Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: toke@toke.dk, jhs@mojatatu.com, xiyou.wangcong@gmail.com,
	jiri@resnulli.us, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
	j.koeppeler@tu-berlin.de, cake@lists.bufferbloat.net,
	netdev@vger.kernel.org, willemb@google.com, victor@mojatatu.com
Subject: [Cake] Re: [PATCH net-next v8 0/6] Multi-queue aware sch_cake
Date: Tue, 13 Jan 2026 11:10:15 +0000	[thread overview]
Message-ID: <176830261504.2192300.2198008591862995733.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260109-mq-cake-sub-qdisc-v8-0-8d613fece5d8@redhat.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 09 Jan 2026 14:15:29 +0100 you wrote:
> This series adds a multi-queue aware variant of the sch_cake scheduler,
> called 'cake_mq'. Using this makes it possible to scale the rate shaper
> of sch_cake across multiple CPUs, while still enforcing a single global
> rate on the interface.
> 
> The approach taken in this patch series is to implement a separate qdisc
> called 'cake_mq', which is based on the existing 'mq' qdisc, but differs
> in a couple of aspects:
> 
> [...]

Here is the summary with links:
  - [net-next,v8,1/6] net/sched: Export mq functions for reuse
    https://git.kernel.org/netdev/net-next/c/8b27fd66f519
  - [net-next,v8,2/6] net/sched: sch_cake: Factor out config variables into separate struct
    https://git.kernel.org/netdev/net-next/c/bc0ce2bad36c
  - [net-next,v8,3/6] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices
    https://git.kernel.org/netdev/net-next/c/ebc65a873eff
  - [net-next,v8,4/6] net/sched: sch_cake: Share config across cake_mq sub-qdiscs
    https://git.kernel.org/netdev/net-next/c/87826c01837c
  - [net-next,v8,5/6] net/sched: sch_cake: share shaper state across sub-instances of cake_mq
    https://git.kernel.org/netdev/net-next/c/1bddd758bac2
  - [net-next,v8,6/6] selftests/tc-testing: add selftests for cake_mq qdisc
    https://git.kernel.org/netdev/net-next/c/8d61f1a9f254

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-01-13 11:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-09 13:15 [Cake] [PATCH net-next v8 0/6] Multi-queue aware sch_cake Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 1/6] net/sched: Export mq functions for reuse Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 2/6] net/sched: sch_cake: Factor out config variables into separate struct Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 3/6] net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 4/6] net/sched: sch_cake: Share config across cake_mq sub-qdiscs Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 5/6] net/sched: sch_cake: share shaper state across sub-instances of cake_mq Toke Høiland-Jørgensen
2026-01-09 13:15 ` [Cake] [PATCH net-next v8 6/6] selftests/tc-testing: add selftests for cake_mq qdisc Toke Høiland-Jørgensen
2026-01-13 11:10 ` patchwork-bot+netdevbpf [this message]

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

  List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/

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

  git send-email \
    --in-reply-to=176830261504.2192300.2198008591862995733.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc==?utf-8?b?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2VuIDx0b2tlQHJlZGhhdC5jb20+?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org \
    --cc=cake@lists.bufferbloat.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=j.koeppeler@tu-berlin.de \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=toke@toke.dk \
    --cc=victor@mojatatu.com \
    --cc=willemb@google.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