From: Paolo Abeni <pabeni@redhat.com>
To: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
Eric Dumazet <edumazet@google.com>, Shuah Khan <shuah@kernel.org>
Subject: [PATCH net-next 0/2] net: default_rps_mask follow-up
Date: Wed, 15 Feb 2023 19:33:35 +0100 [thread overview]
Message-ID: <cover.1676484775.git.pabeni@redhat.com> (raw)
The first patch namespacify the setting: once proper isolation
is in place in the main namespace, additional demux in the child
namespaces will be redundant.
The 2nd patch adds more self-tests coverage.
Paolo Abeni (2):
net: make default_rps_mask a per netns attribute
self-tests: more rps self tests
include/linux/netdevice.h | 1 -
include/net/netns/core.h | 5 ++
net/core/net-sysfs.c | 23 ++++++---
net/core/sysctl_net_core.c | 50 ++++++++++++++-----
.../testing/selftests/net/rps_default_mask.sh | 41 ++++++++++-----
5 files changed, 87 insertions(+), 33 deletions(-)
--
2.39.1
next reply other threads:[~2023-02-15 18:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-15 18:33 Paolo Abeni [this message]
2023-02-15 18:33 ` [PATCH net-next 1/2] net: make default_rps_mask a per netns attribute Paolo Abeni
2023-02-16 13:06 ` kernel test robot
2023-02-15 18:33 ` [PATCH net-next 2/2] self-tests: more rps self tests Paolo Abeni
2023-02-15 19:29 ` [PATCH net-next 0/2] net: default_rps_mask follow-up Jakub Kicinski
2023-02-15 20:33 ` Paolo Abeni
2023-02-15 23:05 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1676484775.git.pabeni@redhat.com \
--to=pabeni@redhat.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).