From 55cb7a0195af39b0258423a7fc68db27039d3f0e Mon Sep 17 00:00:00 2001 From: Chukun Pan Date: Sat, 31 Jan 2026 18:10:15 +0800 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/21770 Signed-off-by: Hauke Mehrtens --- .../armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity index 66bdcb114e..ce563c24dd 100644 --- a/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity +++ b/target/linux/rockchip/armv8/base-files/etc/hotplug.d/net/40-net-smp-affinity @@ -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"