[openwrt/openwrt] mediatek: disable packet steering by default

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 4 13:42:45 EDT 2020


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1fe914d9b422f5bade0b9f2e29dc0ffc423e1b5c

commit 1fe914d9b422f5bade0b9f2e29dc0ffc423e1b5c
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Aug 25 10:18:52 2020 +0200

    mediatek: disable packet steering by default
    
    mt76 now spreads the load over multiple CPUs more smoothly, processing
    ethernet packets should be faster running on one core
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps b/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps
deleted file mode 100755
index 15e9ef32a3..0000000000
--- a/target/linux/mediatek/base-files/etc/uci-defaults/99-net-ps
+++ /dev/null
@@ -1,5 +0,0 @@
-uci -q get network.globals.packet_steering >/dev/null || {
-	uci set network.globals='globals'
-	uci set network.globals.packet_steering=1
-	uci commit network
-}



More information about the lede-commits mailing list