ramips: mt7621: remove set-affinity script
authorRosen Penev <rosenp@gmail.com>
Tue, 28 Mar 2023 22:29:19 +0000 (15:29 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 Apr 2023 19:56:28 +0000 (21:56 +0200)
commit37dbe302158c7c567835ed64c118236dfc0425b2
tree4594645568568165025a2ad74f1a403dda7b44dc
parent787ecdf66de6798540fb8b756404566341b4733c
ramips: mt7621: remove set-affinity script

From https://github.com/openwrt/openwrt/pull/12280#issuecomment-1489279860
On Ethernet and WLAN, NAPI is threaded for all queues. This means that the
processing work is not stuck on the CPU that fired the IRQ. Under heavy
load, IRQs get disabled anyway, so it should not matter at all which CPUs
the IRQs fire on.

Basic testing indicates this to be true. There's no speedup or slowdown.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
target/linux/ramips/mt7621/base-files/etc/init.d/set-irq-affinity [deleted file]