]> git.ipfire.org Git - thirdparty/linux.git/commit
net: add NUMA awareness to skb_attempt_defer_free()
authorEric Dumazet <edumazet@google.com>
Sun, 28 Sep 2025 08:49:34 +0000 (08:49 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 30 Sep 2025 13:45:53 +0000 (15:45 +0200)
commit5628f3fe3b16114e8424bbfcf0594caef8958a06
tree07eba7cfeb083bf75ff1751d7b6e1c613e1fac17
parent844c9db7f7f5fe1b0b53ed9f1c2bc7313b3021c8
net: add NUMA awareness to skb_attempt_defer_free()

Instead of sharing sd->defer_list & sd->defer_count with
many cpus, add one pair for each NUMA node.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250928084934.3266948-4-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
include/linux/netdevice.h
include/net/hotdata.h
net/core/dev.c
net/core/dev.h
net/core/skbuff.c