summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2023-02-20 14:22:54 +0300
committerDavid S. Miller <davem@davemloft.net>2023-02-20 14:22:54 +0300
commit38d711aacc3d6df13bec75577f966c43b83576fb (patch)
tree74deeba1123d2df5b4700532693b73e246bafa94 /include/linux
parente469b6268d8cb7c6cf6b9cd5ce7f403de695627f (diff)
parent3a7d84eae03bef4c02c39822b2ea6be5ac73de7b (diff)
downloadlinux-38d711aacc3d6df13bec75577f966c43b83576fb.tar.xz
Merge branch 'default_rps_mask-follow-up'
Paolo Abeni says: ==================== net: default_rps_mask follow-up The first patch namespacify the setting. In the common case, once proper isolation is in place in the main namespace, forwarding to/from each child netns will allways happen on the desidered CPUs. Any additional RPS stage inside the child namespace will not provide additional isolation and could hurt performance badly if picking a CPU on a remote node. The 2nd patch adds more self-tests coverage. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index efbee940bb03..6a14b7b11766 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -224,7 +224,6 @@ struct net_device_core_stats {
#include <linux/static_key.h>
extern struct static_key_false rps_needed;
extern struct static_key_false rfs_needed;
-extern struct cpumask rps_default_mask;
#endif
struct neighbour;