Merge branch 'xps-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2018 19:06:09 +0000 (11:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Nov 2018 19:06:09 +0000 (11:06 -0800)
Sabrina Dubroca says:

====================
fixes for XPS configuration after Symmetric queue selection

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

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge