Merge branch 'default_rps_mask-follow-up'
authorDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2023 11:22:54 +0000 (11:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Feb 2023 11:22:54 +0000 (11:22 +0000)
commit38d711aacc3d6df13bec75577f966c43b83576fb
tree74deeba1123d2df5b4700532693b73e246bafa94
parente469b6268d8cb7c6cf6b9cd5ce7f403de695627f
parent3a7d84eae03bef4c02c39822b2ea6be5ac73de7b
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>