]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net-sysfs: remove rcu field from 'struct rps_sock_flow_table'
authorEric Dumazet <edumazet@google.com>
Mon, 2 Mar 2026 18:14:27 +0000 (18:14 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Mar 2026 00:54:09 +0000 (16:54 -0800)
commit61753849b8bc6420cc5834fb3de331ce1134060d
treea318eee4ec98491dc074dcf229b58a61c49609aa
parent42a101775bc515a77ac0c39de6cef42aa7abb3a7
net-sysfs: remove rcu field from 'struct rps_sock_flow_table'

Removing rcu_head (and @mask in a following patch)
will allow a power-of-two allocation and thus high-order
allocation for better performance.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260302181432.1836150-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/rps.h
net/core/sysctl_net_core.c