From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
horms@kernel.org, jhs@mojatatu.com, jiri@resnulli.us,
victor@mojatatu.com, netdev@vger.kernel.org,
eric.dumazet@gmail.com
Subject: Re: [PATCH v2 net-next 0/8] net/sched: prepare lockless qdisc dumps
Date: Tue, 12 May 2026 01:48:58 +0000 [thread overview]
Message-ID: <177855053848.2567715.10461030024726644862.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260510091455.4039245-1-edumazet@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sun, 10 May 2026 09:14:47 +0000 you wrote:
> Goal is to no longer acquire RTNL in qdisc dumps.
>
> This series annotate data-races, and change mq and mq_prio to
> no longer acquire children qdisc spinlocks.
>
> v2: addressed sashiko (and Victor Nogueira) feedback.
>
> [...]
Here is the summary with links:
- [v2,net-next,1/8] net/sched: add READ_ONCE() in gnet_stats_add_queue[_cpu]
https://git.kernel.org/netdev/net-next/c/a00073324266
- [v2,net-next,2/8] net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()
https://git.kernel.org/netdev/net-next/c/863cd7865201
- [v2,net-next,3/8] net/sched: annotate data-races around sch->qstats.backlog
https://git.kernel.org/netdev/net-next/c/0e5b05f44d81
- [v2,net-next,4/8] net/sched: add qdisc_qlen_lockless() helper
https://git.kernel.org/netdev/net-next/c/554e96a47a84
- [v2,net-next,5/8] net/sched: add const qualifiers to gnet_stats helpers
https://git.kernel.org/netdev/net-next/c/5b12bd5c474b
- [v2,net-next,6/8] net/sched: mq: no longer acquire qdisc spinlocks in dump operations
https://git.kernel.org/netdev/net-next/c/4f07179f4006
- [v2,net-next,7/8] net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump()
https://git.kernel.org/netdev/net-next/c/bb19ce4c4333
- [v2,net-next,8/8] net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_stats()
https://git.kernel.org/netdev/net-next/c/881f7c5eff30
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-05-12 1:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 9:14 [PATCH v2 net-next 0/8] net/sched: prepare lockless qdisc dumps Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 1/8] net/sched: add READ_ONCE() in gnet_stats_add_queue[_cpu] Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 2/8] net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec() Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 3/8] net/sched: annotate data-races around sch->qstats.backlog Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 4/8] net/sched: add qdisc_qlen_lockless() helper Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 5/8] net/sched: add const qualifiers to gnet_stats helpers Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 6/8] net/sched: mq: no longer acquire qdisc spinlocks in dump operations Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 7/8] net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump() Eric Dumazet
2026-05-10 9:14 ` [PATCH v2 net-next 8/8] net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_stats() Eric Dumazet
2026-05-10 9:31 ` [PATCH v2 net-next 0/8] net/sched: prepare lockless qdisc dumps Toke Høiland-Jørgensen
2026-05-12 1:48 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=177855053848.2567715.10461030024726644862.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=horms@kernel.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=victor@mojatatu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.