commit | 2a2f467daf96f519f9d2ec69e133ad1365d3e8ff | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Thu Jul 12 13:54:22 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 17:30:48 2018 -0700 |
tree | 731934d634c2eed16370233bd37f27c526866ebb | |
parent | 662ae3fe65000a6b7ceeed1ecf510346d8fec447 [diff] |
net: mvpp2: make sure we don't spread load on disabled CPUs When filling the RSS table, we have to make sure that the rx queue is attached to an online CPU. This patch is not a full support for cpu_hotplug, but rather a way to make sure that we don't break network on system booted with the maxcpus parameter. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>