1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 05:03:56 +02:00
openwrt/package/network/config/netifd/files
Felix Fietkau a205a5734e netifd: rewrite packet steering script
The new script uses a different strategy compared to the previous one.
Instead of trying to split flows by hash and spread them to all CPUs,
use RPS to redirect packets to a single core only.
Try to spread NAPI thread and RPS target CPUs across available CPUs
and try to ensure that the NAPI thread is on a different CPU than the
RPS target. This significantly reduces cycles wasted on the scheduler.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-04-14 16:24:37 +02:00
..
etc netifd: rewrite packet steering script 2024-04-14 16:24:37 +02:00
lib package: avoid the use of eval to parse ipcalc.sh output 2023-09-25 15:02:49 +02:00
sbin netifd: update to the latest version 2023-09-15 20:43:27 +02:00
usr netifd: rewrite packet steering script 2024-04-14 16:24:37 +02:00