autocore: remove incorrect rps_cpus override

Let packet_steering servive to assign rps.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2026-06-12 11:56:12 +08:00
parent cb7c288288
commit f95f557d04
-5
View File
@@ -9,11 +9,6 @@ start() {
sysctl -w net.core.rps_sock_flow_entries="$(( rfc * threads ))" sysctl -w net.core.rps_sock_flow_entries="$(( rfc * threads ))"
for fileRps in /sys/class/net/eth*/queues/rx-*/rps_cpus
do
echo "$threads" > "$fileRps"
done
for fileRfc in /sys/class/net/eth*/queues/rx-*/rps_flow_cnt for fileRfc in /sys/class/net/eth*/queues/rx-*/rps_flow_cnt
do do
echo "$rfc" > "$fileRfc" echo "$rfc" > "$fileRfc"