Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Fix a bug in removing queues from XPS map
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: 184c449 ("net: Add support for XPS with QoS via traffic classes") Signed-off-by: Amritha Nambiar <[email protected]> Acked-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information