]> 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)
commit5d4c929d9b5c444daec114f5230ec73ffdf81b46
tree075055a7fd00fe41bc76ba070136c7765cf282c6
parent210f6a5f15cb8ca27ddd2debea1a2f518970c6be
parent2ee3612e4268f22e3861ef8dc47ce48ef630506f
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>