From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net PATCH] net: Fix a bug in removing queues from XPS map Date: Fri, 18 May 2018 12:07:13 -0400 (EDT) Message-ID: <20180518.120713.163681634362706179.davem@davemloft.net> References: <152659384481.2834.5040004714298449412.stgit@anamdev.jf.intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, alexander.h.duyck@intel.com, f.fainelli@gmail.com, sridhar.samudrala@intel.com, edumazet@google.com, hannes@stressinduktion.org, tom@herbertland.com To: amritha.nambiar@intel.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46752 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbeERQHP (ORCPT ); Fri, 18 May 2018 12:07:15 -0400 In-Reply-To: <152659384481.2834.5040004714298449412.stgit@anamdev.jf.intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Amritha Nambiar Date: Thu, 17 May 2018 14:50:44 -0700 > While removing queues from the XPS map, the individual CPU ID > alone was used to index the CPUs map, this should be changed to also > factor in the traffic class mapping for the CPU-to-queue lookup. > > Fixes: 184c449f91fe ("net: Add support for XPS with QoS via traffic classes") > Signed-off-by: Amritha Nambiar > Acked-by: Alexander Duyck Applied and queued up for -stable, thank you.