Re: [net-next PATCH 2/3] net: Refactor removal of queues from XPS map and apply on num_tc changes

2016-10-27 Thread Tom Herbert
On Thu, Oct 27, 2016 at 8:40 AM, Alexander Duyck wrote: > This patch updates the code for removing queues from the XPS map and makes > it so that we can apply the code any time we change either the number of > traffic classes or the mapping of a given block of queues.

[net-next PATCH 2/3] net: Refactor removal of queues from XPS map and apply on num_tc changes

2016-10-27 Thread Alexander Duyck
This patch updates the code for removing queues from the XPS map and makes it so that we can apply the code any time we change either the number of traffic classes or the mapping of a given block of queues. This way we avoid having queues pulling traffic from a foreign traffic class.