netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] fixes for XPS configuration after Symmetric queue selection
@ 2018-11-29 13:14 Sabrina Dubroca
  2018-11-29 13:14 ` [PATCH net 1/2] net: restore call to netdev_queue_numa_node_write when resetting XPS Sabrina Dubroca
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sabrina Dubroca @ 2018-11-29 13:14 UTC (permalink / raw)
  To: netdev; +Cc: Sabrina Dubroca, Amritha Nambiar, Alexander Duyck

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-30  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 13:14 [PATCH net 0/2] fixes for XPS configuration after Symmetric queue selection Sabrina Dubroca
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

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).