From: Sabrina Dubroca <sd@queasysnail.net>
To: netdev@vger.kernel.org
Cc: Sabrina Dubroca <sd@queasysnail.net>,
Amritha Nambiar <amritha.nambiar@intel.com>,
Alexander Duyck <alexander.h.duyck@intel.com>
Subject: [PATCH net 0/2] fixes for XPS configuration after Symmetric queue selection
Date: Thu, 29 Nov 2018 14:14:47 +0100 [thread overview]
Message-ID: <cover.1543496364.git.sd@queasysnail.net> (raw)
This fixes some bugs introduced by the "Symmetric queue selection
using XPS for Rx queues".
First, the refactoring of the cleanup function skipped resetting the
queue's NUMA node under some conditions.
Second, the accounting on static keys for XPS and RXQS-XPS is
unbalanced, so the static key for XPS won't actually disable itself,
once enabled. The RXQS-XPS static key can actually be disabled by
reconfiguring a device that didn't have RXQS-XPS configured at all.
Sabrina Dubroca (2):
net: restore call to netdev_queue_numa_node_write when resetting XPS
net: fix XPS static_key accounting
net/core/dev.c | 53 +++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 24 deletions(-)
--
2.19.2
next reply other threads:[~2018-11-30 0:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-29 13:14 Sabrina Dubroca [this message]
2018-11-29 13:14 ` [PATCH net 1/2] net: restore call to netdev_queue_numa_node_write when resetting XPS Sabrina Dubroca
2018-11-29 13:14 ` [PATCH net 2/2] net: fix XPS static_key accounting Sabrina Dubroca
2018-11-29 19:10 ` [PATCH net 0/2] fixes for XPS configuration after Symmetric queue selection David Miller
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.1543496364.git.sd@queasysnail.net \
--to=sd@queasysnail.net \
--cc=alexander.h.duyck@intel.com \
--cc=amritha.nambiar@intel.com \
--cc=netdev@vger.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).