openwrt/package
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
..
base-files base-files: minor fix to mmc_get_mac_ascii function 2024-04-07 20:06:11 +01:00
boot uboot-d1: define default BUILD_SUBTARGET 2024-04-13 13:41:41 +02:00
devel perf: fix build on linux 6.6 2024-03-29 15:41:16 +01:00
firmware treewide: package: update missed hashes after switch to ZSTD 2024-04-07 14:56:04 +02:00
kernel mac80211: ath11k: support DT property to limit channels 2024-04-13 20:05:01 +02:00
libs libbpf: Update to v1.4.0 2024-04-13 11:20:41 +02:00
network netifd: rewrite packet steering script 2024-04-14 16:24:37 +02:00
system nu801: update PKG_MIRROR_HASH to zst 2024-04-07 11:49:53 +02:00
utils ucode: update to Git HEAD (2024-04-07) 2024-04-09 21:33:02 +02:00
Makefile build: do not depend on $(STAGING_DIR)/.prepared when in SDK 2024-03-04 23:45:15 +01:00