mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fixed errors and warnings found in journald
This commit is contained in:
@@ -235,7 +235,10 @@ prepare_board() {
|
||||
sleep 1
|
||||
done
|
||||
|
||||
echo 8 > /proc/irq/$(awk -F":" "/${_rockchip64_ethernet_interface_name}/ {print \$1}" < /proc/interrupts | sed 's/\ //g')/smp_affinity
|
||||
for i in $(awk -F":" "/${_rockchip64_ethernet_interface_name}/ {print \$1}" < /proc/interrupts | sed 's/\ //g'); do
|
||||
echo 8 > /proc/irq/$i/smp_affinity
|
||||
done
|
||||
|
||||
echo 7 > /sys/class/net/${_rockchip64_ethernet_interface_name}/queues/rx-0/rps_cpus
|
||||
echo 32768 > /proc/sys/net/core/rps_sock_flow_entries
|
||||
echo 32768 > /sys/class/net/${_rockchip64_ethernet_interface_name}/queues/rx-0/rps_flow_cnt
|
||||
|
||||
Reference in New Issue
Block a user