OSDN Git Service

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)
commite869e7b59906a28232a71594599e07888033fc75
tree075055a7fd00fe41bc76ba070136c7765cf282c6
parentd7f7e0018b96fd1a30a968faa9464eb57372c1ec
parent867d0ad476db89a1e8af3f297af402399a54eea5
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>