firmware/src/packages/fff/fff-network
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
..
arm treewide: exploit label MAC address from OpenWrt 2021-06-08 20:08:20 +02:00
files fff-network: add packet_steering option to enable RPS 2021-09-02 17:02:59 +02:00
mips fff-network: adapt support for TP-Link CPE210/510 v1 2021-07-09 10:04:12 +02:00
mips64 Add support for Ubiquiti EdgeRouter 4 2021-09-02 17:02:18 +02:00
mipsel fff-network: use DSA network configuration for devices with DSA drivers 2021-08-05 17:49:44 +02:00
powerpc treewide: exploit label MAC address from OpenWrt 2021-06-08 20:08:20 +02:00
Makefile fff-network: add packet_steering option to enable RPS 2021-09-02 17:02:59 +02:00