firmware/src/packages/fff/fff-network/files/etc
Fabian Bläse 44c3328eb4 fff-network: add packet_steering option to enable RPS
Receive packet steering (RPS) is a linux feature to improve forwarding
performance by distributing the forwarding of packets across multiple
cpus. This is necessary for network devices which have less queues than
cpu cores.

OpenWrt allows to enable RPS easily by setting the global option
'packet_steering' in the network configuration. With earlier OpenWrt
versions this option was enabled by default. However, the default value
was changed with OpenWrt 21.02.

Enable this option agian to improve forwarding performance on routers
with multiple cpu cores.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>
2021-09-02 17:02:59 +02:00
..
config fff-network: add packet_steering option to enable RPS 2021-09-02 17:02:59 +02:00
sysctl.d fff-network: Add comments to set sysctls 2021-07-09 10:17:17 +02:00
uci-defaults fff-nodewatcher: consolidate uci-defaults scripts 2021-02-27 16:09:22 +01:00