[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180517.143853.84077547534626009.davem@davemloft.net>
Date: Thu, 17 May 2018 14:38:53 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: amritha.nambiar@...el.com
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
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.
Powered by blists - more mailing lists