]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
rockchip: update irq affinity for RK3528 devices 21770/head
authorChukun Pan <amadeus@jmu.edu.cn>
Sat, 31 Jan 2026 10:10:15 +0000 (18:10 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Apr 2026 12:28:31 +0000 (14:28 +0200)
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: https://github.com/openwrt/openwrt/pull/21770
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity

index 66bdcb114ead536c5920a355b23744741d74f7af..ce563c24ddcdf88f0ee373ce6abafb98eb0ed20a 100644 (file)
@@ -32,9 +32,11 @@ case "$(board_name)" in
 armsom,sige7|\
 friendlyarm,nanopi-r3s|\
 friendlyarm,nanopi-r5c|\
+hinlink,h28k|\
 hinlink,h66k|\
 linkease,easepi-r1|\
 lunzn,fastrhino-r66s|\
+radxa,e20c|\
 radxa,e25|\
 sinovoip,rk3568-bpi-r2pro)
        set_interface_core 2 "eth0"
@@ -69,10 +71,6 @@ friendlyarm,nanopi-r6s)
        set_interface_core 20 "eth1"
        set_interface_core 40 "eth2"
        ;;
-hinlink,h28k|\
-radxa,e20c)
-       set_interface_core 2 "eth0"
-       ;;
 hinlink,h68k)
        set_interface_core 2 "eth1"
        set_interface_core 4 "eth2"