Skip to content

Commit 55cb7a0

Browse files
aiamadeushauke
authored andcommitted
rockchip: update irq affinity for RK3528 devices
Since DW PCIe can adjust interrupts on SoC that only support MSI, adjust the interrupt of r8169 for the RK3528 devices. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: openwrt/openwrt#21770 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent ba7aa2a commit 55cb7a0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ case "$(board_name)" in
3232
armsom,sige7|\
3333
friendlyarm,nanopi-r3s|\
3434
friendlyarm,nanopi-r5c|\
35+
hinlink,h28k|\
3536
hinlink,h66k|\
3637
linkease,easepi-r1|\
3738
lunzn,fastrhino-r66s|\
39+
radxa,e20c|\
3840
radxa,e25|\
3941
sinovoip,rk3568-bpi-r2pro)
4042
set_interface_core 2 "eth0"
@@ -69,10 +71,6 @@ friendlyarm,nanopi-r6s)
6971
set_interface_core 20 "eth1"
7072
set_interface_core 40 "eth2"
7173
;;
72-
hinlink,h28k|\
73-
radxa,e20c)
74-
set_interface_core 2 "eth0"
75-
;;
7674
hinlink,h68k)
7775
set_interface_core 2 "eth1"
7876
set_interface_core 4 "eth2"

0 commit comments

Comments
 (0)