From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sabrina Dubroca Subject: [PATCH net 0/2] fixes for XPS configuration after Symmetric queue selection Date: Thu, 29 Nov 2018 14:14:47 +0100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Sabrina Dubroca , Amritha Nambiar , Alexander Duyck To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45716 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbeK3AUX (ORCPT ); Thu, 29 Nov 2018 19:20:23 -0500 Sender: netdev-owner@vger.kernel.org List-ID: 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