[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<177026701332.165764.9055894497445200011.git-patchwork-notify@kernel.org>
Date: Thu, 05 Feb 2026 04:50:13 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, horms@...nel.org,
jhs@...atatu.com, jiri@...nulli.us, netdev@...r.kernel.org,
eric.dumazet@...il.com
Subject: Re: [PATCH net-next] net_sched: sch_fq: tweak unlikely() hints in
fq_dequeue()
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 3 Feb 2026 21:47:16 +0000 you wrote:
> After 076433bd78d7 ("net_sched: sch_fq: add fast path
> for mostly idle qdisc") we need to remove one unlikely()
> because q->internal holds all the fast path packets.
>
> skb = fq_peek(&q->internal);
> if (unlikely(skb)) {
> q->internal.qlen--;
>
> [...]
Here is the summary with links:
- [net-next] net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()
https://git.kernel.org/netdev/net-next/c/acd21dd2da19
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists