[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7625e9bc-ca72-e154-5099-9c516bc60505@intel.com>
Date: Thu, 17 May 2018 11:47:58 -0700
From: "Nambiar, Amritha" <amritha.nambiar@...el.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, alexander.h.duyck@...el.com,
sridhar.samudrala@...el.com, edumazet@...gle.com,
hannes@...essinduktion.org, tom@...bertland.com
Subject: Re: [net-next PATCH v2 1/4] net: Refactor XPS for CPUs and Rx queues
On 5/17/2018 11:38 AM, David Miller wrote:
> From: Amritha Nambiar <amritha.nambiar@...el.com>
> 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.
Powered by blists - more mailing lists