Commit f646dd9
net: mvneta: Remove per-cpu queue mapping for Armada 3700
[ Upstream commit cf9bf87 ]
According to Errata #23 "The per-CPU GbE interrupt is limited to Core
0", we can't use the per-cpu interrupt mechanism on the Armada 3700
familly.
This is correctly checked for RSS configuration, but the initial queue
mapping is still done by having the queues spread across all the CPUs in
the system, both in the init path and in the cpu_hotplug path.
Fixes: 2636ac3 ("net: mvneta: Add network support for Armada 3700 SoC")
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent dcb1806 commit f646dd9
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3022 | 3022 | | |
3023 | 3023 | | |
3024 | 3024 | | |
3025 | | - | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
3026 | 3028 | | |
3027 | 3029 | | |
3028 | 3030 | | |
| |||
3667 | 3669 | | |
3668 | 3670 | | |
3669 | 3671 | | |
| 3672 | + | |
| 3673 | + | |
| 3674 | + | |
| 3675 | + | |
| 3676 | + | |
3670 | 3677 | | |
3671 | 3678 | | |
3672 | 3679 | | |
| |||
0 commit comments