Re: [PATCH net v2] net: sched: fix 32-bit backlog wrap in gred, bfifo and plug enqueue
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.stable |
|---|---|
| Message-ID | <178725841364.473641.6076100232757539064.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Tue, 18 Aug 2026 05:59:27 -0400 you wrote: > gred_enqueue(), bfifo_enqueue() and plug_enqueue() admit a packet when the > current backlog plus the packet length fits within the queue limit: > > sch->qstats.backlog + qdisc_pkt_len(skb) <= sch->limit (gred default VQ) > gred_backlog+qdisc_pkt_len(skb) <= q->limit (gred configured VQ) > sch->qstats.backlog + qdisc_pkt_len(skb) <= sch->limit (bfifo) > sch->qstats.backlog + skb->len <= q->limit (plug) > > [...] Here is the summary with links: - [net,v2] net: sched: fix 32-bit backlog wrap in gred, bfifo and plug enqueue https://git.kernel.org/netdev/net/c/4c660ee8c809 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html