aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-20 15:09:54 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-09-20 15:52:54 +0200
commit7e1db8f27c919c00aed74cc3981e025ac9f887ec (patch)
treefccf6da8d592063089b8e1544d1ece84a4beef12 /target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
parentd32cf526742d151ec7ae593e64cc9040068dc536 (diff)
downloadupstream-7e1db8f27c919c00aed74cc3981e025ac9f887ec.tar.gz
upstream-7e1db8f27c919c00aed74cc3981e025ac9f887ec.tar.bz2
upstream-7e1db8f27c919c00aed74cc3981e025ac9f887ec.zip
kernel: bump 4.14 to 4.14.145
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch')
-rw-r--r--target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
index 6e254726e8..e272a25d1f 100644
--- a/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
+++ b/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
@@ -78,7 +78,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
if (cpu_online(tcpu)) {
cpu = tcpu;
goto done;
-@@ -8846,6 +8898,9 @@ static int __init net_dev_init(void)
+@@ -8848,6 +8900,9 @@ static int __init net_dev_init(void)
sd->backlog.weight = weight_p;
}