]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: increase skb_defer_max default to 128
authorEric Dumazet <edumazet@google.com>
Thu, 6 Nov 2025 20:29:35 +0000 (20:29 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Nov 2025 03:02:40 +0000 (19:02 -0800)
commitb61785852ed0a0e7dc16b606157e4a0228cd76cf
tree3262c2483a8503e1ee04820311157fb6db8726d7
parente20dfbad8aab2b7c72571ae3c3e2e646d6b04cb7
net: increase skb_defer_max default to 128

skb_defer_max value is very conservative, and can be increased
to avoid too many calls to kick_defer_list_purge().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Link: https://patch.msgid.link/20251106202935.1776179-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/admin-guide/sysctl/net.rst
net/core/hotdata.c