summaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-09-27 16:23:25 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-09-28 00:36:22 +0200
commit1da8cc1bbc251ad68cad01456e427d97f9c61cbd (patch)
tree25497fc3d67e8aa33948c841411f5eaaef763fe0 /target/linux/mediatek/patches-4.14/0048-net-core-add-RPS-balancer.patch
parent1238a22316ea5f71e77691f0557297340bc72d2f (diff)
downloadopenwrt-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.tar.gz
openwrt-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.tar.bz2
openwrt-1da8cc1bbc251ad68cad01456e427d97f9c61cbd.zip
kernel: Update kernel 4.14 to version 4.14.199
Compile and runtime tested on x86/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 7484022994..89e71c54ef 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;
-@@ -8865,6 +8917,9 @@ static int __init net_dev_init(void)
+@@ -8866,6 +8918,9 @@ static int __init net_dev_init(void)
sd->backlog.weight = weight_p;
}