From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next PATCH v2 1/4] net: Refactor XPS for CPUs and Rx queues Date: Thu, 17 May 2018 14:38:53 -0400 (EDT) Message-ID: <20180517.143853.84077547534626009.davem@davemloft.net> References: <152643356116.4991.7215767041139726872.stgit@anamdev.jf.intel.com> <152643400370.4991.2044471541271189575.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, 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]:60858 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbeEQSi5 (ORCPT ); Thu, 17 May 2018 14:38:57 -0400 In-Reply-To: <152643400370.4991.2044471541271189575.stgit@anamdev.jf.intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Amritha Nambiar Date: Tue, 15 May 2018 18:26:43 -0700 > @@ -2125,7 +2125,7 @@ static bool remove_xps_queue_cpu(struct net_device *dev, > int i, j; > > for (i = count, j = offset; i--; j++) { > - if (!remove_xps_queue(dev_maps, cpu, j)) > + if (!remove_xps_queue(dev_maps, tci, j)) > break; > } > This looks like a bug fix, completely unrelated to the feature being added by this patch set. Please submit this targetting the 'net' tree, then when that fix propagates into 'net-next' you can rebase this series on top of that. Thank you.