]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00079908c9eda63978eb90e8f233402aeba3c502
tree075055a7fd00fe41bc76ba070136c7765cf282c6
parent2b1551bc385403b12a6eadbde9bfb7035a333e93
parent71ce5ec0b11c40e178cbca3f6c413ede534a01c5
Merge branch 'xps-fixes'

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>