From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nambiar, Amritha" Subject: Re: [net-next PATCH v2 1/4] net: Refactor XPS for CPUs and Rx queues Date: Thu, 17 May 2018 11:47:58 -0700 Message-ID: <7625e9bc-ca72-e154-5099-9c516bc60505@intel.com> References: <152643356116.4991.7215767041139726872.stgit@anamdev.jf.intel.com> <152643400370.4991.2044471541271189575.stgit@anamdev.jf.intel.com> <20180517.143853.84077547534626009.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: David Miller Return-path: Received: from mga03.intel.com ([134.134.136.65]:63461 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbeEQSr7 (ORCPT ); Thu, 17 May 2018 14:47:59 -0400 In-Reply-To: <20180517.143853.84077547534626009.davem@davemloft.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 5/17/2018 11:38 AM, David Miller wrote: > 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. > Sure, will do that. Thanks.