mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-03 04:49:34 +00:00
This can improve load balancing by pushing backlog (and RPS) processing to separate threads, allowing the scheduler to distribute the load. It can be enabled with: echo 1 > /proc/sys/net/core/backlog_threaded Signed-off-by: Felix Fietkau <nbd@nbd.name>