Re: [net PATCH] net: Fix a bug in removing queues from XPS map

2018-05-18 Thread David Miller
From: Amritha Nambiar Date: Thu, 17 May 2018 14:50:44 -0700 > While removing queues from the XPS map, the individual CPU ID > alone was used to index the CPUs map, this should be changed to also > factor in the traffic class mapping for the CPU-to-queue lookup. > > Fixes: 184c449f91fe ("net: Add

[net PATCH] net: Fix a bug in removing queues from XPS map

2018-05-17 Thread Amritha Nambiar
While removing queues from the XPS map, the individual CPU ID alone was used to index the CPUs map, this should be changed to also factor in the traffic class mapping for the CPU-to-queue lookup. Fixes: 184c449f91fe ("net: Add support for XPS with QoS via traffic classes") Signed-off-by: Amritha N