]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-sched-refine-fq_codel-memory-limits'
authorJakub Kicinski <kuba@kernel.org>
Thu, 14 May 2026 02:13:46 +0000 (19:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 May 2026 02:13:47 +0000 (19:13 -0700)
Eric Dumazet says:

====================
net/sched: refine fq_codel memory limits

Packets that are associated with local sockets sk_wmem_alloc
do not really need additional memory control.

First patch makes is_skb_wmem() available to modules.

Second patch uses is_skb_wmem() in fq_codel.
====================

Link: https://patch.msgid.link/20260512094859.3673997-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge