kernel: add support for threaded network backlog processing
authorFelix Fietkau <nbd@nbd.name>
Sun, 19 Feb 2023 14:01:43 +0000 (15:01 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 24 Mar 2023 17:22:39 +0000 (18:22 +0100)
commit4ce0405e1880fa4a0dd565e0369ad2472f4b6848
tree06fdf996a045544b3be3446866c39223e9ac6983
parent47de2c686291e69afc9f443e27e1dfd11ed5fbe7
kernel: add support for threaded network backlog processing

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>
target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch
target/linux/generic/pending-5.15/760-net-core-add-optional-threading-for-backlog-processi.patch [new file with mode: 0644]