Skip to content

Commit

Permalink
ipq807x: Enabled threaded network backlog processing, reference: open…
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinLorenzo committed Apr 1, 2023
1 parent 84eeb24 commit 617232c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ flow_offloading_hw="$(uci -q get firewall.@defaults[0].flow_offloading_hw)"
for q in $(ls /sys/class/net/wan/queues/rx-*/rps_flow_cnt); do echo 4096 > $q; done

echo 32768 > /proc/sys/net/core/rps_sock_flow_entries
echo 1 > /proc/sys/net/core/backlog_threaded
fi
}

0 comments on commit 617232c

Please sign in to comment.