net: move sysctl_skb_defer_max to net_hotdata
authorEric Dumazet <edumazet@google.com>
Mon, 29 Apr 2024 13:40:22 +0000 (13:40 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 1 May 2024 01:46:52 +0000 (18:46 -0700)
commitd480dc76d9f8a72671a6f9a7d987d2389c2e2ee4
treea39bbf34dff1ec02f5eca5fbda21c1941e0b9c08
parenta86a0661b86f310c0b73a30c829648864f0b2619
net: move sysctl_skb_defer_max to net_hotdata

sysctl_skb_defer_max is used in TCP fast path,
move it to net_hodata.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/20240429134025.1233626-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/hotdata.h
net/core/dev.c
net/core/dev.h
net/core/hotdata.c
net/core/skbuff.c
net/core/sysctl_net_core.c