[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<176829660680.2152013.15534434316850162609.git-patchwork-notify@kernel.org>
Date: Tue, 13 Jan 2026 09:30:06 +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,
netdev@...r.kernel.org, eric.dumazet@...il.com, ncardwell@...gle.com
Subject: Re: [PATCH net] net: add net.core.qdisc_max_burst
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Wed, 7 Jan 2026 10:41:59 +0000 you wrote:
> In blamed commit, I added a check against the temporary queue
> built in __dev_xmit_skb(). Idea was to drop packets early,
> before any spinlock was acquired.
>
> if (unlikely(defer_count > READ_ONCE(q->limit))) {
> kfree_skb_reason(skb, SKB_DROP_REASON_QDISC_DROP);
> return NET_XMIT_DROP;
> }
>
> [...]
Here is the summary with links:
- [net] net: add net.core.qdisc_max_burst
https://git.kernel.org/netdev/net/c/ffe4ccd359d0
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