]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit18dc8e6d15d7a30888beec46a1e01ca0f98508fa
tree103569c2758e9e5341cdd6d9ed3834644dba68d9
parent4ad2d53a88ed79e2596eac92f18561039bab10f5
parent150061a2065192d77a4f6518b6238be81dfb8321
Merge branch 'net-sched-refine-fq_codel-memory-limits'

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>